1
0
Fork 0

ARM: dts: Add SPI0 node for Arria10

Add the SPI0 node for Arria10.

Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
hifive-unleashed-5.1
Thor Thayer 2018-06-22 13:49:36 -05:00 committed by Dinh Nguyen
parent 05690e8ab2
commit 84f95684d9
1 changed files with 12 additions and 0 deletions

View File

@ -587,6 +587,18 @@
status = "disabled";
};
spi0: spi@ffda4000 {
compatible = "snps,dw-apb-ssi";
#address-cells = <1>;
#size-cells = <0>;
reg = <0xffda4000 0x100>;
interrupts = <0 101 4>;
num-cs = <4>;
/*32bit_access;*/
clocks = <&spi_m_clk>;
status = "disabled";
};
spi1: spi@ffda5000 {
compatible = "snps,dw-apb-ssi";
#address-cells = <1>;