diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-10-01 03:26:06 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-10-20 08:52:11 -0400 |
commit | 8a5b272fbf446ce475bb434b956a45a666936af4 (patch) | |
tree | e1297b0e47ee9329812616f5251dc982ebb224e5 /arch/arm/boot/dts/Makefile | |
parent | 46e9fd407fad0e9442d0feb9b678d81839ea29a1 (diff) |
ARM: dts: sun7i: Add Banana Pi board
The Banana Pi is an A20 based development board using Raspberry Pi compatible
IO headers. It comes with 1 GB RAM, 1 Gb ethernet, 2x USB host, sata, hdmi
and stereo audio out + various expenansion headers:
http://www.lemaker.org/
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
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 38c89cafa1ab..63422bde3a46 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -435,6 +435,7 @@ dtb-$(CONFIG_MACH_SUN6I) += \ | |||
435 | sun6i-a31-hummingbird.dtb \ | 435 | sun6i-a31-hummingbird.dtb \ |
436 | sun6i-a31-m9.dtb | 436 | sun6i-a31-m9.dtb |
437 | dtb-$(CONFIG_MACH_SUN7I) += \ | 437 | dtb-$(CONFIG_MACH_SUN7I) += \ |
438 | sun7i-a20-bananapi.dtb \ | ||
438 | sun7i-a20-cubieboard2.dtb \ | 439 | sun7i-a20-cubieboard2.dtb \ |
439 | sun7i-a20-cubietruck.dtb \ | 440 | sun7i-a20-cubietruck.dtb \ |
440 | sun7i-a20-hummingbird.dtb \ | 441 | sun7i-a20-hummingbird.dtb \ |