[PATCH v1 0/2] Add support for Radxa ROCK 4SE

Christopher Obbard chris.obbard at collabora.com
Wed Jul 19 18:33:55 CEST 2023


Add support for the RK3399T-based Radxa ROCK 4SE board. This board offers
similar peripherals and form-factor to the ROCK Pi 4B but uses the
cost-optimised RK3399T processor (which has different a OPP table but
otherwise minimal changes) and some other minor hardware changes between
the Rock Pi 4B (described in the devicetree).

The first patch syncs the RK3399-based ROCK Pi 4 boards from Linux,
moving the RK3399 OPP table from the generic Radxa ROCK Pi 4 dtsi into
board-specific devicetree files, in preparation for the ROCK 4SE
devicetree file.

The second patch adds support for the Radxa ROCK 4SE.


Christopher Obbard (2):
  arm: rockchip: sync ROCK Pi 4 SoCs from Linux
  arm: rockchip: Add Radxa ROCK 4SE

 arch/arm/dts/Makefile                    |   1 +
 arch/arm/dts/rk3399-rock-4c-plus.dts     |   3 +-
 arch/arm/dts/rk3399-rock-4se-u-boot.dtsi |   6 ++
 arch/arm/dts/rk3399-rock-4se.dts         |  65 +++++++++++++++
 arch/arm/dts/rk3399-rock-pi-4.dtsi       |   5 +-
 arch/arm/dts/rk3399-rock-pi-4a.dts       |   1 +
 arch/arm/dts/rk3399-rock-pi-4c.dts       |   1 +
 board/rockchip/evb_rk3399/MAINTAINERS    |   6 ++
 configs/rock-4se-rk3399_defconfig        | 100 +++++++++++++++++++++++
 doc/board/rockchip/rockchip.rst          |   2 +-
 10 files changed, 184 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/dts/rk3399-rock-4se-u-boot.dtsi
 create mode 100644 arch/arm/dts/rk3399-rock-4se.dts
 create mode 100644 configs/rock-4se-rk3399_defconfig

-- 
2.40.1



More information about the U-Boot mailing list