ath79: DTS file style update and harmonization
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar9331_tplink_tl-wr703n_tl-mr10u.dtsi
index c4ec8a840e2ed474b6a040abf71256ac0394dd75..a8e0331f088b44a5ac47d749879a3640f4715d6b 100644 (file)
@@ -9,10 +9,10 @@
 / {
        aliases {
                serial0 = &uart;
-               led-boot = &system;
-               led-failsafe = &system;
-               led-running = &system;
-               led-upgrade = &system;
+               led-boot = &led_system;
+               led-failsafe = &led_system;
+               led-running = &led_system;
+               led-upgrade = &led_system;
                label-mac-device = &eth0;
        };
 
@@ -30,7 +30,7 @@
        leds {
                compatible = "gpio-leds";
 
-               system: system {
+               led_system: system {
                        label = "tl-wr703n:blue:system";
                        gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
                };
@@ -47,6 +47,7 @@
 
 &spi {
        status = "okay";
+
        num-cs = <1>;
 
        flash@0 {
@@ -65,7 +66,7 @@
                                read-only;
                        };
 
-                       firmware: partition@20000 {
+                       partition@20000 {
                                compatible = "tplink,firmware";
                                reg = <0x20000 0x3d0000>;
                                label = "firmware";
@@ -95,6 +96,7 @@
 
 &eth1 {
        status = "okay";
+
        compatible = "syscon", "simple-mfd";
 };
 
 
 &wmac {
        status = "okay";
+
        mtd-cal-data = <&art 0x1000>;
        mtd-mac-address = <&uboot 0x1fc00>;
 };