diff options
author | Oliver Schinagl <oliver@schinagl.nl> | 2013-10-08 10:22:32 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-10-08 11:35:19 +0200 |
commit | 01ed6632a554dfdf4a9fc3c593ce4ff7255ed161 (patch) | |
tree | e93430961277169327a6fa1ef50a7521e6e5d258 /arch/arm/boot/dts/Makefile | |
parent | d6d3f9e65406e0e3f90843b13afc823905e33a81 (diff) | |
download | blackbird-op-linux-01ed6632a554dfdf4a9fc3c593ce4ff7255ed161.tar.gz blackbird-op-linux-01ed6632a554dfdf4a9fc3c593ce4ff7255ed161.zip |
ARM: sunxi: dts: Add support for the cubieboard3, the CubieTruck
Cubietech introduced a new cubieboard, the CubieTruck. This board added
more output connectors and features 2 GiB of RAM and a Gigabit PHY.
Tested are are uart0 and LEDS which both work as expected.
Signed-off-by: Oliver Schinagl <oliver@schinagl.nl>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index cc0f1fb61753..171e6c7bb1f2 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -232,6 +232,7 @@ dtb-$(CONFIG_ARCH_SUNXI) += \ sun5i-a13-olinuxino.dtb \ sun6i-a31-colombus.dtb \ sun7i-a20-cubieboard2.dtb \ + sun7i-a20-cubietruck.dtb \ sun7i-a20-olinuxino-micro.dtb dtb-$(CONFIG_ARCH_TEGRA) += tegra20-harmony.dtb \ tegra20-iris-512.dtb \ |