Skip to content

Commit

Permalink
arm: dts: socfpga: Add SPI nodes to SOCFPGA DT.
Browse files Browse the repository at this point in the history
Add 2 SPI nodes to SOCFPGA device tree.

Signed-off-by: Thor Thayer <tthayer@opensource.altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
  • Loading branch information
Thor Thayer authored and Dinh Nguyen committed Nov 21, 2014
1 parent 8b907c8 commit ba6b96b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions arch/arm/boot/dts/socfpga.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,28 @@
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";
Expand Down

0 comments on commit ba6b96b

Please sign in to comment.