summaryrefslogtreecommitdiff
path: root/board/rockchip
diff options
context:
space:
mode:
authorChristopher Obbard <[email protected]>2023-07-19 17:33:57 +0100
committerKever Yang <[email protected]>2023-07-28 18:45:03 +0800
commit0022461ba651d28b35301f0d3bb37af6cd6df431 (patch)
treea222929b960d8e28cc973deab7b4d5ed101c384a /board/rockchip
parent1379c7cfc901a04cfa552c702211191133fcc16a (diff)
arm: rockchip: Add Radxa ROCK 4SE
Add board-specific devicetree/config for the RK3399T-based Radxa ROCK 4SE board. This board offers similar peripherals in a similar form-factor to the existing ROCK Pi 4B but uses the cost-optimised RK3399T processor (which has different OPP table than the RK3399) and other minimal hardware changes. Kernel tag: next-20230719 Kernel commits: - 86a0e14a82ea ("arm64: dts: rockchip: Add Radxa ROCK 4SE") Signed-off-by: Christopher Obbard <[email protected]> Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'board/rockchip')
-rw-r--r--board/rockchip/evb_rk3399/MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/rockchip/evb_rk3399/MAINTAINERS b/board/rockchip/evb_rk3399/MAINTAINERS
index de1dc64a962..cb44bc9fda4 100644
--- a/board/rockchip/evb_rk3399/MAINTAINERS
+++ b/board/rockchip/evb_rk3399/MAINTAINERS
@@ -86,6 +86,12 @@ S: Maintained
F: configs/rock-4c-plus-rk3399_defconfig
F: arch/arm/dts/rk3399-rock-4c-plus.dts
+ROCK-4SE
+M: Christopher Obbard <[email protected]>
+S: Maintained
+F: configs/rock-4se-rk3399_defconfig
+F: arch/arm/dts/rk3399-rock-4se-u-boot.dtsi
+
ROCK-PI-4
M: Akash Gajjar <[email protected]>
M: Jagan Teki <[email protected]>