]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/mips/dts/brcm,bcm3380.dtsi
mips: bmips: add bcm63xx-spi driver support for BCM3380
[people/ms/u-boot.git] / arch / mips / dts / brcm,bcm3380.dtsi
index 64245eb048ef0c1822afb21fa25a9721f34340d7..f83a6ea8df0a1b2ea70dfafe5d73c98973586ffa 100644 (file)
 / {
        compatible = "brcm,bcm3380";
 
+       aliases {
+               spi0 = &spi;
+       };
+
        cpus {
                reg = <0x14e00000 0x4>;
                #address-cells = <1>;
                        status = "disabled";
                };
 
+               spi: spi@14e02000 {
+                       compatible = "brcm,bcm6358-spi";
+                       reg = <0x14e02000 0x70c>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       clocks = <&periph_clk0 BCM3380_CLK0_SPI>;
+                       resets = <&periph_rst0 BCM3380_RST0_SPI>;
+                       spi-max-frequency = <25000000>;
+                       num-cs = <6>;
+
+                       status = "disabled";
+               };
+
                leds: led-controller@14e00f00 {
                        compatible = "brcm,bcm6328-leds";
                        reg = <0x14e00f00 0x1c>;