ramips: fix mt7628 eval board pinmux
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / RT5350F-OLINUXINO.dtsi
index f5ccccbf84cb0ec07b5503668f34b7928dbdafc6..629dab8934c7a9f526b524450b3a39658f5d9283 100644 (file)
@@ -2,8 +2,14 @@
 
 / {
        compatible = "olimex,rt5350f-olinuxino", "ralink,rt5350-soc";
+
+    aliases {
+        serial0 = &uartlite;
+        serial1 = &uart;
+    };
 };
 
+
 &spi0 {
        status = "okay";
 
 &pinctrl {
        state_default: pinctrl0 {
                gpio {
-                       ralink,group = "jtag", "rgmii", "mdio", "uartf";
+                       ralink,group = "jtag", "rgmii", "mdio";
                        ralink,function = "gpio";
                };
+               uartf_gpio {
+                       ralink,group = "uartf";
+                       ralink,function = "gpio uartf";
+               };
        };
 };
 
@@ -63,6 +73,7 @@
 
 &wmac {
        ralink,mtd-eeprom = <&factory 0>;
+       ralink,led-polarity = <1>;
 };
 
 &ehci {
 &ohci {
        status = "okay";
 };
+
+&i2c {
+       status = "okay";
+};
+
+&uart {
+       status = "okay";
+};
+