Skip to content

Commit e1ea32b

Browse files
brooniepawiecz
authored andcommitted
config: Enable Raspberry Pi 3B+ in my lab
Basic enablement for core features of the board which I've added to my lab. Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 59c6238 commit e1ea32b

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

config/platforms.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ platforms:
3232
dtb: dtbs/broadcom/bcm2711-rpi-4-b.dtb
3333
compatible: ['raspberrypi,4-model-b', 'brcm,bcm2711']
3434

35+
bcm2837-rpi-3-b-plus:
36+
<<: *arm64-device
37+
mach: broadcom
38+
dtb: dtbs/broadcom/bcm2837-rpi-3-b-plus.dtb
39+
compatible: ['raspberrypi,3-model-b-plus', rbrcm,bcm2837;]
40+
3541
# No job is being scheduled on these board as its infrastructure errors need to be fixed first.
3642
bcm2836-rpi-2-b:
3743
<<: *arm-device

config/scheduler.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ scheduler:
116116
name: lava-broonie
117117
platforms: &lava-broonie-arm64
118118
- bcm2711-rpi-4-b
119+
- bcm2837-rpi-3-b-plus
119120
- imx8mp-evk
120121
- imx8mp-verdin-nonwifi-dahlia
121122
- juno
@@ -662,6 +663,7 @@ scheduler:
662663
runtime: *lava-broonie-runtime
663664
platforms:
664665
- bcm2711-rpi-4-b
666+
- bcm2837-rpi-3-b-plus
665667
- imx8mp-evk
666668
- imx8mp-verdin-nonwifi-dahlia
667669
- meson-g12b-a311d-libretech-cc

0 commit comments

Comments
 (0)