summaryrefslogtreecommitdiff
path: root/configs/orangepi_one_plus_defconfig
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2018-07-29 00:03:31 +0530
committerJagan Teki <jagan@amarulasolutions.com>2018-07-31 20:50:01 +0530
commit89a897fc4d78e31332e5899e977d8bf3c82abafa (patch)
treed3042369b0e52ba4bc2160c5d4e97ae9e475f177 /configs/orangepi_one_plus_defconfig
parent850bdafa503e2045a8e931ce601fd71dc33157cf (diff)
board: sun50i: h6: Add OrangePi One Plus initial support
OrangePi One Plus 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 - 1Gbps GMAC via RTL8211 - USB 2.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_one_plus_defconfig')
-rw-r--r--configs/orangepi_one_plus_defconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/orangepi_one_plus_defconfig b/configs/orangepi_one_plus_defconfig
new file mode 100644
index 0000000000..48bc6e54ee
--- /dev/null
+++ b/configs/orangepi_one_plus_defconfig
@@ -0,0 +1,14 @@
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_MACH_SUN50I_H6=y
+CONFIG_DRAM_ODT_EN=y
+CONFIG_MMC0_CD_PIN="PF6"
+# CONFIG_PSCI_RESET is not set
+CONFIG_DEFAULT_DEVICE_TREE="sun50i-h6-orangepi-one-plus"
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+CONFIG_SPL=y
+# 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