summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-06-07 22:05:16 -0400
committerTom Rini <[email protected]>2023-06-07 22:05:16 -0400
commit661332a0744dad6a1a4bfbbdea2a4e5ae9835e52 (patch)
treea71d7fcb724ab9cccadaa6def0f15e486123724c /configs
parent0a8a4b86422650d6955a2382796089735453902d (diff)
parent9bc6f1a4d08261032d60836ea1dd6f2e98889060 (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi
A small late pull request for Allwinner. The main feature is just a DT update, matching the v6.4 Linux kernel DT files. This also enables a board (LCTech Pi F1C200s) which got its .dts file merged into Linux. Plus a tiny typo fix from Sam. Gitlab CI passed, briefly tested on an H616 board and the new LCTech Pi.
Diffstat (limited to 'configs')
-rw-r--r--configs/lctech_pi_f1c200s_defconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/lctech_pi_f1c200s_defconfig b/configs/lctech_pi_f1c200s_defconfig
new file mode 100644
index 00000000000..310719cf915
--- /dev/null
+++ b/configs/lctech_pi_f1c200s_defconfig
@@ -0,0 +1,11 @@
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_DEFAULT_DEVICE_TREE="suniv-f1c200s-lctech-pi"
+CONFIG_SPL=y
+CONFIG_MACH_SUNIV=y
+CONFIG_DRAM_CLK=156
+CONFIG_DRAM_ZQ=0
+CONFIG_SUNXI_MINIMUM_DRAM_MB=64
+# CONFIG_VIDEO_SUNXI is not set
+CONFIG_CONS_INDEX=2
+CONFIG_SPI=y