This driver manages the SPI controller present on this SoC.

Signed-off-by: Álvaro Fernández Rojas <nolt...@gmail.com>
---
 arch/mips/dts/brcm,bcm3380.dtsi | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/mips/dts/brcm,bcm3380.dtsi b/arch/mips/dts/brcm,bcm3380.dtsi
index e351d58..3c19b90 100644
--- a/arch/mips/dts/brcm,bcm3380.dtsi
+++ b/arch/mips/dts/brcm,bcm3380.dtsi
@@ -142,6 +142,19 @@
                        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>;
-- 
2.1.4

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to