ramips: Add support for Cudy WR1300 v3
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_totolink_lr1200.dts
index 826e07a85e3e3863a9835d31707b65065f677bd8..ea07ebe492fd198e6d4a2af1d3dabca4e36e7361 100644 (file)
                compatible = "gpio-leds";
 
                led_sys: sys {
-                       label = "lr1200:blue:sys";
+                       label = "blue:sys";
                        gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
                };
 
                sms {
-                       label = "lr1200:blue:sms";
+                       label = "blue:sms";
                        gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
                };
 
                wifi {
-                       label = "lr1200:blue:wifi";
+                       label = "blue:wifi";
                        gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy0tpt";
                };
 
                3g {
-                       label = "lr1200:blue:3g";
+                       label = "blue:3g";
                        gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
                };
 
                4g {
-                       label = "lr1200:blue:4g";
+                       label = "blue:4g";
                        gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
                };
 
                rssi1 {
-                       label = "lr1200:blue:rssi1";
+                       label = "blue:rssi1";
                        gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
                };
 
                rssi2 {
-                       label = "lr1200:blue:rssi2";
+                       label = "blue:rssi2";
                        gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
                };
 
                rssi3 {
-                       label = "lr1200:blue:rssi3";
+                       label = "blue:rssi3";
                        gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
                };
 
                rssi4 {
-                       label = "lr1200:blue:rssi4";
+                       label = "blue:rssi4";
                        gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
                };
        };
 &pcie0 {
        mt76@0,0 {
                reg = <0x0000 0 0 0 0>;
-               mediatek,mtd-eeprom = <&factory 0x8000>;
+               nvmem-cells = <&eeprom_factory_8000>;
+               nvmem-cell-names = "eeprom";
                ieee80211-freq-limit = <5000000 6000000>;
        };
 };
 
 &wmac {
        status = "okay";
+
+       nvmem-cells = <&eeprom_factory_0>;
+       nvmem-cell-names = "eeprom";
 };
 
 &ethernet {
-       mtd-mac-address = <&factory 0x28>;
+       nvmem-cells = <&macaddr_factory_28>;
+       nvmem-cell-names = "mac-address";
 };
 
 &spi0 {
                        };
 
                        factory: partition@40000 {
+                               compatible = "nvmem-cells";
                                label = "factory";
                                reg = <0x40000 0x10000>;
+                               #address-cells = <1>;
+                               #size-cells = <1>;
                                read-only;
+
+                               eeprom_factory_0: eeprom@0 {
+                                       reg = <0x0 0x400>;
+                               };
+
+                               eeprom_factory_8000: eeprom@8000 {
+                                       reg = <0x8000 0x200>;
+                               };
+
+                               macaddr_factory_28: macaddr@28 {
+                                       reg = <0x28 0x6>;
+                               };
                        };
 
                        partition@50000 {