mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-07 07:39:29 -05:00
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>
(cherry picked from commit 169dc6270a)
This commit is contained in:
committed by
Álvaro Fernández Rojas
parent
c9de6f06db
commit
b546f80a3f
@@ -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 |\
|
||||
|
||||
@@ -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 |\
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user