diff options
author | Andy Yan | 2023-08-05 20:00:11 +0800 |
---|---|---|
committer | Kever Yang | 2023-08-12 10:17:59 +0800 |
commit | bb38db086c6c7eade690d83aa0d96af8c993b991 (patch) | |
tree | c86028d7ab2d02cc5a4a722d6d879a3a852fa5a5 /board/rockchip | |
parent | 2fa09b455a73a9bda0c616eaecd5dfafd5c19502 (diff) |
rockchip: rk3568: Add EmbedFire Lubancat 2 support
LubanCat2 is a rk3568 based SBC from EmbedFire.
Specification:
- Rockchip rk3568
- LPDDR4/4X 1/2/4/8 GB
- TF scard slot
- eMMC 8/32/64/128 GB
- Gigabit ethernet x 2
- HDMI out
- USB 2.0 Host x 1
- USB 2.0 Type-C OTG x 1
- USB 3.0 Host x 1
- Mini PCIE interface for WIFI/BT module
- M.2 key for 2280 NVME
- 40 pin header
The dts file is sync from linux mainline.
Signed-off-by: Andy Yan <andyshrk@163.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'board/rockchip')
-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 82a92b89fa6..1cdeafcf79b 100644 --- a/board/rockchip/evb_rk3568/MAINTAINERS +++ b/board/rockchip/evb_rk3568/MAINTAINERS @@ -7,6 +7,13 @@ F: configs/evb-rk3568_defconfig F: arch/arm/dts/rk3568-evb-boot.dtsi F: arch/arm/dts/rk3568-evb.dts +Lubancat-2 +M: Andy Yan <andyshrk@163.com> +S: Maintained +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-R5C M: Tianling Shen <cnsztl@gmail.com> S: Maintained |