diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-04-09 15:02:24 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-04-12 08:58:03 +0200 |
commit | ec770dba89533ca49b1bdc7d2c49c2d01fcdf406 (patch) | |
tree | 9d5cd485b1f0c9163b9192025a8cac4c077038b7 /arch/arm/dts/Makefile | |
parent | fb3bfbb24a72a495f3fb1716d386fb4bbe5990fa (diff) | |
download | u-boot-imx-ec770dba89533ca49b1bdc7d2c49c2d01fcdf406.zip u-boot-imx-ec770dba89533ca49b1bdc7d2c49c2d01fcdf406.tar.gz u-boot-imx-ec770dba89533ca49b1bdc7d2c49c2d01fcdf406.tar.bz2 |
sunxi: Add defconfig and dts file for Orange Pi One SBC
The Orange Pi One SBC, is a stripped down version of the popular
Orange Pi PC. The one is a H3 based SBC, with 512M of RAM,
micro-sd slot, 1 host usb, 1 otg usb, hdmi and 100Mbit ethernet.
The dts is identical to the dts submitted to the upstream kernel.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
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 01cf030..0915e05 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -207,6 +207,7 @@ dtb-$(CONFIG_MACH_SUN8I_A83T) += \ sun8i-a83t-sinovoip-bpi-m3.dtb dtb-$(CONFIG_MACH_SUN8I_H3) += \ sun8i-h3-orangepi-2.dtb \ + sun8i-h3-orangepi-one.dtb \ sun8i-h3-orangepi-pc.dtb \ sun8i-h3-orangepi-plus.dtb dtb-$(CONFIG_MACH_SUN50I) += \ |