blob: aee71ca1dab8444cd44026bc22437e4ee381c206 [file] [log] [blame]
Jagan Tekif5bc9922023-01-30 20:27:45 +05301if ROCKCHIP_RK3588
2
Jagan Teki15b2d1f2023-01-30 20:27:49 +05303config TARGET_RK3588_NEU6
4 bool "Edgeble Neural Compute Module 6(Neu6) SoM"
5 select BOARD_LATE_INIT
6 help
7 Neu6:
8 Neural Compute Module 6A(Neu6a) is a 96boards SoM-CB compute module
9 based on Rockchip RK3588 from Edgeble AI.
10
11 Neu6-IO:
12 Neural Compute Module 6(Neu6) IO board is an industrial form factor
13 IO board and Neu6a needs to mount on top of this IO board in order to
14 create complete Edgeble Neural Compute Module 6(Neu6) IO platform.
15
Eugen Hristev3bf8e402023-02-22 11:05:12 +020016config TARGET_ROCK5B_RK3588
17 bool "Radxa ROCK5B RK3588 board"
18 select BOARD_LATE_INIT
19 help
20 Radxa ROCK5B is a Rockchip RK3588 based SBC (Single Board Computer)
21 by Radxa.
22
23 There are tree variants depending on the DRAM size : 4G, 8G and 16G.
24
25 Specification:
26
27 Rockchip Rk3588 SoC
28 4x ARM Cortex-A76, 4x ARM Cortex-A55
29 4/8/16GB memory LPDDR4x
30 Mali G610MC4 GPU
31 MIPI CSI 2 multiple lanes connector
32 eMMC module connector
33 uSD slot (up to 128GB)
34 2x USB 2.0, 2x USB 3.0
35 2x HDMI output, 1x HDMI input
36 Ethernet port
37 40-pin IO header including UART, SPI, I2C and 5V DC power in
38 USB PD over USB Type-C
39 Size: 85mm x 54mm
40
Jagan Tekif5bc9922023-01-30 20:27:45 +053041config ROCKCHIP_BOOT_MODE_REG
42 default 0xfd588080
43
44config ROCKCHIP_STIMER_BASE
45 default 0xfd8c8000
46
47config SYS_SOC
48 default "rk3588"
49
50config SYS_MALLOC_F_LEN
51 default 0x80000
52
Jagan Teki15b2d1f2023-01-30 20:27:49 +053053source board/edgeble/neural-compute-module-6/Kconfig
Eugen Hristev3bf8e402023-02-22 11:05:12 +020054source board/radxa/rock5b-rk3588/Kconfig
Jagan Teki15b2d1f2023-01-30 20:27:49 +053055
Jagan Tekif5bc9922023-01-30 20:27:45 +053056endif