diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-07-09 22:20:00 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-07-15 15:54:56 +0200 |
commit | 66ab5286736e47cc4fdec9ceab4cc1b2f24ed066 (patch) | |
tree | 91bc31e7f310e168398205f13405c5a9ee4682f0 /configs/orangepi_lite_defconfig | |
parent | fa8a485d06188e38abc9c46fbd1be916fe16fb7a (diff) | |
download | u-boot-66ab5286736e47cc4fdec9ceab4cc1b2f24ed066.tar.gz u-boot-66ab5286736e47cc4fdec9ceab4cc1b2f24ed066.tar.bz2 u-boot-66ab5286736e47cc4fdec9ceab4cc1b2f24ed066.zip |
sunxi: Add defconfig and dts file for the Orange Pi Lite SBC
The Orange Pi Lite SBC is a small H3 based SBC, with 512MB RAM,
micro-sd slot, HDMI out, 2 USB-A connectors, 1 micro-USB connector,
sdio attached rtl8189ftv wifi and an ir receiver.
The 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_lite_defconfig')
-rw-r--r-- | configs/orangepi_lite_defconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/orangepi_lite_defconfig b/configs/orangepi_lite_defconfig new file mode 100644 index 0000000000..417e4f6a0a --- /dev/null +++ b/configs/orangepi_lite_defconfig @@ -0,0 +1,15 @@ +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-lite" +# 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_USB_EHCI_HCD=y |