};
 };
 
+&wifi0 {
+       brcm,board-type = "apple,atlantisb";
+};
+
 /*
  * Force the bus number assignments so that we can declare some of the
  * on-board devices and properties that are populated by the bootloader
 
        model = "Apple MacBook Pro (13-inch, M1, 2020)";
 };
 
+&wifi0 {
+       brcm,board-type = "apple,honshu";
+};
+
 /*
  * Remove unused PCIe ports and disable the associated DARTs.
  */
 
        model = "Apple MacBook Air (M1, 2020)";
 };
 
+&wifi0 {
+       brcm,board-type = "apple,shikoku";
+};
+
 /*
  * Remove unused PCIe ports and disable the associated DARTs.
  */
 
        };
 };
 
+&wifi0 {
+       brcm,board-type = "apple,capri";
+};
+
 &i2c0 {
        hpm2: usb-pd@3b {
                compatible = "apple,cd321x";
 
        };
 };
 
+&wifi0 {
+       brcm,board-type = "apple,santorini";
+};
+
 /*
  * Force the bus number assignments so that we can declare some of the
  * on-board devices and properties that are populated by the bootloader
 
 &port00 {
        bus-range = <1 1>;
        wifi0: network@0,0 {
+               compatible = "pci14e4,4425";
                reg = <0x10000 0x0 0x0 0x0 0x0>;
                /* To be filled by the loader */
                local-mac-address = [00 00 00 00 00 00];
+               apple,antenna-sku = "XX";
        };
 };