blob: b7d5f13bebbf362b9bd7410986f295af4c961a9d [file] [log] [blame]
Jagan Tekif5bc9922023-01-30 20:27:45 +05301if ROCKCHIP_RK3588
2
Kever Yangcf8658c2023-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 Teki15b2d1f2023-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
13 Neu6:
14 Neural Compute Module 6A(Neu6a) is a 96boards SoM-CB compute module
15 based on Rockchip RK3588 from Edgeble AI.
16
17 Neu6-IO:
18 Neural Compute Module 6(Neu6) IO board is an industrial form factor
19 IO board and Neu6a needs to mount on top of this IO board in order to
20 create complete Edgeble Neural Compute Module 6(Neu6) IO platform.
21
Eugen Hristev3bf8e402023-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 Hristevd77d5302023-06-23 13:05:27 +030037 2x MIPI CSI 2 multiple lanes connector
Eugen Hristev3bf8e402023-02-22 11:05:12 +020038 eMMC module connector
39 uSD slot (up to 128GB)
Eugen Hristevd77d5302023-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 Hristev3bf8e402023-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 Hristevd77d5302023-06-23 13:05:27 +030045 Size: 100mm x 72mm (Pico-ITX form factor)
Eugen Hristev3bf8e402023-02-22 11:05:12 +020046
Jagan Tekif5bc9922023-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 Teki15b2d1f2023-01-30 20:27:49 +053059source board/edgeble/neural-compute-module-6/Kconfig
Kever Yangcf8658c2023-03-02 15:12:57 +080060source board/rockchip/evb_rk3588/Kconfig
Eugen Hristev3bf8e402023-02-22 11:05:12 +020061source board/radxa/rock5b-rk3588/Kconfig
Jagan Teki15b2d1f2023-01-30 20:27:49 +053062
Jagan Tekif5bc9922023-01-30 20:27:45 +053063endif