|
|
@@ -92,6 +92,20 @@
|
|
|
reg = <0x00ff0000 0x00010000>;
|
|
|
label = "caldata";
|
|
|
read-only;
|
|
|
+
|
|
|
+ nvmem-layout {
|
|
|
+ compatible = "fixed-layout";
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <1>;
|
|
|
+
|
|
|
+ cal_caldata_1000: calibration@1000 {
|
|
|
+ reg = <0x1000 0x440>;
|
|
|
+ };
|
|
|
+
|
|
|
+ cal_caldata_5000: calibration@5000 {
|
|
|
+ reg = <0x5000 0x440>;
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
@@ -153,7 +167,6 @@
|
|
|
|
|
|
nvmem-cells = <&macaddr_uboot_4fc00 1>;
|
|
|
nvmem-cell-names = "mac-address";
|
|
|
-
|
|
|
};
|
|
|
|
|
|
port@2 {
|
|
|
@@ -252,6 +265,13 @@
|
|
|
0x1000000 0x0 0x0
|
|
|
0x1000000 0x0 0x0
|
|
|
0x0 0x100000>;
|
|
|
+
|
|
|
+ wifi@0,0 {
|
|
|
+ compatible = "pci168c,0033";
|
|
|
+ reg = <0x0000 0 0 0 0>;
|
|
|
+ nvmem-cells = <&cal_caldata_1000>, <&macaddr_uboot_4fc00 0>;
|
|
|
+ nvmem-cell-names = "calibration", "mac-address";
|
|
|
+ };
|
|
|
};
|
|
|
};
|
|
|
|
|
|
@@ -267,6 +287,13 @@
|
|
|
0x1000000 0x0 0x0
|
|
|
0x1000000 0x0 0x0
|
|
|
0x0 0x100000>;
|
|
|
+
|
|
|
+ wifi@0,0 {
|
|
|
+ compatible = "pci168c,0030";
|
|
|
+ reg = <0x0000 0 0 0 0>;
|
|
|
+ nvmem-cells = <&cal_caldata_5000>, <&macaddr_uboot_4fc00 (-1)>;
|
|
|
+ nvmem-cell-names = "calibration", "mac-address";
|
|
|
+ };
|
|
|
};
|
|
|
};
|
|
|
|