mips: octeon: mrvl,cn73xx.dtsi: Add SPI DT node
authorStefan Roese <sr@denx.de>
Thu, 30 Jul 2020 11:56:19 +0000 (13:56 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 3 Aug 2020 19:14:48 +0000 (21:14 +0200)
Add the Octeon SPI DT node to the dtsi file.

Signed-off-by: Stefan Roese <sr@denx.de>
arch/mips/dts/mrvl,cn73xx.dtsi

index 7c0a8d7..f5ad4a6 100644 (file)
                        clock-frequency = <100000>;
                        clocks = <&clk OCTEON_CLK_IO>;
                };
+
+               spi: spi@1070000001000 {
+                       compatible = "cavium,octeon-3010-spi";
+                       reg = <0x10700 0x00001000 0x0 0x100>;
+                       interrupts = <0x05001 1>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       spi-max-frequency = <25000000>;
+                       clocks = <&clk OCTEON_CLK_IO>;
+               };
        };
 };