brcm63xx: register SPI controllers through DT
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / bcm6328.dtsi
index 0ed186e185c18db565f3fd8d440c89dc47675ea5..9a17869f0b404c75e5fad71d77d910cd69e77f6f 100644 (file)
@@ -3,6 +3,11 @@
        #size-cells = <1>;
        compatible = "brcm,bcm6328";
 
+       aliases {
+               gpio0 = &gpio0;
+               spi1 = &hsspi;
+       };
+
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
@@ -29,6 +34,7 @@
                #size-cells = <1>;
                ranges;
                compatible = "simple-bus";
+               interrupt-parent = <&periph_intc>;
 
                ext_intc: interrupt-controller@10000018 {
                        compatible = "brcm,bcm6345-ext-intc";
                        interrupt-controller;
                        #interrupt-cells = <2>;
 
-                       interrupt-parent = <&periph_intc>;
                        interrupts = <24>, <25>, <26>, <27>;
                };
 
                periph_intc: interrupt-controller@10000020 {
-                       compatible = "brcm,bcm6345-l2-intc";
+                       compatible = "brcm,bcm6345-l1-intc";
                        reg = <0x10000020 0x10>;
 
                        interrupt-controller;
                        interrupt-parent = <&cpu_intc>;
                        interrupts = <2>;
                };
+
+               gpio0: gpio-controller@10000084 {
+                       compatible = "brcm,bcm6345-gpio";
+                       reg = <0x10000084 4>, <0x1000008c 4>;
+
+                       gpio-controller;
+                       #gpio-cells = <2>;
+
+                       interrupt-parent = <&ext_intc>;
+                       interrupts = <3 0>, <2 0>, <0 0>, <1 0>;
+                       interrupt-names = "gpio12", "gpio15",
+                                         "gpio23", "gpio24";
+               };
+
+               hsspi: spi@10001000 {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       compatible = "brcm,bcm6328-hsspi";
+                       reg = <0x10001000 0x600>;
+                       interrupts = <29>;
+                       /* clocks = <&clkctl 9>; */
+               };
        };
 };