]> git.baikalelectronics.ru Git - uboot.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)
commitc4f55ab70034659f6c91d53ad9d8a23e97d72c84
tree276a6f1cbe0ccb0d7cffe0a24704270c4150eaa5
parent43897a2a048dfac91b32bbcec19f4ba32dfa1f09
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]