bcm27xx: bcm2712: support all devices

- RPi 500
- RPi 5 Compute Module
- RPi 5B (bcm2712 d0 rev)

Signed-off-by: Dave Marquard <dave-atx@users.noreply.github.com>
Link: https://github.com/openwrt/openwrt/pull/18622
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Dave Marquard 2025-04-26 17:39:33 -07:00 committed by Álvaro Fernández Rojas
parent 8774dd7761
commit 169dc6270a
3 changed files with 16 additions and 3 deletions

View file

@ -17,6 +17,8 @@ raspberrypi,3-model-b-plus |\
raspberrypi,400 |\
raspberrypi,4-compute-module |\
raspberrypi,4-model-b |\
raspberrypi,500 |\
raspberrypi,5-compute-module |\
raspberrypi,5-model-b |\
raspberrypi,model-b |\
raspberrypi,model-b-plus |\

View file

@ -12,6 +12,8 @@ set_preinit_iface() {
raspberrypi,400 |\
raspberrypi,4-compute-module |\
raspberrypi,4-model-b |\
raspberrypi,500 |\
raspberrypi,5-compute-module |\
raspberrypi,5-model-b |\
raspberrypi,model-b |\
raspberrypi,model-b-plus |\

View file

@ -193,10 +193,19 @@ ifeq ($(SUBTARGET),bcm2711)
endif
define Device/rpi-5
DEVICE_MODEL := 5
DEVICE_MODEL := 5/500/CM5
KERNEL_IMG := kernel_2712.img
DEVICE_DTS := broadcom/bcm2712-rpi-5-b
SUPPORTED_DEVICES := raspberrypi,5-model-b
DEVICE_DTS := \
broadcom/bcm2712-rpi-5-b \
broadcom/bcm2712-rpi-cm5-cm4io \
broadcom/bcm2712-rpi-cm5-cm5io \
broadcom/bcm2712-rpi-cm5l-cm4io \
broadcom/bcm2712-rpi-cm5l-cm5io \
broadcom/bcm2712d0-rpi-5-b
SUPPORTED_DEVICES := \
raspberrypi,500 \
raspberrypi,5-compute-module \
raspberrypi,5-model-b
DEVICE_PACKAGES := \
cypress-firmware-43455-sdio \
brcmfmac-nvram-43455-sdio \