ramips: replace pinctrl property names
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7620n.dtsi
index dd2cda8d801ee2a9da46c2051d34d251b3bc94c8..4717f6c043d40f3d9ceb3ff7c7ddaf10bda14c43 100644 (file)
@@ -1,7 +1,7 @@
 / {
        #address-cells = <1>;
        #size-cells = <1>;
-       compatible = "ralink,mtk7620n-soc";
+       compatible = "ralink,mt7620n-soc";
 
        cpus {
                #address-cells = <1>;
@@ -17,7 +17,7 @@
                bootargs = "console=ttyS0,57600";
        };
 
-       cpuintc: cpuintc@0 {
+       cpuintc: cpuintc {
                #address-cells = <0>;
                #interrupt-cells = <1>;
                interrupt-controller;
 
                ephy_pins: ephy {
                        ephy {
-                               ralink,group = "ephy";
-                               ralink,function = "ephy";
+                               groups = "ephy";
+                               function = "ephy";
                        };
                };
 
-               spi_pins: spi {
-                       spi {
-                               ralink,group = "spi";
-                               ralink,function = "spi";
+               spi_pins: spi_pins {
+                       spi_pins {
+                               groups = "spi";
+                               function = "spi";
                        };
                };
 
                spi_cs1: spi1 {
                        spi1 {
-                               ralink,group = "spi_cs1";
-                               ralink,function = "spi_cs1";
+                               groups = "spi refclk";
+                               function = "spi refclk";
                        };
                };
 
-               i2c_pins: i2c {
-                       i2c {
-                               ralink,group = "i2c";
-                               ralink,function = "i2c";
+               i2c_pins: i2c_pins {
+                       i2c_pins {
+                               groups = "i2c";
+                               function = "i2c";
                        };
                };
 
                uartlite_pins: uartlite {
                        uart {
-                               ralink,group = "uartlite";
-                               ralink,function = "uartlite";
+                               groups = "uartlite";
+                               function = "uartlite";
                        };
                };
        };
        };
 
        ehci: ehci@101c0000 {
+               #address-cells = <1>;
+               #size-cells = <0>;
                compatible = "generic-ehci";
                reg = <0x101c0000 0x1000>;
 
                phy-names = "usb";
 
                status = "disabled";
+
+               ehci_port1: port@1 {
+                       reg = <1>;
+                       #trigger-source-cells = <0>;
+               };
        };
 
        ohci: ohci@101c1000 {
+               #address-cells = <1>;
+               #size-cells = <0>;
                compatible = "generic-ohci";
                reg = <0x101c1000 0x1000>;
 
                interrupts = <18>;
 
                status = "disabled";
+
+               ohci_port1: port@1 {
+                       reg = <1>;
+                       #trigger-source-cells = <0>;
+               };
        };
 
        wmac: wmac@10180000 {