Skip to content

Commit 4d9222e

Browse files
committed
arm64: dts: apple: Add wifi/bluetooth for t8122-j613
The sub-nodes, and also the aliases so m1n1 can populate fields. Signed-off-by: Alyssa Milburn <[email protected]>
1 parent 63f8638 commit 4d9222e

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

arch/arm64/boot/dts/apple/t8122-j613.dts

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,30 @@
3535
power-domains = <&ps_disp_cpu>, <&ps_dptx_ext_phy>;
3636
};
3737

38+
/*
39+
* Force the bus number assignments so that we can declare some of the
40+
* on-board devices and properties that are populated by the bootloader
41+
* (such as MAC addresses).
42+
*/
3843
&port00 {
39-
bus-range = <1 1>;
40-
pwren-gpios = <&smc_gpio 13 GPIO_ACTIVE_HIGH>;
44+
bus-range = <1 1>;
45+
pwren-gpios = <&smc_gpio 13 GPIO_ACTIVE_HIGH>;
46+
wifi0: wifi@0,0 {
47+
compatible = "pci14e4,4434";
48+
reg = <0x10000 0x0 0x0 0x0 0x0>;
49+
/* To be filled by the loader */
50+
local-mac-address = [00 00 00 00 00 00];
51+
apple,antenna-sku = "XX";
52+
brcm,board-type = "apple,dnieper";
53+
};
54+
55+
bluetooth0: bluetooth@0,1 {
56+
compatible = "pci14e4,5f72";
57+
reg = <0x10100 0x0 0x0 0x0 0x0>;
58+
/* To be filled by the loader */
59+
local-bd-address = [00 00 00 00 00 00];
60+
brcm,board-type = "apple,dnieper";
61+
};
4162
};
4263

4364
&fpwm1 {

0 commit comments

Comments
 (0)