brcm63xx: register SPI controllers through DT
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / bcm6328.dtsi
index a0b13164234baebef38e0c682b48bab58b630ae0..9a17869f0b404c75e5fad71d77d910cd69e77f6f 100644 (file)
@@ -5,6 +5,7 @@
 
        aliases {
                gpio0 = &gpio0;
+               spi1 = &hsspi;
        };
 
        cpus {
@@ -33,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-periph-intc";
+                       compatible = "brcm,bcm6345-l1-intc";
                        reg = <0x10000020 0x10>;
 
                        interrupt-controller;
 
                        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>; */
                };
        };
 };