ramips: add support for YunCore G720
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_arcadyan_wg4xx223.dtsi
index b924d71190fbda648003a4a9e73773d316ceeee8..78627b2157ec6dafe72631e2a1d71713c124d6f0 100644 (file)
        leds {
                compatible = "gpio-leds";
 
-               led_status_green: led-1 {
-                       label = "green:status";
+               led_status_green: led-0 {
                        color = <LED_COLOR_ID_GREEN>;
                        function = LED_FUNCTION_STATUS;
                        gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
                };
 
-               led_status_red: led-2 {
-                       label = "red:status";
+               led_status_red: led-1 {
                        color = <LED_COLOR_ID_RED>;
                        function = LED_FUNCTION_STATUS;
                        gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
@@ -35,7 +33,7 @@
        keys {
                compatible = "gpio-keys";
 
-               reset {
+               button-0 {
                        label = "reset";
                        gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                        reg = <0x100000 0x100000>;
                };
 
-               factory: partition@200000 {
+               partition@200000 {
                        label = "Factory";
                        reg = <0x200000 0x100000>;
                        read-only;
 
-                       compatible = "nvmem-cells";
-                       #address-cells = <1>;
-                       #size-cells = <1>;
+                       nvmem-layout {
+                               compatible = "fixed-layout";
+                               #address-cells = <1>;
+                               #size-cells = <1>;
+
+                               eeprom_factory_0: eeprom@0 {
+                                       reg = <0x0 0x4da8>;
+                               };
 
-                       /* We keep the block below to prevent eth0 MAC
-                        * from randomization. Unique WAN, LAN, WLAN MACs
-                        * are stored in u-boot-env.
-                        */
+                               /* We keep the block below to prevent eth0 MAC
+                                * from randomization. Unique WAN, LAN, WLAN MACs
+                                * are stored in u-boot-env.
+                                */
 
-                       /* Default Ralink MAC (00:0c:43:28:80:xx) */
-                       macaddr_factory_fff0: macaddr@fff0 {
-                               reg = <0xfff0 0x6>;
+                               /* Default Ralink MAC (00:0c:43:28:80:xx) */
+                               macaddr_factory_fff0: macaddr@fff0 {
+                                       reg = <0xfff0 0x6>;
+                               };
                        };
                };
 
        wifi@0,0 {
                compatible = "mediatek,mt76";
                reg = <0x0000 0 0 0 0>;
-               mediatek,mtd-eeprom = <&factory 0x0>;
+               nvmem-cells = <&eeprom_factory_0>;
+               nvmem-cell-names = "eeprom";
        };
 };