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>
12 lines
251 B
C
12 lines
251 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
|
|
#ifndef __POWKIDDY_X55_RK3566_H
|
|
#define __POWKIDDY_X55_RK3566_H
|
|
|
|
#include <configs/rk3568_common.h>
|
|
|
|
#define ROCKCHIP_DEVICE_SETTINGS \
|
|
"stdout=serial,vidconsole\0" \
|
|
"stderr=serial,vidconsole\0"
|
|
|
|
#endif
|