summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@gmail.com>2023-05-20 14:20:49 +0300
committerKever Yang <kever.yang@rock-chips.com>2023-07-28 13:45:02 +0300
commit69e16c7b1cdd03907b86bb31abee24f5d4836400 (patch)
tree276a6f1cbe0ccb0d7cffe0a24704270c4150eaa5 /board
parent182d0ba6d6fe2155571babcc7b09f7a838e00e92 (diff)
downloadu-boot-69e16c7b1cdd03907b86bb31abee24f5d4836400.tar.xz
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>
Diffstat (limited to 'board')
-rw-r--r--board/rockchip/evb_rk3328/MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/rockchip/evb_rk3328/MAINTAINERS b/board/rockchip/evb_rk3328/MAINTAINERS
index 3c46613ab5..91dc6b58cf 100644
--- a/board/rockchip/evb_rk3328/MAINTAINERS
+++ b/board/rockchip/evb_rk3328/MAINTAINERS
@@ -18,6 +18,12 @@ F: configs/nanopi-r2s-rk3328_defconfig
F: arch/arm/dts/rk3328-nanopi-r2s-u-boot.dtsi
F: arch/arm/dts/rk3328-nanopi-r2s.dts
+ORANGEPI-R1-PLUS-RK3328
+M: Tianling Shen <cnsztl@gmail.com>
+S: Maintained
+F: configs/orangepi-r1-plus-rk3328_defconfig
+F: arch/arm/dts/rk3328-orangepi-r1-plus-u-boot.dtsi
+
ROC-RK3328-CC
M: Loic Devulder <ldevulder@suse.com>
M: Chen-Yu Tsai <wens@csie.org>