]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: rockchip: Add Sonoff iHost board
authorTim Lunn <tim@feathertop.org>
Wed, 24 Jan 2024 03:26:00 +0000 (14:26 +1100)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 4 Feb 2024 10:45:58 +0000 (18:45 +0800)
commite5eba349d6a165cd69ef6f3a2bce55ef8bc86996
tree7ef9856d22931e25736cce31c33ad55677c1eeaf
parent3da3bb9636e9fca7d96e27a9300f83fb5b190396
board: rockchip: Add Sonoff iHost board

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 however this works with the same
config as the RV1126 for uboot purposes.

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

Signed-off-by: Tim Lunn <tim@feathertop.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rv1126-sonoff-ihost-u-boot.dtsi [new file with mode: 0644]
arch/arm/mach-rockchip/rv1126/Kconfig
board/itead/sonoff-ihost/Kconfig [new file with mode: 0644]
board/itead/sonoff-ihost/MAINTAINERS [new file with mode: 0644]
configs/sonoff-ihost-rv1126_defconfig [new file with mode: 0644]
doc/board/rockchip/rockchip.rst
include/configs/sonoff-ihost.h [new file with mode: 0644]