ramips: add support for D-Link DRA-1360
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_tplink_re200.dtsi
index 95addff3c02652e95f31095da49a5ffc4b7237a4..1a8b26b1cce3e8218ee75f3df7dec994e584dab6 100644 (file)
@@ -54,7 +54,6 @@
 
                led_power: power {
                        label = "green:power";
-                       gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
                };
 
                wifi2g_green {
                        gpios = <&gpio 42 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy1tpt";
                };
-
-               wifi2g_red {
-                       label = "red:wifi2g";
-                       gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
-               };
-
-               wifi5g_red {
-                       label = "red:wifi5g";
-                       gpios = <&gpio 40 GPIO_ACTIVE_LOW>;
-               };
        };
 };
 
 };
 
 &ethernet {
-       mtd-mac-address = <&config 0x2008>;
+       nvmem-cells = <&macaddr_config_2008>;
+       nvmem-cell-names = "mac-address";
 };
 
 &wmac {
        status = "okay";
 
        mediatek,mtd-eeprom = <&radio 0x0>;
-       mtd-mac-address = <&config 0x2008>;
-       mtd-mac-address-increment = <1>;
+
+       nvmem-cells = <&macaddr_config_2008>;
+       nvmem-cell-names = "mac-address";
+       mac-address-increment = <1>;
 };
 
 &pcie {
                reg = <0x0000 0 0 0 0>;
                mediatek,mtd-eeprom = <&radio 0x8000>;
                ieee80211-freq-limit = <5000000 6000000>;
-               mtd-mac-address = <&config 0x2008>;
-               mtd-mac-address-increment = <2>;
+               nvmem-cells = <&macaddr_config_2008>;
+               nvmem-cell-names = "mac-address";
+               mac-address-increment = <2>;
+       };
+};
+
+&config {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_config_2008: macaddr@2008 {
+               reg = <0x2008 0x6>;
        };
 };