board/raspberrypi: add bcm2712d0-rpi-5-b for Raspberry Pi 5

This commit adds an FDT entry for the d0 stepping of the BCM2712 SoC.
This entry is used by the v1.1 revision of the board
(revision & 0x0f == 1).

Signed-off-by: Filip Kokosiński <filip.kokosinski@gmail.com>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Tested-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
Filip Kokosiński
2026-03-12 12:11:24 +00:00
committed by Peter Robinson
parent e263f901c1
commit c15a791972
+4 -1
View File
@@ -197,7 +197,10 @@ static const struct rpi_model rpi_models_new_scheme[] = {
},
[0x17] = {
"5 Model B",
FDTFILES(DTB_DIR "bcm2712-rpi-5-b.dtb"),
FDTFILES(
[0] = DTB_DIR "bcm2712-rpi-5-b.dtb",
[1] = DTB_DIR "bcm2712d0-rpi-5-b.dtb"
),
true,
},
[0x18] = {