ramips: set F5D8235 v1 usb led trigger via devicetree
[openwrt/openwrt.git] / target / linux / ramips / dts / F5D8235_V1.dts
index d6d23473d567cea58bdf6f6fb2eda584cde98cd6..0cb4084be75c1b3e8de1d312a7cbe1e41ec60440 100644 (file)
@@ -8,11 +8,11 @@
 / {
        #address-cells = <1>;
        #size-cells = <1>;
-       compatible = "F5D8235_V1", "ralink,rt2880-soc";
+       compatible = "belkin,f5d8235-v1", "ralink,rt2880-soc";
        model = "Belkin F5D8235 v1";
 
-       pci@440000 {
-               status = "ok";
+       aliases {
+               led-status = &led_wired_blue;
        };
 
        cfi@1f000000 {
                reg = <0xbc400000 0x800000>;
                bank-width = <2>;
                device-width = <2>;
-               #address-cells = <1>;
-               #size-cells = <1>;
-
-               partition@0 {
-                       label = "uboot";
-                       reg = <0x0 0x30000>;
-                       read-only;
-               };
-
-               partition@30000 {
-                       label = "uboot-env";
-                       reg = <0x30000 0x10000>;
-                       read-only;
-               };
-
-               factory: partition@40000 {
-                       label = "factory";
-                       reg = <0x40000 0x10000>;
-                       read-only;
-               };
 
-               partition@50000 {
-                       label = "firmware";
-                       reg = <0x50000 0x7b0000>;
+               partitions {
+                       compatible = "fixed-partitions";
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+
+                       partition@0 {
+                               label = "uboot";
+                               reg = <0x0 0x30000>;
+                               read-only;
+                       };
+
+                       partition@30000 {
+                               label = "uboot-env";
+                               reg = <0x30000 0x10000>;
+                               read-only;
+                       };
+
+                       factory: partition@40000 {
+                               label = "factory";
+                               reg = <0x40000 0x10000>;
+                               read-only;
+                       };
+
+                       partition@50000 {
+                               label = "firmware";
+                               reg = <0x50000 0x7b0000>;
+                       };
                };
        };
 
 
        gpio-keys-polled {
                compatible = "gpio-keys-polled";
-               #address-cells = <1>;
-               #size-cells = <0>;
                poll-interval = <100>;
 
                wps {
                storage {
                        label = "f5d8235-v1:blue:storage";
                        gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
+                       trigger-sources = <&ohci_port1>, <&ehci_port1>;
+                       linux,default-trigger = "usbport";
                };
 
                storage2 {
                        gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
                };
 
-               wired {
+               led_wired_blue: wired {
                        label = "f5d8235-v1:blue:wired";
                        gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
                };
        };
 };
 
+&pci {
+       status = "okay";
+
+       usb@11,0 {
+               #address-cells = <1>;
+               #size-cells = <0>;
+               compatible = "pci1033,0035";
+               reg = <0x8800 0 0 0 0>;
+
+               ohci_port1: port@1 {
+                       reg = <1>;
+                       #trigger-source-cells = <0>;
+               };
+       };
+
+       usb@11,1 {
+               #address-cells = <1>;
+               #size-cells = <0>;
+               compatible = "pci1033,00e0";
+               reg = <0x8900 0 0 0 0>;
+
+               ehci_port1: port@1 {
+                       reg = <1>;
+                       #trigger-source-cells = <0>;
+               };
+       };
+};
+
 &wmac {
        status = "okay";
        ralink,mtd-eeprom = <&factory 0x0>;