Skip to content

Commit 6f310ee

Browse files
pelwellpopcornmix
authored andcommitted
ARM: dts: bcm2711: Provide a hook for a WiFi MAC
Add the usual wifi@1 node to the Pi 4 family, so that an alternative WiFi MAC address can be provided by the wifimac overlay. Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent 96f4db9 commit 6f310ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@
188188

189189
&mmcnr {
190190
interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>;
191+
brcmf: wifi@1 {
192+
reg = <1>;
193+
compatible = "brcm,bcm4329-fmac";
194+
};
191195
};
192196

193197
&csi0 {

0 commit comments

Comments
 (0)