]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: rk3066: add Rikomagic MK808 board
authorJohan Jonker <jbx6244@gmail.com>
Sat, 16 Apr 2022 15:09:48 +0000 (17:09 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 18 Apr 2022 03:25:13 +0000 (11:25 +0800)
commit62fcd72ef29c62961a50f77a6427e454627762de
tree6647037e51ed70788d255410ad169ecef450eeb3
parent33f4750783080302afd8f00bb07bd18d6e94f073
rockchip: rk3066: add Rikomagic MK808 board

MK808 is a RK3066-based board with 1 USB host and 1 USB OTG port,
HDMI and a micro-SD card slot. It also includes on-board NAND
and 1GB of SDRAM.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/rk3066/Kconfig
board/rikomagic/mk808/Kconfig [new file with mode: 0644]
board/rikomagic/mk808/MAINTAINERS [new file with mode: 0644]
board/rikomagic/mk808/Makefile [new file with mode: 0644]
board/rikomagic/mk808/mk808.c [new file with mode: 0644]