mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 22:10:51 +07:00
ARM: dts: i.MX27: Add SSI nodes
This patch adds the missing (Synchronous Serial Interface) SSI1 & SSI2 devicetree nodes for i.MX27 CPUs. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
1f35cc6ae0
commit
ba2d1ea7bd
@ -207,6 +207,30 @@ cspi2: cspi@1000f000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ssi1: ssi@10010000 {
|
||||
#sound-dai-cells = <0>;
|
||||
compatible = "fsl,imx27-ssi", "fsl,imx21-ssi";
|
||||
reg = <0x10010000 0x1000>;
|
||||
interrupts = <14>;
|
||||
clocks = <&clks 26>;
|
||||
dmas = <&dma 12>, <&dma 13>, <&dma 14>, <&dma 15>;
|
||||
dma-names = "rx0", "tx0", "rx1", "tx1";
|
||||
fsl,fifo-depth = <8>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ssi2: ssi@10011000 {
|
||||
#sound-dai-cells = <0>;
|
||||
compatible = "fsl,imx27-ssi", "fsl,imx21-ssi";
|
||||
reg = <0x10011000 0x1000>;
|
||||
interrupts = <13>;
|
||||
clocks = <&clks 25>;
|
||||
dmas = <&dma 8>, <&dma 9>, <&dma 10>, <&dma 11>;
|
||||
dma-names = "rx0", "tx0", "rx1", "tx1";
|
||||
fsl,fifo-depth = <8>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c1: i2c@10012000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
Loading…
Reference in New Issue
Block a user