ramips: reset mt7620 ethernet phy via reset controller
[openwrt/openwrt.git] / target / linux / ramips / dts / rt3662_edimax_br-6475nd.dts
index fc3a5549f207225434257c833315d72b83ef39a0..60ec3dacf501c25645fa3836534b47d30fc4402d 100644 (file)
                        };
 
                        factory: partition@40000 {
-                               reg = <0x00040000 0x00010000>;
                                label = "factory";
+                               reg = <0x00040000 0x00010000>;
                                read-only;
+
+                               nvmem-layout {
+                                       compatible = "fixed-layout";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       eeprom_factory_0: eeprom@0 {
+                                               reg = <0x0 0x200>;
+                                       };
+
+                                       eeprom_factory_8000: eeprom@8000 {
+                                               reg = <0x8000 0x200>;
+                                       };
+                               };
                        };
 
                        devdata: partition@50000 {
-                               reg = <0x00050000 0x00020000>;
                                label = "devdata";
+                               reg = <0x00050000 0x00020000>;
                                read-only;
+
+                               nvmem-layout {
+                                       compatible = "fixed-layout";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       macaddr_devdata_d: macaddr@d {
+                                               reg = <0xd 0x6>;
+                                       };
+                               };
                        };
 
                        partition@70000 {
 };
 
 &wmac {
-       status = "okay";
-       ralink,mtd-eeprom = <&factory 0x0>;
+       nvmem-cells = <&eeprom_factory_0>;
+       nvmem-cell-names = "eeprom";
 };
 
 &pci {
                compatible = "pci0,0";
                reg = <0x10000 0 0 0 0>;
                ralink,5ghz = <0>;
-               ralink,mtd-eeprom = <&factory 0x8000>;
+               nvmem-cells = <&eeprom_factory_8000>;
+               nvmem-cell-names = "eeprom";
        };
 };
 
 &ohci {
        status = "okay";
 };
-
-&devdata {
-       compatible = "nvmem-cells";
-       #address-cells = <1>;
-       #size-cells = <1>;
-
-       macaddr_devdata_d: macaddr@d {
-               reg = <0xd 0x6>;
-       };
-};