diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2017-05-25 16:00:09 +0000 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2017-06-14 15:52:19 +0530 |
commit | d6b1d7d81ba71dfdca84a7e38e334b73d3732fc0 (patch) | |
tree | 7ed51f3bd5834d6e126920a61b3cba6af0078a81 /configs | |
parent | 3474827294ca188446c8e52decd81a0908fd65e2 (diff) | |
download | u-boot-d6b1d7d81ba71dfdca84a7e38e334b73d3732fc0.tar.gz u-boot-d6b1d7d81ba71dfdca84a7e38e334b73d3732fc0.tar.bz2 u-boot-d6b1d7d81ba71dfdca84a7e38e334b73d3732fc0.zip |
sun50i: h5: Add initial Orangepi Zero Plus 2 support
Orangepi Zero Plus 2 is an open-source single-board computer
using the Allwinner h5 SOC.
H5 Orangepi Zero Plus 2 has
- Quad-core Cortex-A53
- 512MB DDR3
- micrSD slot and 8GB eMMC
- Debug TTL UART
- HDMI
- Wifi + BT
- OTG+power supply
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Tested-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/orangepi_zero_plus2_defconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/configs/orangepi_zero_plus2_defconfig b/configs/orangepi_zero_plus2_defconfig new file mode 100644 index 0000000000..e3776f63e6 --- /dev/null +++ b/configs/orangepi_zero_plus2_defconfig @@ -0,0 +1,18 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_MACH_SUN50I_H5=y +CONFIG_DRAM_CLK=672 +CONFIG_DRAM_ZQ=3881977 +CONFIG_MMC0_CD_PIN="PH13" +CONFIG_MMC_SUNXI_SLOT_EXTRA=2 +CONFIG_DEFAULT_DEVICE_TREE="sun50i-h5-orangepi-zero-plus2" +# 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_SPL_DOS_PARTITION is not set +# CONFIG_SPL_ISO_PARTITION is not set +# CONFIG_SPL_EFI_PARTITION is not set +CONFIG_SUN8I_EMAC=y +CONFIG_USB_EHCI_HCD=y |