]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: rockchip: add ArmSoM Sige7 Rk3588 board
authorJianfeng Liu <liujianfeng1994@gmail.com>
Tue, 28 May 2024 17:04:06 +0000 (01:04 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 14 Jun 2024 09:11:05 +0000 (17:11 +0800)
commit40b573e4f6ed629eab54633f8836a2be5e5aa75a
treec5f32cd8ee87d9fc7e8e4771ae2a742bdf1ba7aa
parent7a53abb18325979f8efb8ef3daf76951bc807a22
board: rockchip: add ArmSoM Sige7 Rk3588 board

ArmSoM Sige7 is a Rockchip RK3588 based SBC (Single Board Computer) by
ArmSoM.

There are two variants depending on the DRAM size : 8G and 16G.

Specification:

    Rockchip Rk3588 SoC
    4x ARM Cortex-A76, 4x ARM Cortex-A55
    8/16GB memory LPDDR4x
    Mali G610MC4 GPU
    2x MIPI CSI 2 multiple lanes connector
    64GB/128GB on board eMMC
    uSD slot
    1x USB 2.0 Type-A, 1x USB 3.0 Type-A, 1x USB 3.0 Type-C
    1x HDMI 2.1 output
    2x 2.5 Gbps Ethernet port
    40-pin IO header including UART, SPI and I2C
    USB PD over USB Type-C
    Size: 92mm x 62mm

Kernel commit:
81c828a67c78 (arm64: dts: rockchip: Add ArmSom Sige7 board)

Signed-off-by: Jianfeng Liu <liujianfeng1994@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
MAINTAINERS
arch/arm/dts/rk3588-armsom-sige7-u-boot.dtsi [new file with mode: 0644]
arch/arm/mach-rockchip/rk3588/Kconfig
board/armsom/sige7-rk3588/Kconfig [new file with mode: 0644]
board/armsom/sige7-rk3588/MAINTAINERS [new file with mode: 0644]
configs/sige7-rk3588_defconfig [new file with mode: 0644]
doc/board/rockchip/rockchip.rst
include/configs/sige7-rk3588.h [new file with mode: 0644]