summaryrefslogtreecommitdiff
path: root/configs/bananapi_m2_plus_h5_defconfig
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2019-02-15 19:03:18 +0800
committerJagan Teki <jagan@amarulasolutions.com>2019-02-18 14:46:53 +0530
commitda95ed58c4765ff23ed35753878274ef585f28b5 (patch)
treec8b6757f21d62bf176023cca44be22c036721b9f /configs/bananapi_m2_plus_h5_defconfig
parent268ae6548779ccd8ba38ce39d43f41be7e0bc133 (diff)
sunxi: Add Bananapi M2+ H5 board
As the H5 is pin compatible with the H3, vendors tend to upgrade their existing H3 products with an H5 SoC swap. This is the case with the Bananapi M2+ H5. Add the following to support it: - device tree file: synced from Linux v5.0-rc1, - defconfig: copy of bananapi_m2_plus_h3_defconfig with only SoC family and default device tree file name changed - MAINTAINERS entry Signed-off-by: Chen-Yu Tsai <wens@csie.org> Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'configs/bananapi_m2_plus_h5_defconfig')
-rw-r--r--configs/bananapi_m2_plus_h5_defconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/configs/bananapi_m2_plus_h5_defconfig b/configs/bananapi_m2_plus_h5_defconfig
new file mode 100644
index 0000000000..e7c10dbdf2
--- /dev/null
+++ b/configs/bananapi_m2_plus_h5_defconfig
@@ -0,0 +1,20 @@
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_SPL=y
+CONFIG_MACH_SUN50I_H5=y
+CONFIG_DRAM_CLK=672
+CONFIG_DRAM_ZQ=3881979
+CONFIG_DRAM_ODT_EN=y
+CONFIG_MACPWR="PD6"
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
+CONFIG_NR_DRAM_BANKS=1
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+# CONFIG_CMD_FLASH is not set
+# CONFIG_SPL_DOS_PARTITION is not set
+# CONFIG_SPL_EFI_PARTITION is not set
+CONFIG_DEFAULT_DEVICE_TREE="sun50i-h5-bananapi-m2-plus"
+CONFIG_SUN8I_EMAC=y
+CONFIG_USB_OHCI_HCD=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_MUSB_GADGET=y
+CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y