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>
This commit is contained in:
Johan Jonker 2022-04-16 17:09:48 +02:00 committed by Kever Yang
parent 33f4750783
commit 62fcd72ef2
5 changed files with 36 additions and 0 deletions

View File

@ -1,5 +1,12 @@
if ROCKCHIP_RK3066
config TARGET_MK808
bool "MK808"
help
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.
config ROCKCHIP_BOOT_MODE_REG
default 0x20004040
@ -27,4 +34,6 @@ config TPL_LIBGENERIC_SUPPORT
config TPL_SERIAL
default y
source "board/rikomagic/mk808/Kconfig"
endif

View File

@ -0,0 +1,15 @@
if TARGET_MK808
config SYS_BOARD
default "mk808"
config SYS_VENDOR
default "rikomagic"
config SYS_CONFIG_NAME
default "mk808"
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
endif

View File

@ -0,0 +1,6 @@
MK808
M: Johan Jonker <jbx6244@gmail.com>
S: Maintained
F: board/rikomagic/mk808
F: configs/mk808_defconfig
F: include/configs/mk808.h

View File

@ -0,0 +1,3 @@
# SPDX-License-Identifier: GPL-2.0+
obj-y += mk808.o

View File

@ -0,0 +1,3 @@
// SPDX-License-Identifier: GPL-2.0+
#include <common.h>