arm64: dts: apple: t600x: Add missing WiFi properties

Add compatible and antenna-sku properties to the shared node and
brcm,board-type property to individuall board device trees.

Signed-off-by: Hector Martin <marcan@marcan.st>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Reviewed-by: Sven Peter <sven@kernel.org>
Signed-off-by: Janne Grunau <j@jannau.net>
Link: https://lore.kernel.org/r/20250823-apple-dt-sync-6-17-v2-2-6dc0daeb4786@jannau.net
Signed-off-by: Sven Peter <sven@kernel.org>
This commit is contained in:
Hector Martin
2025-08-31 20:26:30 +02:00
committed by Sven Peter
parent 6e08cdd604
commit 3050713d84
8 changed files with 28 additions and 0 deletions
@@ -16,3 +16,7 @@
compatible = "apple,j314s", "apple,t6000", "apple,arm-platform";
model = "Apple MacBook Pro (14-inch, M1 Pro, 2021)";
};
&wifi0 {
brcm,board-type = "apple,maldives";
};
@@ -16,3 +16,7 @@
compatible = "apple,j316s", "apple,t6000", "apple,arm-platform";
model = "Apple MacBook Pro (16-inch, M1 Pro, 2021)";
};
&wifi0 {
brcm,board-type = "apple,madagascar";
};
@@ -16,3 +16,7 @@
compatible = "apple,j314c", "apple,t6001", "apple,arm-platform";
model = "Apple MacBook Pro (14-inch, M1 Max, 2021)";
};
&wifi0 {
brcm,board-type = "apple,maldives";
};
@@ -16,3 +16,7 @@
compatible = "apple,j316c", "apple,t6001", "apple,arm-platform";
model = "Apple MacBook Pro (16-inch, M1 Max, 2021)";
};
&wifi0 {
brcm,board-type = "apple,madagascar";
};
@@ -16,3 +16,7 @@
compatible = "apple,j375c", "apple,t6001", "apple,arm-platform";
model = "Apple Mac Studio (M1 Max, 2022)";
};
&wifi0 {
brcm,board-type = "apple,okinawa";
};
@@ -38,6 +38,10 @@
};
};
&wifi0 {
brcm,board-type = "apple,okinawa";
};
/* delete unused always-on power-domains on die 1 */
/delete-node/ &ps_atc2_usb_aon_die1;
@@ -99,9 +99,11 @@
/* WLAN */
bus-range = <1 1>;
wifi0: wifi@0,0 {
compatible = "pci14e4,4433";
reg = <0x10000 0x0 0x0 0x0 0x0>;
/* To be filled by the loader */
local-mac-address = [00 10 18 00 00 10];
apple,antenna-sku = "XX";
};
};
@@ -84,9 +84,11 @@
/* WLAN */
bus-range = <1 1>;
wifi0: wifi@0,0 {
compatible = "pci14e4,4433";
reg = <0x10000 0x0 0x0 0x0 0x0>;
/* To be filled by the loader */
local-mac-address = [00 10 18 00 00 10];
apple,antenna-sku = "XX";
};
};