Skip to content

Commit bf2c05b

Browse files
kettenismarcan
authored andcommitted
arm64: dts: apple: t8103: Expose PCI node for the WiFi MAC address
Expose the PCI node corresponding to the WiFi device and give it a 'local-mac-address' property. The bootloader will update it (m1n1 already has the required feature). Signed-off-by: Mark Kettenis <[email protected]> Acked-by: Marc Zyngier <[email protected]> Signed-off-by: Hector Martin <[email protected]>
1 parent 2ba22cf commit bf2c05b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm64/boot/dts/apple/t8103-jxxx.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
aliases {
1414
serial0 = &serial0;
1515
serial2 = &serial2;
16+
wifi0 = &wifi0;
1617
};
1718

1819
chosen {
@@ -69,4 +70,9 @@
6970
*/
7071
&port00 {
7172
bus-range = <1 1>;
73+
wifi0: network@0,0 {
74+
reg = <0x10000 0x0 0x0 0x0 0x0>;
75+
/* To be filled by the loader */
76+
local-mac-address = [00 00 00 00 00 00];
77+
};
7278
};

0 commit comments

Comments
 (0)