brcm63xx: probe gpio controllers through DT
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / dts / bcm6318.dtsi
index 97bdea7b5bfd20a8e80a2a1a57763cf1cec34615..f851a9cbf5a2e06bbbe693bf0078e99a6c1ae8d1 100644 (file)
@@ -3,6 +3,11 @@
        #size-cells = <1>;
        compatible = "brcm,bcm6318";
 
+       aliases {
+               gpio0 = &gpio0;
+               gpio1 = &gpio1;
+       };
+
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
                        interrupt-parent = <&cpu_intc>;
                        interrupts = <2>;
                };
+
+               gpio1: gpio-controller@10000080 {
+                       compatible = "brcm,bcm6345-gpio";
+                       reg = <0x10000080 4>, <0x10000088 4>;
+
+                       gpio-controller;
+                       #gpio-cells = <2>;
+
+                       ngpios = <18>;
+               };
+
+               gpio0: gpio-controller@10000084 {
+                       compatible = "brcm,bcm6345-gpio";
+                       reg = <0x10000084 4>, <0x1000008c 4>;
+
+                       gpio-controller;
+                       #gpio-cells = <2>;
+               };
        };
 };