summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rockchip/Makefile
diff options
context:
space:
mode:
authorTim Lunn <tim@feathertop.org>2023-12-03 15:40:03 +0300
committerHeiko Stuebner <heiko@sntech.de>2023-12-05 11:20:44 +0300
commit5d7d06e7c0700388dfd1f59ac9f5d6ac0870bd2e (patch)
treec085c557940affc56a0c468472e4dfbe75764c31 /arch/arm/boot/dts/rockchip/Makefile
parent56bde00f7d151d90c66dada007f13f92b95b0d05 (diff)
downloadlinux-5d7d06e7c0700388dfd1f59ac9f5d6ac0870bd2e.tar.xz
ARM: dts: rockchip: Add Sonoff iHost Smart Home Hub
Sonoff iHost is gateway device designed to provide a Smart Home Hub, it is based on Rockchip RV1126. There is also a version with 2GB RAM based off the RV1109 dual core SoC. Features: - Rockchip RV1126 - 4GB DDR4 - 8GB eMMC - microSD slot - RMII Ethernet PHY - 1x USB 2.0 Host - 1x USB 2.0 OTG - Realtek RTL8723DS WiFi/BT - EFR32MG21 Silabs Zigbee radio - Speaker/Microphone This patch adds the initial device tree for this device, it is largely based off the device trees for mainline Edgeble Neu2 and downstream Rockchip rv1126-evb-v13 configs. It has been adapted with relevant peripheral and GPIO pins for the iHost. Signed-off-by: Tim Lunn <tim@feathertop.org> Link: https://lore.kernel.org/r/20231203124004.2676174-8-tim@feathertop.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rockchip/Makefile')
-rw-r--r--arch/arm/boot/dts/rockchip/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rockchip/Makefile b/arch/arm/boot/dts/rockchip/Makefile
index 58868cf0510b..ab4cd9aab722 100644
--- a/arch/arm/boot/dts/rockchip/Makefile
+++ b/arch/arm/boot/dts/rockchip/Makefile
@@ -2,7 +2,9 @@
dtb-$(CONFIG_ARCH_ROCKCHIP) += \
rv1108-elgin-r1.dtb \
rv1108-evb.dtb \
+ rv1109-sonoff-ihost.dtb \
rv1126-edgeble-neu2-io.dtb \
+ rv1126-sonoff-ihost.dtb \
rk3036-evb.dtb \
rk3036-kylin.dtb \
rk3066a-bqcurie2.dtb \