ramips: fix whitespace and comment issues in dts
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / WIZFI630A.dts
index 882086bcc046797fbf054229095f20aa6a425321..8ee457c4ba24ac750e9d8b3152ac9c0513f1f601 100644 (file)
@@ -9,19 +9,18 @@
        compatible = "wiznet,wizfi630a", "ralink,rt5350-soc";
        model = "WIZnet WizFi630A";
 
-       chosen {
-               bootargs = "console=ttyS1,115200";
+       aliases {
+               led-status = &led_run;
        };
 
-       gpio-export {
-               compatible = "gpio-export";
-               #size-cells = <0>;
+       chosen {
+               bootargs = "console=ttyS1,115200";
        };
 
        gpio-leds {
                compatible = "gpio-leds";
 
-               run {
+               led_run: run {
                        label = "wizfi630a::run";
                        gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
                };
@@ -44,8 +43,6 @@
 
        gpio-keys-polled {
                compatible = "gpio-keys-polled";
-               #address-cells = <1>;
-               #size-cells = <0>;
                poll-interval = <20>;
 
                reset {
@@ -59,7 +56,7 @@
                        gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_WPS_BUTTON>;
                };
-               
+
                scm1 {
                        label = "SCM1";
                        gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
 };
 
 &uart {
-       compatible = "ralink,mt7620a-uart", "ralink,rt2880-uart", "ns16550a";
-       reg = <0x500 0x100>;
-       resets = <&rstctrl 12>;
-       reset-names = "uart";
-       interrupt-parent = <&intc>;
-       interrupts = <5>;
-       reg-shift = <2>;
-       pinctrl-names = "default";
-       pinctrl-0 = <&uartf_pins>;
        status = "okay";
-};
-
-&uartlite {
-       compatible = "ralink,mt7620a-uart", "ralink,rt2880-uart", "ns16550a";
-       reg = <0xc00 0x100>;
-       resets = <&rstctrl 19>;
-       reset-names = "uartl";
-       interrupt-parent = <&intc>;
-       interrupts = <12>;
-       reg-shift = <2>;
        pinctrl-names = "default";
-       pinctrl-0 = <&uartlite_pins>;
+       pinctrl-0 = <&uartf_pins>;
 };
 
 &pinctrl {
                        ralink,function = "gpio";
                };
        };
-
-       uartf_gpio_pins: uartf_gpio {
-               uartf_gpio {
-                       ralink,group = "uartf";
-                       ralink,function = "uartf";
-               };
-       };
-
-       uartlite_pins: uartlite {
-               uart {
-                       ralink,group = "uartlite";
-                       ralink,function = "uartlite";
-               };
-       };
 };
 
 &ethernet {