ramips: set usb led trigger via devicetree
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / CY-SWR1100.dts
index b5b594bf59ae421cc24a4d6727a2305e91e03804..b9f12f10689a95cc9461c6d84d8ed33d3860fca6 100644 (file)
@@ -9,45 +9,53 @@
        compatible = "samsung,cy-swr1100", "ralink,rt3883-soc";
        model = "Samsung CY-SWR1100";
 
+       aliases {
+               led-status = &led_wps;
+       };
+
        nor-flash@1c000000 {
                compatible = "cfi-flash";
                reg = <0x1c000000 0x800000>;
                bank-width = <2>;
-               #address-cells = <1>;
-               #size-cells = <1>;
 
-               partition@0 {
-                       label = "uboot";
-                       reg = <0x0 0x30000>;
-                       read-only;
-               };
+               partitions {
+                       compatible = "fixed-partitions";
+                       #address-cells = <1>;
+                       #size-cells = <1>;
 
-               partition@30000 {
-                       label = "uboot-env";
-                       reg = <0x30000 0x4000>;
-                       read-only;
-               };
+                       partition@0 {
+                               label = "uboot";
+                               reg = <0x0 0x30000>;
+                               read-only;
+                       };
 
-               factory: partition@34000 {
-                       label = "factory";
-                       reg = <0x34000 0x4000>;
-                       read-only;
-               };
+                       partition@30000 {
+                               label = "uboot-env";
+                               reg = <0x30000 0x4000>;
+                               read-only;
+                       };
 
-               partition@38000 {
-                       label = "nvram";
-                       reg = <0x38000 0x8000>;
-                       read-only;
-               };
+                       factory: partition@34000 {
+                               label = "factory";
+                               reg = <0x34000 0x4000>;
+                               read-only;
+                       };
 
-               partition@40000 {
-                       label = "devdata";
-                       reg = <0x40000 0x10000>;
-               };
+                       partition@38000 {
+                               label = "nvram";
+                               reg = <0x38000 0x8000>;
+                               read-only;
+                       };
 
-               partition@50000 {
-                       label = "firmware";
-                       reg = <0x50000 0x7b0000>;
+                       partition@40000 {
+                               label = "devdata";
+                               reg = <0x40000 0x10000>;
+                       };
+
+                       partition@50000 {
+                               label = "firmware";
+                               reg = <0x50000 0x7b0000>;
+                       };
                };
        };
 
@@ -60,8 +68,6 @@
 
        gpio-keys-polled {
                compatible = "gpio-keys-polled";
-               #address-cells = <1>;
-               #size-cells = <0>;
                poll-interval = <100>;
 
                reset {
@@ -80,7 +86,7 @@
        gpio-leds {
                compatible = "gpio-leds";
 
-               wps {
+               led_wps: wps {
                        label = "cy-swr1100:blue:wps";
                        gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
                };
@@ -88,6 +94,8 @@
                usb {
                        label = "cy-swr1100:blue:usb";
                        gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
+                       trigger-sources = <&ohci_port1>, <&ehci_port1>;
+                       linux,default-trigger = "usbport";
                };
        };
 };
 
 &pci {
        status = "okay";
-       pinctrl-names = "default";
-       pinctrl-0 = <&pci_pins>;
-
-       pci_pins: pci {
-               pci {
-                       ralink,group = "pci";
-                       ralink,function = "pci-fnc";
-               };
-       };
+};
 
-       host-bridge {
-               pci-bridge@1 {
-                       status = "okay";
+&pci1 {
+       status = "okay";
 
-                       wifi@0,0 {
-                               compatible = "pci0,0";
-                               reg = <0x10000 0 0 0 0>;
-                               ralink,5ghz = <0>;
-                               ralink,mtd-eeprom = <&factory 0x2000>;
-                       };
-               };
+       wifi@0,0 {
+               compatible = "pci0,0";
+               reg = <0x10000 0 0 0 0>;
+               ralink,5ghz = <0>;
+               ralink,mtd-eeprom = <&factory 0x2000>;
        };
 };