blob: def4094e2e441e1817138f0d6d4917e8121ddc89 [file] [log] [blame]
Jagan Teki8967dea2023-01-30 20:27:45 +05301if ROCKCHIP_RK3588
2
Jagan Teki91dc9f62023-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
Jagan Teki8967dea2023-01-30 20:27:45 +053016config ROCKCHIP_BOOT_MODE_REG
17 default 0xfd588080
18
19config ROCKCHIP_STIMER_BASE
20 default 0xfd8c8000
21
22config SYS_SOC
23 default "rk3588"
24
25config SYS_MALLOC_F_LEN
26 default 0x80000
27
Jagan Teki91dc9f62023-01-30 20:27:49 +053028source board/edgeble/neural-compute-module-6/Kconfig
29
Jagan Teki8967dea2023-01-30 20:27:45 +053030endif