mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-21 22:31:51 +00:00
22 lines
614 B
Diff
22 lines
614 B
Diff
|
diff --git a/arch/arm/dts/Cubieboard4_defconfig b/arch/arm/dts/Cubieboard4_defconfig
|
||
|
new file mode 100755
|
||
|
index 0000000..f400ed2
|
||
|
--- /dev/null
|
||
|
+++ b/arch/arm/dts/Cubieboard4_defconfig
|
||
|
@@ -0,0 +1,15 @@
|
||
|
+CONFIG_ARM=y
|
||
|
+CONFIG_ARCH_SUNXI=y
|
||
|
+CONFIG_MACH_SUN9I=y
|
||
|
+CONFIG_DRAM_CLK=360
|
||
|
+CONFIG_DRAM_ZQ=123
|
||
|
+CONFIG_SYS_CLK_FREQ=1008000000
|
||
|
+CONFIG_MMC0_CD_PIN="PH18"
|
||
|
+# CONFIG_VIDEO is not set
|
||
|
+CONFIG_DEFAULT_DEVICE_TREE="sun9i-a80-cubieboard4"
|
||
|
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
||
|
+# CONFIG_CMD_IMLS is not set
|
||
|
+# CONFIG_CMD_FLASH is not set
|
||
|
+# CONFIG_CMD_FPGA is not set
|
||
|
+CONFIG_CMD_GPIO=y
|
||
|
+CONFIG_SYS_NS16550=y
|