|
|
@@ -68,15 +68,32 @@
|
|
|
read-only;
|
|
|
};
|
|
|
|
|
|
- art: partition@7f0000 {
|
|
|
+ partition@7f0000 {
|
|
|
label = "art";
|
|
|
reg = <0x7f0000 0x010000>;
|
|
|
read-only;
|
|
|
+
|
|
|
+ compatible = "nvmem-cells";
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <1>;
|
|
|
+
|
|
|
+ macaddr_art_0: macaddr@0 {
|
|
|
+ reg = <0x0 0x6>;
|
|
|
+ };
|
|
|
+
|
|
|
+ calibration_art_1000: calibration@1000 {
|
|
|
+ reg = <0x1000 0x440>;
|
|
|
+ };
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
|
|
|
+&wifi {
|
|
|
+ nvmem-cells = <&calibration_art_1000>;
|
|
|
+ nvmem-cell-names = "calibration";
|
|
|
+};
|
|
|
+
|
|
|
ð0 {
|
|
|
nvmem-cells = <&macaddr_art_0>;
|
|
|
nvmem-cell-names = "mac-address";
|
|
|
@@ -85,13 +102,3 @@
|
|
|
ð1 {
|
|
|
compatible = "syscon", "simple-mfd";
|
|
|
};
|
|
|
-
|
|
|
-&art {
|
|
|
- compatible = "nvmem-cells";
|
|
|
- #address-cells = <1>;
|
|
|
- #size-cells = <1>;
|
|
|
-
|
|
|
- macaddr_art_0: macaddr@0 {
|
|
|
- reg = <0x0 0x6>;
|
|
|
- };
|
|
|
-};
|