Commit ba6b96b3 authored by Thor Thayer's avatar Thor Thayer Committed by Dinh Nguyen

arm: dts: socfpga: Add SPI nodes to SOCFPGA DT.

Add 2 SPI nodes to SOCFPGA device tree.
Signed-off-by: default avatarThor Thayer <tthayer@opensource.altera.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent 8b907c8b
......@@ -644,6 +644,28 @@ ocram: sram@ffff0000 {
reg = <0xffff0000 0x10000>;
};
spi0: spi@fff00000 {
compatible = "snps,dw-apb-ssi";
#address-cells = <1>;
#size-cells = <0>;
reg = <0xfff00000 0x1000>;
interrupts = <0 154 4>;
num-cs = <4>;
clocks = <&spi_m_clk>;
status = "disabled";
};
spi1: spi@fff01000 {
compatible = "snps,dw-apb-ssi";
#address-cells = <1>;
#size-cells = <0>;
reg = <0xfff01000 0x1000>;
interrupts = <0 156 4>;
num-cs = <4>;
clocks = <&spi_m_clk>;
status = "disabled";
};
/* Local timer */
timer@fffec600 {
compatible = "arm,cortex-a9-twd-timer";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment