summaryrefslogtreecommitdiff
path: root/configs/orangepi_lite2_defconfig
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2018-11-05 13:20:40 +0530
committerJagan Teki <jagan@amarulasolutions.com>2018-11-13 22:13:09 +0530
commite6b16e785234873f86b0560b5387381ae9d72762 (patch)
treeda99cc5d0daa8d7483b6b1390905a4a8506ef0cc /configs/orangepi_lite2_defconfig
parentd45a07aacaed6e1134b88843375a2fd7e1c7f28f (diff)
board: allwinner: sun50i-h6: Add Orangepi Lite2 support
OrangePi Lite2 is Allwinner H6 based open-source SBC, which support: - Allwinner H6 Quad-core 64-bit ARM Cortex-A53 - GPU Mali-T720 - 1GB LPDDR3 RAM - AXP805 PMIC - AP6356S Wifi/BT - USB 2.0, USB 3.0 Host, OTG - HDMI port - 5V/2A DC power supply Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'configs/orangepi_lite2_defconfig')
-rw-r--r--configs/orangepi_lite2_defconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/orangepi_lite2_defconfig b/configs/orangepi_lite2_defconfig
new file mode 100644
index 0000000000..e5f7d15bf6
--- /dev/null
+++ b/configs/orangepi_lite2_defconfig
@@ -0,0 +1,12 @@
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_SPL=y
+CONFIG_MACH_SUN50I_H6=y
+CONFIG_MMC0_CD_PIN="PF6"
+# CONFIG_PSCI_RESET is not set
+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-h6-orangepi-lite2"