diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-21 19:45:24 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-21 20:42:37 -0700 |
commit | 7c1058fadc8d7c25c6c1313d939897a091500fbe (patch) | |
tree | a2b131247ad893139453150191ed6905bf78f3db /arch/arm/dts | |
parent | cf629bb2ba769f2257f43336adef2cdf4acff9bf (diff) | |
download | u-boot-imx-7c1058fadc8d7c25c6c1313d939897a091500fbe.zip u-boot-imx-7c1058fadc8d7c25c6c1313d939897a091500fbe.tar.gz u-boot-imx-7c1058fadc8d7c25c6c1313d939897a091500fbe.tar.bz2 |
rockchip: Add support for Raxda Rock 2
This board includes an RK3288 SoC on a SOM. It can be mounted on a
base-board which provides a wide range of peripherals.
So far this is verified to boot to a prompt from a microSD card. The serial
console works as well as HDMI.
Thanks to Tom Cubie for sending me a board.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts')
-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 7706b41..641510c 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -22,6 +22,7 @@ dtb-$(CONFIG_EXYNOS5) += exynos5250-arndale.dtb \ dtb-$(CONFIG_ARCH_ROCKCHIP) += \ rk3288-firefly.dtb \ rk3288-jerry.dtb \ + rk3288-rock2-square.dtb \ rk3036-sdk.dtb dtb-$(CONFIG_TEGRA) += tegra20-harmony.dtb \ tegra20-medcom-wide.dtb \ |