Commit 9fd3c748 authored by Philip, Avinash's avatar Philip, Avinash Committed by Benoit Cousson

ARM: dts: AM33XX: Add SPI node

Add McSPI data node to AM33XX device tree file. The McSPI module (and so
as the driver) is reused from OMAP4.
Signed-off-by: default avatarPhilip, Avinash <avinashphilip@ti.com>
Tested-by: default avatarMatt Porter <mporter@ti.com>
[b-cousson@ti.com: Remove interrupt-parent]
Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
parent 0d935c16
...@@ -299,5 +299,27 @@ rtc@44e3e000 { ...@@ -299,5 +299,27 @@ rtc@44e3e000 {
76>; 76>;
ti,hwmods = "rtc"; ti,hwmods = "rtc";
}; };
spi0: spi@48030000 {
compatible = "ti,omap4-mcspi";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x48030000 0x400>;
interrupt = <65>;
ti,spi-num-cs = <2>;
ti,hwmods = "spi0";
status = "disabled";
};
spi1: spi@481a0000 {
compatible = "ti,omap4-mcspi";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x481a0000 0x400>;
interrupt = <125>;
ti,spi-num-cs = <2>;
ti,hwmods = "spi1";
status = "disabled";
};
}; };
}; };
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