File tree Expand file tree Collapse file tree
arch/arm64/boot/dts/apple Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments