diff options
| author | Tianling Shen <[email protected]> | 2024-12-26 17:20:43 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-10 18:56:16 -0600 |
| commit | bf4a33e725ae02cae064a03ea90c45779780f323 (patch) | |
| tree | 769566f1a99dbc9fc531dc8d1988475c7b51ca9c /board | |
| parent | c16cd170b903c25056d214df0277e415d1bc9dc7 (diff) | |
board: rockchip: add FriendlyElec NanoPi R3S
The NanoPi R3S(as "R3S") is an open source platform with dual-Gbps
Ethernet ports designed and developed by FriendlyElec for IoT
applications.
Specification:
- Rockchip RK3566
- 2GB LPDDR4X RAM
- optional 32GB eMMC module
- SD card slot
- 2x 1000 Base-T
- 3x LEDs (POWER, LAN, WAN)
- 2x Buttons (Reset, MaskROM)
- 1x USB 3.0 Port
- Type-C 5V 2A Power
Signed-off-by: Tianling Shen <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Signed-off-by: Kever Yang <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/rockchip/evb_rk3568/MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/rockchip/evb_rk3568/MAINTAINERS b/board/rockchip/evb_rk3568/MAINTAINERS index 588134ecb27..b2780401a39 100644 --- a/board/rockchip/evb_rk3568/MAINTAINERS +++ b/board/rockchip/evb_rk3568/MAINTAINERS @@ -28,6 +28,13 @@ F: configs/lubancat-2-rk3568_defconfig F: arch/arm/dts/rk3568-lubancat-2.dts F: arch/arm/dts/rk3568-lubancat-2-u-boot.dtsi +NANOPI-R3S +M: Tianling Shen <[email protected]> +R: Jonas Karlman <[email protected]> +S: Maintained +F: configs/nanopi-r3s-rk3566_defconfig +F: arch/arm/dts/rk3566-nanopi-r3s-u-boot.dtsi + NANOPI-R5C M: Tianling Shen <[email protected]> R: Jonas Karlman <[email protected]> |
