diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-03-23 09:59:23 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-03-23 22:04:13 +0100 |
commit | 72cd013293d6e526714bff9302a1b3fc2cdfceb3 (patch) | |
tree | 033f1f6bd0e44c8668e2b49e06116d808c9c4e57 /board/sunxi/MAINTAINERS | |
parent | d1b7407c2f99d9f497273cba560d4b35111bf57e (diff) | |
download | u-boot-imx-72cd013293d6e526714bff9302a1b3fc2cdfceb3.zip u-boot-imx-72cd013293d6e526714bff9302a1b3fc2cdfceb3.tar.gz u-boot-imx-72cd013293d6e526714bff9302a1b3fc2cdfceb3.tar.bz2 |
sunxi: Add defconfig and dts for Orange Pi 2 SBC
The Orange Pi 2 is a SBC based on the Allwinner H3 SoC with a uSD slot,
4 USB ports connected via a USB-2 hub, a 10/100M ethernet port using the
SoC's integrated PHY, Wifi via a RTL8189ETV sdio wifi chip, USB OTG, HDMI,
a TRRS headphone jack for stereo out and composite out, a microphone,
an IR receiver, a CSI connector, 2 LEDs, a 3 pin UART header
and a 40-pin GPIO header.
The added dts file is identical to the one 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 'board/sunxi/MAINTAINERS')
-rw-r--r-- | board/sunxi/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index 603cda7..5f2f4fe 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -54,6 +54,7 @@ F: configs/Wits_Pro_A20_DKT_defconfig F: include/configs/sun8i.h F: configs/ga10h_v1_1_defconfig F: configs/gt90h_v4_defconfig +F: configs/orangepi_2_defconfig F: configs/orangepi_pc_defconfig F: configs/orangepi_plus_defconfig F: configs/polaroid_mid2809pxe04_defconfig |