ramips: add support for SNR-CPE-ME2-SFP
[openwrt/openwrt.git] / target / linux / ramips / dts / rt3052_buffalo_whr-g300n.dts
index 136bcc17bfab8a7598352072dfcd49bfa5d00c0d..5d61c757754605a7b8669314a888d3947a4a4872 100644 (file)
@@ -1,5 +1,3 @@
-/dts-v1/;
-
 #include "rt3050.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
@@ -15,7 +13,7 @@
                led-upgrade = &led_diag;
        };
 
-       cfi@1f000000 {
+       flash@1f000000 {
                compatible = "cfi-flash";
                reg = <0x1f000000 0x800000>;
                bank-width = <2>;
                compatible = "gpio-leds";
 
                led_diag: diag {
-                       label = "whr-g300n:red:diag";
+                       label = "red:diag";
                        gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
                };
 
                router {
-                       label = "whr-g300n:green:router";
+                       label = "green:router";
                        gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
                };
 
                security {
-                       label = "whr-g300n:amber:security";
+                       label = "amber:security";
                        gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
                };
        };
 };
 
 &ethernet {
-       mtd-mac-address = <&factory 0x4>;
+       nvmem-cells = <&macaddr_factory_4>;
+       nvmem-cell-names = "mac-address";
 };
 
 &esw {
 &wmac {
        ralink,mtd-eeprom = <&factory 0x0>;
 };
+
+&factory {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_factory_4: macaddr@4 {
+               reg = <0x4 0x6>;
+       };
+};