]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: add support for PX30 Ringneck SoM on Haikou Devkit
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Mon, 9 Jan 2023 10:36:45 +0000 (11:36 +0100)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 16 Jan 2023 10:01:11 +0000 (18:01 +0800)
commitc925be73a0a8b1d90060c4b5255a2d9e87967e23
tree40a4bf69c2591234635709de1a3d342d7557b2de
parent2c9f0770641aff23e9c05eef26e7eb4d1429cb6e
rockchip: add support for PX30 Ringneck SoM on Haikou Devkit

The PX30-µQ7 (Ringneck) is a system-on-module featuring the Rockchip
PX30 in a micro Qseven-compatible form-factor.

PX30-µQ7 features:
        * CPU: quad-core Cortex-A35
        * DRAM: 2GB dual-channel
        * eMMC: onboard eMMC
        * SD/MMC
        * TI DP83825I 10/100Mbps PHY
        * USB:
                * USB2.0 dual role port
                * 3x USB2.0 host via onboard USB2.0 hub
        * Display: MIPI-DSI
        * Camera: MIPI-CSI
        * onboard 2.4GHz WiFi + Bluetooth module
        * Companion Controller: on-board additional microcontroller
  (STM32 Cortex-M0 or ATtiny):
                * RTC
                * fan controller
                * CAN (only STM32)

The non-U-Boot DTS files are imported from Linux v6.2-rc2.

Cc: Quentin Schulz <foss+uboot@0leil.net>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
12 files changed:
arch/arm/dts/px30-ringneck-haikou-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/px30-ringneck-haikou.dts [new file with mode: 0644]
arch/arm/dts/px30-ringneck.dtsi [new file with mode: 0644]
arch/arm/mach-rockchip/px30/Kconfig
board/theobroma-systems/ringneck_px30/Kconfig [new file with mode: 0644]
board/theobroma-systems/ringneck_px30/MAINTAINERS [new file with mode: 0644]
board/theobroma-systems/ringneck_px30/Makefile [new file with mode: 0644]
board/theobroma-systems/ringneck_px30/README [new file with mode: 0644]
board/theobroma-systems/ringneck_px30/ringneck-px30.c [new file with mode: 0644]
configs/ringneck-px30_defconfig [new file with mode: 0644]
doc/board/rockchip/rockchip.rst
include/configs/ringneck_px30.h [new file with mode: 0644]