mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 18:34:42 +00:00

The Powkiddy X55 is a Rockchip RK3566 based handheld gaming device. UART, ADC, eMMC, and SDMMC are tested to work in U-Boot and this successfully boots mainline Linux. Kernel commit: e99adc97e21a ("arm64: dts: rockchip: Add Powkiddy X55") Signed-off-by: Chris Morgan <macromorgan@hotmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
15 lines
207 B
Text
15 lines
207 B
Text
if TARGET_POWKIDDY_X55_RK3566
|
|
|
|
config SYS_BOARD
|
|
default "x55"
|
|
|
|
config SYS_VENDOR
|
|
default "powkiddy"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "powkiddy-x55-rk3566"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS
|
|
def_bool y
|
|
|
|
endif
|