diff options
| author | Chris Morgan <[email protected]> | 2024-05-21 10:25:33 -0500 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2024-05-25 10:28:05 +0800 |
| commit | 2c04d6ede41404aec0562365cfcb4b06eb6a9734 (patch) | |
| tree | 7eb36e3edf43a17c42d010063267c2e4911fea53 /include | |
| parent | bfaf507bbedcd9015680576f871afbf492ff02a7 (diff) | |
board: rockchip: add Powkiddy X55
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 <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/powkiddy-x55-rk3566.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/powkiddy-x55-rk3566.h b/include/configs/powkiddy-x55-rk3566.h new file mode 100644 index 00000000000..4b25c6a8774 --- /dev/null +++ b/include/configs/powkiddy-x55-rk3566.h @@ -0,0 +1,12 @@ +/* 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 |
