ath79: apply Engenius ECB1750 style to OpenMesh MR900 RGMII cfg
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9531_tplink_tl-wr902ac-v1.dts
index 4f5a29cfa01eaf80c1bce7872ddb274dc366b2b3..a162d9030f65f0f4c6897d8ca0e9d3d3898b32d2 100644 (file)
@@ -1,11 +1,10 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
+
+#include "qca953x.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
-#include "qca953x.dtsi"
-
 / {
        compatible = "tplink,tl-wr902ac-v1", "qca,qca9531";
        model = "TP-Link TL-WR902AC v1";
                label-mac-device = &wmac;
        };
 
-       chosen {
-               bootargs = "console=ttyS0,115200n8";
-       };
-
        leds {
                compatible = "gpio-leds";
 
                led_power: power {
-                       label = "tp-link:green:power";
+                       label = "green:power";
                        gpios = <&gpio 13 GPIO_ACTIVE_HIGH>;
                        default-state = "on";
                };
 
                internet {
-                       label = "tp-link:green:internet";
+                       label = "green:internet";
                        gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
                };
 
                wlan2g {
-                       label = "tp-link:green:wlan2g";
+                       label = "green:wlan2g";
                        gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy0tpt";
                };
 
                usb {
-                       label = "tp-link:green:usb";
+                       label = "green:usb";
                        gpios = <&gpio 4 GPIO_ACTIVE_HIGH>;
                        trigger-sources = <&hub_port0>;
                        linux,default-trigger = "usbport";
                };
 
                wps {
-                       label = "tp-link:green:wps";
+                       label = "green:wps";
                        gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
                };
 
                lan {
-                       label = "tp-link:green:lan";
+                       label = "green:lan";
                        gpios = <&gpio 15 GPIO_ACTIVE_HIGH>;
                };
        };
                                reg = <0x020000 0x730000>;
                        };
 
-                       tplink: partition@750000 {
+                       info: partition@750000 {
+                               label = "info";
+                               reg = <0x750000 0x010000>;
+                               read-only;
+                       };
+
+                       partition@760000 {
                                label = "tplink";
-                               reg = <0x750000 0x0a0000>;
+                               reg = <0x760000 0x090000>;
                                read-only;
                        };
 
 
        phy-handle = <&swphy4>;
 
-       mtd-mac-address = <&tplink 0x8>;
+       mtd-mac-address = <&info 0x8>;
        mtd-mac-address-increment = <1>;
 };
 
        status = "okay";
 
        mtd-cal-data = <&art 0x1000>;
-       mtd-mac-address = <&tplink 0x8>;
+       mtd-mac-address = <&info 0x8>;
 };
 
 &pcie0 {