|
|
@@ -131,26 +131,24 @@
|
|
|
|
|
|
&pcie {
|
|
|
status = "okay";
|
|
|
+};
|
|
|
|
|
|
- pcie0 {
|
|
|
- mt76@0,0 {
|
|
|
- reg = <0x0000 0 0 0 0>;
|
|
|
- device_type = "pci";
|
|
|
- mediatek,mtd-eeprom = <&radio 0>;
|
|
|
- mtd-mac-address = <&config 0x10008>;
|
|
|
- mtd-mac-address-increment = <1>;
|
|
|
- };
|
|
|
+&pcie0 {
|
|
|
+ mt76@0,0 {
|
|
|
+ reg = <0x0000 0 0 0 0>;
|
|
|
+ mediatek,mtd-eeprom = <&radio 0>;
|
|
|
+ mtd-mac-address = <&config 0x10008>;
|
|
|
+ mtd-mac-address-increment = <1>;
|
|
|
};
|
|
|
+};
|
|
|
|
|
|
- pcie1 {
|
|
|
- mt76@1,0 {
|
|
|
- reg = <0x0000 0 0 0 0>;
|
|
|
- device_type = "pci";
|
|
|
- mediatek,mtd-eeprom = <&radio 0x8000>;
|
|
|
- ieee80211-freq-limit = <5000000 6000000>;
|
|
|
- mtd-mac-address = <&config 0x10008>;
|
|
|
- mtd-mac-address-increment = <2>;
|
|
|
- };
|
|
|
+&pcie1 {
|
|
|
+ mt76@0,0 {
|
|
|
+ reg = <0x0000 0 0 0 0>;
|
|
|
+ mediatek,mtd-eeprom = <&radio 0x8000>;
|
|
|
+ ieee80211-freq-limit = <5000000 6000000>;
|
|
|
+ mtd-mac-address = <&config 0x10008>;
|
|
|
+ mtd-mac-address-increment = <2>;
|
|
|
};
|
|
|
};
|
|
|
|