mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-14 07:13:03 +00:00
cf8658cdac
rk3588 evb1 v10 is a evalution board from Rockchip, it is a dev board for rockchip and also a reference board for board vendors. Hardware: SoC: RK3588 DRAM: LPDDR4X 8GB Debug: UART2 via USB PCIe: 3x4 *1 SATA *2 HDMI out *2 HDMI IN *1 USB2.0 Host *2 USB3.0 Host *1 Type C *1 MIPI DSI panel dts Sync from Linux v6.2. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Jagan Teki <jagan@edgeble.ai>
63 lines
1.6 KiB
Text
63 lines
1.6 KiB
Text
if ROCKCHIP_RK3588
|
|
|
|
config TARGET_EVB_RK3588
|
|
bool "Rockchip EVB1 v10"
|
|
select BOARD_LATE_INIT
|
|
help
|
|
RK3588 EVB is a evaluation board for Rockchp RK3588.
|
|
|
|
config TARGET_RK3588_NEU6
|
|
bool "Edgeble Neural Compute Module 6(Neu6) SoM"
|
|
select BOARD_LATE_INIT
|
|
help
|
|
Neu6:
|
|
Neural Compute Module 6A(Neu6a) is a 96boards SoM-CB compute module
|
|
based on Rockchip RK3588 from Edgeble AI.
|
|
|
|
Neu6-IO:
|
|
Neural Compute Module 6(Neu6) IO board is an industrial form factor
|
|
IO board and Neu6a needs to mount on top of this IO board in order to
|
|
create complete Edgeble Neural Compute Module 6(Neu6) IO platform.
|
|
|
|
config TARGET_ROCK5B_RK3588
|
|
bool "Radxa ROCK5B RK3588 board"
|
|
select BOARD_LATE_INIT
|
|
help
|
|
Radxa ROCK5B is a Rockchip RK3588 based SBC (Single Board Computer)
|
|
by Radxa.
|
|
|
|
There are tree variants depending on the DRAM size : 4G, 8G and 16G.
|
|
|
|
Specification:
|
|
|
|
Rockchip Rk3588 SoC
|
|
4x ARM Cortex-A76, 4x ARM Cortex-A55
|
|
4/8/16GB memory LPDDR4x
|
|
Mali G610MC4 GPU
|
|
MIPI CSI 2 multiple lanes connector
|
|
eMMC module connector
|
|
uSD slot (up to 128GB)
|
|
2x USB 2.0, 2x USB 3.0
|
|
2x HDMI output, 1x HDMI input
|
|
Ethernet port
|
|
40-pin IO header including UART, SPI, I2C and 5V DC power in
|
|
USB PD over USB Type-C
|
|
Size: 85mm x 54mm
|
|
|
|
config ROCKCHIP_BOOT_MODE_REG
|
|
default 0xfd588080
|
|
|
|
config ROCKCHIP_STIMER_BASE
|
|
default 0xfd8c8000
|
|
|
|
config SYS_SOC
|
|
default "rk3588"
|
|
|
|
config SYS_MALLOC_F_LEN
|
|
default 0x80000
|
|
|
|
source board/edgeble/neural-compute-module-6/Kconfig
|
|
source board/rockchip/evb_rk3588/Kconfig
|
|
source board/radxa/rock5b-rk3588/Kconfig
|
|
|
|
endif
|