summaryrefslogtreecommitdiff
path: root/configs/orangepi_3_defconfig
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2021-10-01 21:29:00 +0300
committerAndre Przywara <andre.przywara@arm.com>2021-01-26 00:52:00 +0300
commitc81877a919d2ae214650b4f10b862dd62f0284a7 (patch)
tree64dfe7e35fdde3103b17815493802fee0a352177 /configs/orangepi_3_defconfig
parenta54b2925a6be70ecd51cccc0464e0b67c58f9b46 (diff)
downloadu-boot-c81877a919d2ae214650b4f10b862dd62f0284a7.tar.xz
sunxi: Add support for Orange Pi 3
dts file is taken from Linux 5.11-rc1 tag. The Bluetooth controller of this device ships with a default address, use the new CONFIG_FIXUP_BDADDR option to fix it up. Signed-off-by: Andre Heider <a.heider@gmail.com> Acked-by: Maxime Ripard <mripard@kernel.org> [Updated OrangePi 3 DT, rebase and config update] Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'configs/orangepi_3_defconfig')
-rw-r--r--configs/orangepi_3_defconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/orangepi_3_defconfig b/configs/orangepi_3_defconfig
new file mode 100644
index 0000000000..82b9815205
--- /dev/null
+++ b/configs/orangepi_3_defconfig
@@ -0,0 +1,12 @@
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_SPL=y
+CONFIG_MACH_SUN50I_H6=y
+CONFIG_SUNXI_DRAM_H6_LPDDR3=y
+CONFIG_MMC0_CD_PIN="PF6"
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
+CONFIG_BLUETOOTH_DT_DEVICE_FIXUP="brcm,bcm4345c5"
+CONFIG_DEFAULT_DEVICE_TREE="sun50i-h6-orangepi-3"
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_OHCI_HCD=y