[PATCH v2 09/11] sunxi: Add support for the Lichee Pi Zero with Dock
Paul Kocialkowski
paulk at sys-base.io
Tue Aug 5 19:48:25 CEST 2025
From: Paul Kocialkowski <contact at paulk.fr>
This adds a U-Boot config and device-tree build for the Lichee Pi Zero
with Dock. Compared to the Lichee Pi Zero, it has an ethernet port
(with internal PHY) so the EMAC driver and network support are enabled.
Signed-off-by: Paul Kocialkowski <contact at paulk.fr>
---
configs/LicheePi_Zero_Dock_defconfig | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 configs/LicheePi_Zero_Dock_defconfig
diff --git a/configs/LicheePi_Zero_Dock_defconfig b/configs/LicheePi_Zero_Dock_defconfig
new file mode 100644
index 000000000000..0ae53c0c067f
--- /dev/null
+++ b/configs/LicheePi_Zero_Dock_defconfig
@@ -0,0 +1,6 @@
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_DEFAULT_DEVICE_TREE="allwinner/sun8i-v3s-licheepi-zero-dock"
+CONFIG_SPL=y
+CONFIG_MACH_SUN8I_V3S=y
+CONFIG_SUN8I_EMAC=y
--
2.49.0
More information about the U-Boot
mailing list