]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: rockchip: Add support for rk3588s based Cool Pi 4B
authorAndy Yan <andyshrk@163.com>
Sat, 17 Feb 2024 11:24:59 +0000 (19:24 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Thu, 14 Mar 2024 03:48:40 +0000 (11:48 +0800)
commit341f13e469063d3b8d0316f36c0d4836c74e1ac1
tree361fcf0b7c83bc34c0c081ae80132c9e2c05e9eb
parente8fe7c25425f5b95ce518f19a255107e0d4d98f3
board: rockchip: Add support for rk3588s based Cool Pi 4B

CoolPi 4B is a rk3588s based SBC.

Specification:
- Rockchip RK3588S
- LPDDR4 2/4/8/16 GB
- TF scard slot
- eMMC 8/32/64/128 GB module
- SPI Nor 8MB
- Gigabit ethernet drived by PCIE with RTL8111HS
- HDMI Type D out
- Mini DP out
- USB 2.0 Host x 2
- USB 3.0 OTG x 1
- USB 3.0 Host x 1
- WIFI/BT module AIC8800
- 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/rk3588s-coolpi-4b-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/rk3588s-coolpi-4b.dts [new file with mode: 0644]
board/rockchip/evb_rk3588/MAINTAINERS
configs/coolpi-4b-rk3588s_defconfig [new file with mode: 0644]