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 | |
Eugen Hristev | 32f36cf | 2023-02-22 11:05:12 +0200 | [diff] [blame] | 16 | config 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 Teki | 8967dea | 2023-01-30 20:27:45 +0530 | [diff] [blame] | 41 | config ROCKCHIP_BOOT_MODE_REG |
| 42 | default 0xfd588080 |
| 43 | |
| 44 | config ROCKCHIP_STIMER_BASE |
| 45 | default 0xfd8c8000 |
| 46 | |
| 47 | config SYS_SOC |
| 48 | default "rk3588" |
| 49 | |
| 50 | config SYS_MALLOC_F_LEN |
| 51 | default 0x80000 |
| 52 | |
Jagan Teki | 91dc9f6 | 2023-01-30 20:27:49 +0530 | [diff] [blame] | 53 | source board/edgeble/neural-compute-module-6/Kconfig |
Eugen Hristev | 32f36cf | 2023-02-22 11:05:12 +0200 | [diff] [blame] | 54 | source board/radxa/rock5b-rk3588/Kconfig |
Jagan Teki | 91dc9f6 | 2023-01-30 20:27:49 +0530 | [diff] [blame] | 55 | |
Jagan Teki | 8967dea | 2023-01-30 20:27:45 +0530 | [diff] [blame] | 56 | endif |