]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: rockchip: Add Indiedroid Nova
authorChris Morgan <macromorgan@hotmail.com>
Fri, 24 May 2024 16:48:00 +0000 (11:48 -0500)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 25 May 2024 02:28:19 +0000 (10:28 +0800)
commit5c7caa95982c481cc0d6a0e9997629afb0d2ce10
treebe470e5b80bdc579e25d7ec6a4edcaed48ced9b7
parent2c04d6ede41404aec0562365cfcb4b06eb6a9734
board: rockchip: Add Indiedroid Nova

The Indiedroid Nova is a Rockchip RK3588S based SBC from Indiedroid.

Specifications:

    Rockchip RK3588S SoC
    4x ARM Cortex-A76, 4x ARM Cortex-A55
    4/8/16GB memory LPDDR4x
    Mali G610MC4 GPU
    Optional eMMC
    2x USB 2.0, 2x USB 3.0, 1x USB 3.0 C port with DP Alt
    1x MIPI-CSI Port (4-lane or 2x 2-lane)
    1x MIPI-DSI 4-lane connector
    1x Micro HDMI 2.1 output, 1x DP 1.4 output
    Gigabit Ethernet
    Realtek RTL8821CS WiFi
    4 pin debug UART connector
    40 pin GPIO header
    Size: 85mm x 56mm (Raspberry Pi Form Factor)

Kernel commit:
3900160e164b ("arm64: dts: rockchip: Add Indiedroid Nova board")

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/rk3588/Kconfig
board/indiedroid/nova/Kconfig [new file with mode: 0644]
board/indiedroid/nova/MAINTAINERS [new file with mode: 0644]
configs/nova-rk3588s_defconfig [new file with mode: 0644]
doc/board/rockchip/rockchip.rst
include/configs/nova-rk3588s.h [new file with mode: 0644]