diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2017-05-03 23:45:09 +0800 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2017-05-04 19:46:23 +0530 |
commit | 5a49b2929c0c73e43470cc53b80a6dfa47b5efda (patch) | |
tree | 46636173ee11a963836f17a0cb75c5e281295036 /configs/Sinovoip_BPI_M2_Plus_defconfig | |
parent | daa8b75a5527f96c2b2e5aa8d3fff3fa29b57b9b (diff) | |
download | u-boot-5a49b2929c0c73e43470cc53b80a6dfa47b5efda.tar.gz |
sunxi: add support for Banana Pi M2 Plus board
Banana Pi M2 Plus is an Allwinner H3-based SBC by Sinovoip, which has
already mainline device tree file that have landed into U-Boot source
tree.
Add a defconfig file for it and add the MAINTAINERS items.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'configs/Sinovoip_BPI_M2_Plus_defconfig')
-rw-r--r-- | configs/Sinovoip_BPI_M2_Plus_defconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/configs/Sinovoip_BPI_M2_Plus_defconfig b/configs/Sinovoip_BPI_M2_Plus_defconfig new file mode 100644 index 0000000000..e8cd4fb9ec --- /dev/null +++ b/configs/Sinovoip_BPI_M2_Plus_defconfig @@ -0,0 +1,20 @@ +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_MACPWR="PD6" +CONFIG_MMC_SUNXI_SLOT_EXTRA=2 +CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-bananapi-m2-plus" +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +CONFIG_CONSOLE_MUX=y +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 |