mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
e5eba349d6
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>
10 lines
193 B
C
10 lines
193 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
|
|
#ifndef __SONOFF_IHOST_H
|
|
#define __SONOFF_IHOST_H
|
|
|
|
#define ROCKCHIP_DEVICE_SETTINGS
|
|
|
|
#include <configs/rv1126_common.h>
|
|
|
|
#endif /* __SONOFF_IHOST_H */
|