Jagan Teki | 8967dea | 2023-01-30 20:27:45 +0530 | [diff] [blame] | 1 | if ROCKCHIP_RK3588 |
| 2 | |
Jagan Teki | 91dc9f6 | 2023-01-30 20:27:49 +0530 | [diff] [blame^] | 3 | config 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 Teki | 8967dea | 2023-01-30 20:27:45 +0530 | [diff] [blame] | 16 | config ROCKCHIP_BOOT_MODE_REG |
| 17 | default 0xfd588080 |
| 18 | |
| 19 | config ROCKCHIP_STIMER_BASE |
| 20 | default 0xfd8c8000 |
| 21 | |
| 22 | config SYS_SOC |
| 23 | default "rk3588" |
| 24 | |
| 25 | config SYS_MALLOC_F_LEN |
| 26 | default 0x80000 |
| 27 | |
Jagan Teki | 91dc9f6 | 2023-01-30 20:27:49 +0530 | [diff] [blame^] | 28 | source board/edgeble/neural-compute-module-6/Kconfig |
| 29 | |
Jagan Teki | 8967dea | 2023-01-30 20:27:45 +0530 | [diff] [blame] | 30 | endif |