ramips: reset mt7620 ethernet phy via reset controller
[openwrt/openwrt.git] / target / linux / ramips / dts / rt3662_edimax_br-6475nd.dts
index 86f724e871569bf711b707e1320b4f97cc8df133..60ec3dacf501c25645fa3836534b47d30fc4402d 100644 (file)
@@ -1,9 +1,8 @@
-/dts-v1/;
-
 #include "rt3883.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/mtd/partitions/uimage.h>
 
 / {
        compatible = "edimax,br-6475nd", "ralink,rt3662-soc", "ralink,rt3883-soc";
                compatible = "gpio-leds";
 
                led_power: power {
-                       label = "br-6475nd:green:power";
+                       label = "green:power";
                        gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
                };
 
                wlan {
-                       label = "br-6475nd:amber:wlan";
+                       label = "amber:wlan";
                        gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
                };
 
                wlan_5ghz {
-                       label = "br-6475nd:amber:wlan_5ghz";
+                       label = "amber:wlan_5ghz";
                        gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
                };
        };
                        };
 
                        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 {
-                               compatible = "edimax,uimage";
+                               compatible = "openwrt,uimage", "denx,uimage";
+                               openwrt,offset = <FW_EDIMAX_OFFSET>;
+                               openwrt,partition-magic = <FW_MAGIC_EDIMAX>;
                                reg = <0x00070000 0x00790000>;
                                label = "firmware";
                        };
        status = "okay";
 };
 
-&gpio1 {
-       status = "okay";
-};
-
 &uartlite {
        status = "okay";
 };
 
 &ethernet {
        status = "okay";
-       mtd-mac-address = <&devdata 0xd>;
+       nvmem-cells = <&macaddr_devdata_d>;
+       nvmem-cell-names = "mac-address";
 
        port@0 {
                mediatek,fixed-link = <1000 1 1 1>;
 };
 
 &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";
        };
 };