Skip to content

Commit 773fe05

Browse files
committed
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 ea9fcf3 commit 773fe05

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

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

189189
&mmcnr {
190190
interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>;
191+
#address-cells = <1>;
192+
#size-cells = <0>;
193+
194+
brcmf: wifi@1 {
195+
reg = <1>;
196+
compatible = "brcm,bcm4329-fmac";
197+
};
191198
};
192199

193200
&csi0 {

0 commit comments

Comments
 (0)