ipq40xx: utilize nvmem-cells for macs & (pre-)calibration data
[openwrt/staging/chunkeey.git] / target / linux / ipq40xx / files / arch / arm / boot / dts / qcom-ipq4029-ap-303.dts
index 13f89d810c193212cb9881115bcb4e2c137945eb..6cbfa8f37df5f1aa8e0c8eca104ab86f77d301fa 100644 (file)
                                label = "ART";
                                reg = <0xe0000 0x10000>;
                                read-only;
+                               compatible = "nvmem-cells";
+                               #address-cells = <1>;
+                               #size-cells = <1>;
+
+                               precal_art_1000: precal@1000 {
+                                       reg = <0x1000 0x2f20>;
+                               };
+
+                               precal_art_5000: precal@5000 {
+                                       reg = <0x5000 0x2f20>;
+                               };
                        };
 
                        partition@f0000 {
                                label = "mfginfo";
                                reg = <0x1e0000 0x10000>;
                                read-only;
+                               compatible = "nvmem-cells";
+                               #address-cells = <1>;
+                               #size-cells = <1>;
+
+                               macaddr_mfginfo_1d: macaddr@1d {
+                                       reg = <0x1d 0x6>;
+                               };
                        };
 
                        partition@1f0000 {