diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2017-05-30 17:41:15 +0000 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2017-06-14 20:25:56 +0530 |
commit | 2b1a33213e810f43f9d7e33b9d8db99e1b80a1c0 (patch) | |
tree | 9733c4e8f0aadee5cfa21a1441195004df52fc67 /configs/nanopi_neo2_defconfig | |
parent | bdf9577355b0efcf5a27a4fdef344a5b8b70f9f2 (diff) | |
download | u-boot-2b1a33213e810f43f9d7e33b9d8db99e1b80a1c0.tar.gz u-boot-2b1a33213e810f43f9d7e33b9d8db99e1b80a1c0.tar.bz2 u-boot-2b1a33213e810f43f9d7e33b9d8db99e1b80a1c0.zip |
sun50i: h5: Add initial NanoPi NEO2 support
NanoPi NEO2 is designed and developed by FriendlyElec
using the Allwinner 64-bit H5 SOC.
NanoPi Neo2 key features
- Allwinner H5, Quad-core 64-bit Cortex-A53
- 512MB DDR3 RAM
- microSD slot
- 10/100/1000M Ethernet
- Serial Debug Port
- 5V 2A DC MicroUSB power-supply
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Tested-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs/nanopi_neo2_defconfig')
-rw-r--r-- | configs/nanopi_neo2_defconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/nanopi_neo2_defconfig b/configs/nanopi_neo2_defconfig new file mode 100644 index 0000000000..c0ac100869 --- /dev/null +++ b/configs/nanopi_neo2_defconfig @@ -0,0 +1,16 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_MACH_SUN50I_H5=y +CONFIG_DRAM_CLK=672 +CONFIG_DRAM_ZQ=3881977 +CONFIG_DEFAULT_DEVICE_TREE="sun50i-h5-nanopi-neo2" +# 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 |