]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: rockchip: Add Radxa ROCK 5 ITX
authorHeiko Stuebner <heiko@sntech.de>
Fri, 2 Aug 2024 21:00:28 +0000 (23:00 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 12 Aug 2024 07:43:44 +0000 (15:43 +0800)
commitd27c3431ae7e2394843a09a1d36a78f22fa8b50f
treec95d40643c465a458277e058450f7176923c9006
parent22a30904ee1c06ee26ebbb245e69e713fcf78487
board: rockchip: Add Radxa ROCK 5 ITX

The Rock 5 ITX is a board in ITX form factor using the RK3588 SoC

It can be powered either by 12V, ATX power-supply or PoE.

Notable peripherals are the 4 SATA ports, M.2 M-Key slot, M.2 E-key slot,
2*2.5Gb PCIe-connected Ethernet NICs.

Display options are 2*HDMI, DP via USB-c, eDP + 2*DSI via PCB connectors.

USB ports are 4*USB3 + 2*USB2 on the back panel and 2-port front-panel
connector.

Schematics for the board can be found on
- https://dl.radxa.com/rock5/5itx/radxa_rock_5_itx_X1100_schematic.pdf
- https://dl.radxa.com/rock5/5itx/v1110/radxa_rock_5itx_v1110_schematic.pdf

The naming scheme with the dashes follows Dragan's comment on the mainline
devicetree commit:
    "the name of this board deviates from the standard Radxa naming scheme,
     which is something like "ROCK <number><letter>" thus, "rock-5a" is
     fine, but it should be "rock-5-itx", simply because there's a space
     between "5" and "ITX" in "ROCK 5 ITX"

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3588-rock-5-itx-u-boot.dtsi [new file with mode: 0644]
arch/arm/mach-rockchip/rk3588/Kconfig
board/radxa/rock-5-itx-rk3588/Kconfig [new file with mode: 0644]
board/radxa/rock-5-itx-rk3588/MAINTAINERS [new file with mode: 0644]
configs/rock-5-itx-rk3588_defconfig [new file with mode: 0644]
doc/board/rockchip/rockchip.rst
include/configs/rock-5-itx-rk3588.h [new file with mode: 0644]