Jagan Teki | f5bc992 | 2023-01-30 20:27:45 +0530 | [diff] [blame] | 1 | if ROCKCHIP_RK3588 |
| 2 | |
Kever Yang | cf8658c | 2023-03-02 15:12:57 +0800 | [diff] [blame] | 3 | config 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 Teki | 15b2d1f | 2023-01-30 20:27:49 +0530 | [diff] [blame] | 9 | config 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 Hristev | 3bf8e40 | 2023-02-22 11:05:12 +0200 | [diff] [blame] | 22 | config 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 Hristev | d77d530 | 2023-06-23 13:05:27 +0300 | [diff] [blame^] | 37 | 2x MIPI CSI 2 multiple lanes connector |
Eugen Hristev | 3bf8e40 | 2023-02-22 11:05:12 +0200 | [diff] [blame] | 38 | eMMC module connector |
| 39 | uSD slot (up to 128GB) |
Eugen Hristev | d77d530 | 2023-06-23 13:05:27 +0300 | [diff] [blame^] | 40 | 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 Hristev | 3bf8e40 | 2023-02-22 11:05:12 +0200 | [diff] [blame] | 43 | 40-pin IO header including UART, SPI, I2C and 5V DC power in |
| 44 | USB PD over USB Type-C |
Eugen Hristev | d77d530 | 2023-06-23 13:05:27 +0300 | [diff] [blame^] | 45 | Size: 100mm x 72mm (Pico-ITX form factor) |
Eugen Hristev | 3bf8e40 | 2023-02-22 11:05:12 +0200 | [diff] [blame] | 46 | |
Jagan Teki | f5bc992 | 2023-01-30 20:27:45 +0530 | [diff] [blame] | 47 | config ROCKCHIP_BOOT_MODE_REG |
| 48 | default 0xfd588080 |
| 49 | |
| 50 | config ROCKCHIP_STIMER_BASE |
| 51 | default 0xfd8c8000 |
| 52 | |
| 53 | config SYS_SOC |
| 54 | default "rk3588" |
| 55 | |
| 56 | config SYS_MALLOC_F_LEN |
| 57 | default 0x80000 |
| 58 | |
Jagan Teki | 15b2d1f | 2023-01-30 20:27:49 +0530 | [diff] [blame] | 59 | source board/edgeble/neural-compute-module-6/Kconfig |
Kever Yang | cf8658c | 2023-03-02 15:12:57 +0800 | [diff] [blame] | 60 | source board/rockchip/evb_rk3588/Kconfig |
Eugen Hristev | 3bf8e40 | 2023-02-22 11:05:12 +0200 | [diff] [blame] | 61 | source board/radxa/rock5b-rk3588/Kconfig |
Jagan Teki | 15b2d1f | 2023-01-30 20:27:49 +0530 | [diff] [blame] | 62 | |
Jagan Teki | f5bc992 | 2023-01-30 20:27:45 +0530 | [diff] [blame] | 63 | endif |