blob: 0255f651bd7be33d6fdb7f86d8509a66c85b8308 [file] [log] [blame]
Jagan Teki8967dea2023-01-30 20:27:45 +05301if ROCKCHIP_RK3588
2
Kever Yange25c0452023-03-02 15:12:57 +08003config TARGET_EVB_RK3588
4 bool "Rockchip EVB1 v10"
5 select BOARD_LATE_INIT
6 help
7 RK3588 EVB is a evaluation board for Rockchp RK3588.
8
Jagan Teki91dc9f62023-01-30 20:27:49 +05309config TARGET_RK3588_NEU6
10 bool "Edgeble Neural Compute Module 6(Neu6) SoM"
11 select BOARD_LATE_INIT
12 help
Jagan Teki8b7bb772023-06-11 12:27:09 +053013 Neu6A:
14 Neural Compute Module 6A(Neu6A) is a 96boards SoM-CB compute module
Jagan Teki91dc9f62023-01-30 20:27:49 +053015 based on Rockchip RK3588 from Edgeble AI.
16
Jagan Teki8b7bb772023-06-11 12:27:09 +053017 Neu6A-IO:
18 Neural Compute Module 6A(Neu6A) IO board is an industrial form factor
Jagan Teki91dc9f62023-01-30 20:27:49 +053019 IO board and Neu6a needs to mount on top of this IO board in order to
Jagan Teki8b7bb772023-06-11 12:27:09 +053020 create complete Edgeble Neural Compute Module 6A(Neu6A) IO platform.
Jagan Teki91dc9f62023-01-30 20:27:49 +053021
Eugen Hristev32f36cf2023-02-22 11:05:12 +020022config TARGET_ROCK5B_RK3588
23 bool "Radxa ROCK5B RK3588 board"
24 select BOARD_LATE_INIT
25 help
26 Radxa ROCK5B is a Rockchip RK3588 based SBC (Single Board Computer)
27 by Radxa.
28
29 There are tree variants depending on the DRAM size : 4G, 8G and 16G.
30
31 Specification:
32
33 Rockchip Rk3588 SoC
34 4x ARM Cortex-A76, 4x ARM Cortex-A55
35 4/8/16GB memory LPDDR4x
36 Mali G610MC4 GPU
Eugen Hristev2596cca2023-06-23 13:05:27 +030037 2x MIPI CSI 2 multiple lanes connector
Eugen Hristev32f36cf2023-02-22 11:05:12 +020038 eMMC module connector
39 uSD slot (up to 128GB)
Eugen Hristev2596cca2023-06-23 13:05:27 +030040 2x USB 2.0 Type-A, 2x USB 3.0 Type-A, 1x USB 3.0 Type-C
41 2x HDMI 2.1 output, 1x micro HDMI input
42 2.5 Gbps Ethernet port
Eugen Hristev32f36cf2023-02-22 11:05:12 +020043 40-pin IO header including UART, SPI, I2C and 5V DC power in
44 USB PD over USB Type-C
Eugen Hristev2596cca2023-06-23 13:05:27 +030045 Size: 100mm x 72mm (Pico-ITX form factor)
Eugen Hristev32f36cf2023-02-22 11:05:12 +020046
Jagan Teki8967dea2023-01-30 20:27:45 +053047config ROCKCHIP_BOOT_MODE_REG
48 default 0xfd588080
49
50config ROCKCHIP_STIMER_BASE
51 default 0xfd8c8000
52
53config SYS_SOC
54 default "rk3588"
55
56config SYS_MALLOC_F_LEN
57 default 0x80000
58
Jagan Teki91dc9f62023-01-30 20:27:49 +053059source board/edgeble/neural-compute-module-6/Kconfig
Kever Yange25c0452023-03-02 15:12:57 +080060source board/rockchip/evb_rk3588/Kconfig
Eugen Hristev32f36cf2023-02-22 11:05:12 +020061source board/radxa/rock5b-rk3588/Kconfig
Jagan Teki91dc9f62023-01-30 20:27:49 +053062
Jagan Teki8967dea2023-01-30 20:27:45 +053063endif