|
|
@@ -34,6 +34,16 @@
|
|
|
label = "u-boot";
|
|
|
reg = <0x000000 0x020000>;
|
|
|
read-only;
|
|
|
+
|
|
|
+ nvmem-layout {
|
|
|
+ compatible = "fixed-layout";
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <1>;
|
|
|
+
|
|
|
+ macaddr_uboot_1fc00: macaddr@1fc00 {
|
|
|
+ reg = <0x1fc00 0x6>;
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
partition@20000 {
|
|
|
@@ -47,16 +57,18 @@
|
|
|
reg = <0xff0000 0x010000>;
|
|
|
read-only;
|
|
|
|
|
|
- compatible = "nvmem-cells";
|
|
|
- #address-cells = <1>;
|
|
|
- #size-cells = <1>;
|
|
|
+ nvmem-layout {
|
|
|
+ compatible = "fixed-layout";
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <1>;
|
|
|
|
|
|
- calibration_art_1000: calibration@1000 {
|
|
|
- reg = <0x1000 0x440>;
|
|
|
- };
|
|
|
+ calibration_art_1000: calibration@1000 {
|
|
|
+ reg = <0x1000 0x440>;
|
|
|
+ };
|
|
|
|
|
|
- calibration_art_5000: calibration@5000 {
|
|
|
- reg = <0x5000 0x844>;
|
|
|
+ calibration_art_5000: calibration@5000 {
|
|
|
+ reg = <0x5000 0x844>;
|
|
|
+ };
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
@@ -89,13 +101,3 @@
|
|
|
nvmem-cells = <&macaddr_uboot_1fc00>, <&calibration_art_1000>;
|
|
|
nvmem-cell-names = "mac-address", "calibration";
|
|
|
};
|
|
|
-
|
|
|
-&uboot {
|
|
|
- compatible = "nvmem-cells";
|
|
|
- #address-cells = <1>;
|
|
|
- #size-cells = <1>;
|
|
|
-
|
|
|
- macaddr_uboot_1fc00: macaddr@1fc00 {
|
|
|
- reg = <0x1fc00 0x6>;
|
|
|
- };
|
|
|
-};
|