diff options
author | Otavio Salvador | 2018-12-01 12:05:54 -0200 |
---|---|---|
committer | Philipp Tomsich | 2018-12-16 01:30:11 +0100 |
commit | e11ef3d26eff8d14a11f89b9bdc20471b425d2d7 (patch) | |
tree | 0adaabc999c9d94fce3726808e7e27fc0d4ed870 /arch/arm/dts/Makefile | |
parent | 9af1d5ef2fa4248c5e4b4b098e2d36caa0298ee8 (diff) |
ARM: rockchip: Add rv1108-elgin-r1 board support
Add the initial support for Elgin R1 board, which is based on the
RV1108 SoC and has the following features currently supported in
U-Boot:
- UART
- eMMC
- USB
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 949ee472fcc..dc6f6b233a6 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -53,6 +53,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \ rk3399-puma-ddr1600.dtb \ rk3399-puma-ddr1866.dtb \ rk3399-rock960.dtb \ + rv1108-elgin-r1.dtb \ rv1108-evb.dtb dtb-$(CONFIG_ARCH_MESON) += \ meson-gxbb-nanopi-k2.dtb \ |