mirror of
https://github.com/armbian/build.git
synced 2025-08-13 22:56:57 +02:00
* Adjusted patches so they align with 2021.04 - briefly tested on Lime A64 and BPI M3 * Move to RC5 * Move away from RC branch
47 lines
1.5 KiB
Diff
47 lines
1.5 KiB
Diff
diff --git a/arch/arm/dts/sun50i-h6-pine-h64-model-b.dts b/arch/arm/dts/sun50i-h6-pine-h64-model-b.dts
|
|
new file mode 120000
|
|
index 00000000..76280222
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/sun50i-h6-pine-h64-model-b.dts
|
|
@@ -0,0 +1 @@
|
|
+sun50i-h6-pine-h64.dts
|
|
\ No newline at end of file
|
|
diff --git a/configs/pine_h64-model-b_defconfig b/configs/pine_h64-model-b_defconfig
|
|
new file mode 100644
|
|
index 00000000..ace3e84e
|
|
--- /dev/null
|
|
+++ b/configs/pine_h64-model-b_defconfig
|
|
@@ -0,0 +1,18 @@
|
|
+CONFIG_ARM=y
|
|
+CONFIG_ARCH_SUNXI=y
|
|
+CONFIG_NR_DRAM_BANKS=1
|
|
+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_USB3_VBUS_PIN="PL5"
|
|
+# CONFIG_PSCI_RESET is not set
|
|
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
+CONFIG_USE_PREBOOT=y
|
|
+# 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-pine-h64-model-b"
|
|
+CONFIG_USB_EHCI_HCD=y
|
|
+CONFIG_USB_OHCI_HCD=y
|
|
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
|
|
index 7a791cba..e74adc94 100644
|
|
--- a/arch/arm/dts/Makefile
|
|
+++ b/arch/arm/dts/Makefile
|
|
@@ -525,7 +525,8 @@ dtb-$(CONFIG_MACH_SUN50I_H6) += \
|
|
sun50i-h6-beelink-gs1.dtb \
|
|
sun50i-h6-orangepi-lite2.dtb \
|
|
sun50i-h6-orangepi-one-plus.dtb \
|
|
- sun50i-h6-pine-h64.dtb \
|
|
+ sun50i-h6-pine-h64.dtb \
|
|
+ sun50i-h6-pine-h64-model-b.dtb \
|
|
sun50i-h6-tanix-tx6.dtb
|
|
dtb-$(CONFIG_MACH_SUN50I) += \
|
|
sun50i-a64-amarula-relic.dtb \
|