]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: rk3328: Add support for Orange Pi R1 Plus
authorTianling Shen <cnsztl@gmail.com>
Sat, 20 May 2023 11:20:49 +0000 (19:20 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 28 Jul 2023 10:45:02 +0000 (18:45 +0800)
commit69e16c7b1cdd03907b86bb31abee24f5d4836400
tree276a6f1cbe0ccb0d7cffe0a24704270c4150eaa5
parent182d0ba6d6fe2155571babcc7b09f7a838e00e92
rockchip: rk3328: Add support for Orange Pi R1 Plus

Orange Pi R1 Plus is a Rockchip RK3328 based SBC by Xunlong.

This device is similar to the NanoPi R2S, and has a 16MB
SPI NOR (mx25l12805d). The reset button is changed to
directly reset the power supply, another detail is that
both network ports have independent MAC addresses.

The device tree and description are taken from kernel v6.3-rc1.

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
arch/arm/dts/Makefile
arch/arm/dts/rk3328-orangepi-r1-plus-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/rk3328-orangepi-r1-plus.dts [new file with mode: 0644]
board/rockchip/evb_rk3328/MAINTAINERS
configs/orangepi-r1-plus-rk3328_defconfig [new file with mode: 0644]