]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: rockchip: Add support for rk3588 based Cool Pi CM5 EVB
authorAndy Yan <andyshrk@163.com>
Sat, 17 Feb 2024 11:25:00 +0000 (19:25 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Thu, 14 Mar 2024 03:48:40 +0000 (11:48 +0800)
commit3e15dee38d45985b2ad666909720df1b4d412a98
tree874d7ee592fed26c5f35a1cebe13e81bf074e033
parent341f13e469063d3b8d0316f36c0d4836c74e1ac1
board: rockchip: Add support for rk3588 based Cool Pi CM5 EVB

Cool Pi CM5 EVB works as a mother board connect with CM5.

CM5 Specification:
- Rockchip RK3588
- LPDDR4 2/4/8/16 GB
- TF scard slot
- eMMC 8/32/64/128 GB module
- SPI Nor 8MB
- Gigabit ethernet x 1 with PHY YT8531
- Gigabit ethernet x 1 drived by PCIE with YT6801S

CM5 EVB Specification:
- HDMI Type A out x 2
- HDMI Type D in x 1
- USB 2.0 Host x 2
- USB 3.0 OTG x 1
- USB 3.0 Host x 1
- PCIE M.2 E Key for Wireless connection
- PCIE M.2 M Key for NVME connection
- 40 pin header

The dts is from linux-6.8 rc1.

Signed-off-by: Andy Yan <andyshrk@163.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
[0]https://patchwork.kernel.org/project/linux-rockchip/patch/2450634.jE0xQCEvom@phil/
arch/arm/dts/Makefile
arch/arm/dts/rk3588-coolpi-cm5-evb-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/rk3588-coolpi-cm5-evb.dts [new file with mode: 0644]
arch/arm/dts/rk3588-coolpi-cm5.dtsi [new file with mode: 0644]
board/rockchip/evb_rk3588/MAINTAINERS
configs/coolpi-cm5-evb-rk3588_defconfig [new file with mode: 0644]