git: 89cee021a790 - stable/15 - release/RPI: Add RPI Zero 2W device tree blob dtb
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Oct 2025 16:30:56 UTC
The branch stable/15 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=89cee021a790974e8d184554f3a5de4ae8317748
commit 89cee021a790974e8d184554f3a5de4ae8317748
Author: Yoshiro MIHIRA <sanpei@sanpei.org>
AuthorDate: 2025-10-06 07:54:08 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-10-10 16:15:01 +0000
release/RPI: Add RPI Zero 2W device tree blob dtb
Enable Pi 02W support on the release SD card images by including the
device tree.
PR: 278816
MFC after: 3 days
Approved by: cperciva (re)
(cherry picked from commit e41e099ef199de096abd9a93289bdacfd83a5f48)
---
release/arm64/RPI.conf | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/release/arm64/RPI.conf b/release/arm64/RPI.conf
index b973687c535d..d418dae28d3a 100644
--- a/release/arm64/RPI.conf
+++ b/release/arm64/RPI.conf
@@ -3,8 +3,9 @@
#
DTB_DIR="/usr/local/share/rpi-firmware"
-DTB="bcm2710-rpi-2-b.dtb bcm2710-rpi-3-b.dtb bcm2710-rpi-3-b-plus.dtb bcm2710-rpi-cm3.dtb \
- bcm2711-rpi-4-b.dtb bcm2711-rpi-cm4-io.dtb bcm2711-rpi-cm4.dtb"
+DTB="bcm2710-rpi-2-b.dtb bcm2710-rpi-3-b.dtb bcm2710-rpi-3-b-plus.dtb \
+ bcm2710-rpi-cm3.dtb bcm2710-rpi-zero-2-w.dtb bcm2711-rpi-4-b.dtb \
+ bcm2711-rpi-cm4-io.dtb bcm2711-rpi-cm4.dtb"
EMBEDDED_TARGET_ARCH="aarch64"
EMBEDDED_TARGET="arm64"
EMBEDDEDBUILD=1