ramips: use NVMEM cells with mt76 EEPROM for Netgear R6220 & WNDR3700 v5
[openwrt/openwrt.git] / target / linux / ramips / dts / rt3662_edimax_br-6475nd.dts
index 233a7d37cc52a9790af3af65c1a395fd75c8fdde..fc3a5549f207225434257c833315d72b83ef39a0 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>;
                };
        };
 
-       nor-flash@1c000000 {
+       flash@1c000000 {
                compatible = "cfi-flash";
                reg = <0x1c000000 0x800000>;
                bank-width = <2>;
@@ -88,7 +87,9 @@
                        };
 
                        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";
                        };
 
 &state_default {
        gpio {
-               ralink,group = "spi", "jtag", "uartf";
-               ralink,function = "gpio";
+               groups = "spi", "jtag", "uartf";
+               function = "gpio";
        };
 };
 
        status = "okay";
 };
 
-&gpio1 {
-       status = "okay";
-};
-
 &uartlite {
        status = "okay";
 };
 
 &ethernet {
        status = "okay";
-       mtd-mac-address = <&devdata 0x0d>;
+       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 0>;
+       ralink,mtd-eeprom = <&factory 0x0>;
 };
 
 &pci {
 &ohci {
        status = "okay";
 };
+
+&devdata {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_devdata_d: macaddr@d {
+               reg = <0xd 0x6>;
+       };
+};