From c75f631768296817451c2e3e561db04539455c09 Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Wed, 15 Nov 2023 09:48:03 +0100 Subject: [PATCH] rpi-base.inc: Include the device tree for Raspberry Pi 5 Signed-off-by: Florin Sarbu --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 472f18ef..98639e70 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -77,6 +77,7 @@ RPI_KERNEL_DEVICETREE ?= " \ bcm2710-rpi-cm3.dtb \ bcm2711-rpi-cm4.dtb \ bcm2711-rpi-cm4s.dtb \ + bcm2712-rpi-5-b.dtb \ " KERNEL_DEVICETREE ??= " \