mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 17:56:44 +03:00
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:
committed by
Peter Robinson
parent
e263f901c1
commit
c15a791972
@@ -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] = {
|
||||
|
||||
Reference in New Issue
Block a user