mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
mips: octeon: mrvl,cn73xx.dtsi: Add SPI DT node
Add the Octeon SPI DT node to the dtsi file. Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
7853cc0598
commit
1032491904
1 changed files with 10 additions and 0 deletions
|
@ -116,5 +116,15 @@
|
|||
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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue