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 /configs/orangepi_2_defconfig | |
parent | d1b7407c2f99d9f497273cba560d4b35111bf57e (diff) |
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 'configs/orangepi_2_defconfig')
-rw-r--r-- | configs/orangepi_2_defconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/configs/orangepi_2_defconfig b/configs/orangepi_2_defconfig new file mode 100644 index 0000000000..ff9ac09119 --- /dev/null +++ b/configs/orangepi_2_defconfig @@ -0,0 +1,18 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_MACH_SUN8I_H3=y +CONFIG_DRAM_CLK=672 +CONFIG_DRAM_ZQ=3881979 +CONFIG_DRAM_ODT_EN=y +CONFIG_MMC0_CD_PIN="PF6" +# CONFIG_VIDEO is not set +CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-orangepi-2" +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +CONFIG_SPL=y +# CONFIG_CMD_IMLS is not set +# CONFIG_CMD_FLASH is not set +# CONFIG_CMD_FPGA is not set +CONFIG_CMD_GPIO=y +CONFIG_SY8106A_POWER=y +CONFIG_USB_EHCI_HCD=y +CONFIG_USB1_VBUS_PIN="PG13" |