configs/raspberrypi5: install BCM2712D0 device-tree blob

This installs the new Raspberry Pi 5 BCM2712D0 device-tree blob[1].

[1]: 0328374ae0

Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Gaël PORTAY
2024-07-16 07:43:58 +02:00
committed by Thomas Petazzoni
parent f93f0d6a14
commit 13ac570c9f
2 changed files with 2 additions and 1 deletions

View File

@@ -104,6 +104,7 @@ After building, you should obtain this tree:
+-- bcm2711-rpi-cm4.dtb [1]
+-- bcm2711-rpi-cm4s.dtb [1]
+-- bcm2712-rpi-5-b.dtb [1]
+-- bcm2712d0-rpi-5-b.dtb [1]
+-- boot.vfat
+-- rootfs.ext4
+-- rpi-firmware/

View File

@@ -17,7 +17,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="bcm2712"
# Build the DTB from the kernel sources
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="broadcom/bcm2712-rpi-5-b"
BR2_LINUX_KERNEL_INTREE_DTS_NAME="broadcom/bcm2712-rpi-5-b broadcom/bcm2712d0-rpi-5-b"
BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y