|
17 | 17 | compatible = "apple,j613", "apple,t8122", "apple,arm-platform"; |
18 | 18 | model = "Apple MacBook Air (13-inch, M3, 2024)"; |
19 | 19 |
|
| 20 | + aliases { |
| 21 | + bluetooth0 = &bluetooth0; |
| 22 | + wifi0 = &wifi0; |
| 23 | + }; |
| 24 | + |
20 | 25 | led-controller { |
21 | 26 | compatible = "pwm-leds"; |
22 | 27 | led-0 { |
|
35 | 40 | power-domains = <&ps_disp_cpu>, <&ps_dptx_ext_phy>; |
36 | 41 | }; |
37 | 42 |
|
| 43 | +/* |
| 44 | + * Force the bus number assignments so that we can declare some of the |
| 45 | + * on-board devices and properties that are populated by the bootloader |
| 46 | + * (such as MAC addresses). |
| 47 | + */ |
38 | 48 | &port00 { |
39 | | - bus-range = <1 1>; |
40 | | - pwren-gpios = <&smc_gpio 13 GPIO_ACTIVE_HIGH>; |
| 49 | + bus-range = <1 1>; |
| 50 | + pwren-gpios = <&smc_gpio 13 GPIO_ACTIVE_HIGH>; |
| 51 | + wifi0: wifi@0,0 { |
| 52 | + compatible = "pci14e4,4434"; |
| 53 | + reg = <0x10000 0x0 0x0 0x0 0x0>; |
| 54 | + /* To be filled by the loader */ |
| 55 | + local-mac-address = [00 00 00 00 00 00]; |
| 56 | + apple,antenna-sku = "XX"; |
| 57 | + brcm,board-type = "apple,dnieper"; |
| 58 | + }; |
| 59 | + |
| 60 | + bluetooth0: bluetooth@0,1 { |
| 61 | + compatible = "pci14e4,5f72"; |
| 62 | + reg = <0x10100 0x0 0x0 0x0 0x0>; |
| 63 | + /* To be filled by the loader */ |
| 64 | + local-bd-address = [00 00 00 00 00 00]; |
| 65 | + brcm,board-type = "apple,dnieper"; |
| 66 | + }; |
41 | 67 | }; |
42 | 68 |
|
43 | 69 | &fpwm1 { |
|
0 commit comments