]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: rockchip: add Powkiddy X55
authorChris Morgan <macromorgan@hotmail.com>
Tue, 21 May 2024 15:25:33 +0000 (10:25 -0500)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 25 May 2024 02:28:05 +0000 (10:28 +0800)
commit2c04d6ede41404aec0562365cfcb4b06eb6a9734
tree7eb36e3edf43a17c42d010063267c2e4911fea53
parentbfaf507bbedcd9015680576f871afbf492ff02a7
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 <macromorgan@hotmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3566-powkiddy-x55-u-boot.dtsi [new file with mode: 0644]
arch/arm/mach-rockchip/rk3568/Kconfig
board/powkiddy/x55/Kconfig [new file with mode: 0644]
board/powkiddy/x55/MAINTAINERS [new file with mode: 0644]
board/powkiddy/x55/Makefile [new file with mode: 0644]
board/powkiddy/x55/x55.c [new file with mode: 0644]
configs/powkiddy-x55-rk3566_defconfig [new file with mode: 0644]
doc/board/rockchip/rockchip.rst
include/configs/powkiddy-x55-rk3566.h [new file with mode: 0644]