Skip to content

Commit

Permalink
config: Enable Raspberry Pi 3B+ in my lab
Browse files Browse the repository at this point in the history
Basic enablement for core features of the board which I've added to my
lab.

Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
broonie authored and pawiecz committed Mar 3, 2025
1 parent 59c6238 commit e1ea32b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/platforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ platforms:
dtb: dtbs/broadcom/bcm2711-rpi-4-b.dtb
compatible: ['raspberrypi,4-model-b', 'brcm,bcm2711']

bcm2837-rpi-3-b-plus:
<<: *arm64-device
mach: broadcom
dtb: dtbs/broadcom/bcm2837-rpi-3-b-plus.dtb
compatible: ['raspberrypi,3-model-b-plus', rbrcm,bcm2837;]

# No job is being scheduled on these board as its infrastructure errors need to be fixed first.
bcm2836-rpi-2-b:
<<: *arm-device
Expand Down
2 changes: 2 additions & 0 deletions config/scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ scheduler:
name: lava-broonie
platforms: &lava-broonie-arm64
- bcm2711-rpi-4-b
- bcm2837-rpi-3-b-plus
- imx8mp-evk
- imx8mp-verdin-nonwifi-dahlia
- juno
Expand Down Expand Up @@ -662,6 +663,7 @@ scheduler:
runtime: *lava-broonie-runtime
platforms:
- bcm2711-rpi-4-b
- bcm2837-rpi-3-b-plus
- imx8mp-evk
- imx8mp-verdin-nonwifi-dahlia
- meson-g12b-a311d-libretech-cc
Expand Down

0 comments on commit e1ea32b

Please sign in to comment.