ARM: dts: AM33XX: Add mcasp0 and mcasp1 device tree entries
Add missing mcasp entries in the am33xx.dtsi include file. Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com> Signed-off-by: Darren Etheridge <detheridge@ti.com> Signed-off-by: Jyri Sarha <jsarha@ti.com> Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
This commit is contained in:
parent
e54686e4c7
commit
3f72f87566
|
@ -742,5 +742,29 @@
|
||||||
<&edma 5>;
|
<&edma 5>;
|
||||||
dma-names = "tx", "rx";
|
dma-names = "tx", "rx";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mcasp0: mcasp@48038000 {
|
||||||
|
compatible = "ti,am33xx-mcasp-audio";
|
||||||
|
ti,hwmods = "mcasp0";
|
||||||
|
reg = <0x48038000 0x2000>;
|
||||||
|
interrupts = <80>, <81>;
|
||||||
|
interrupts-names = "tx", "rx";
|
||||||
|
status = "disabled";
|
||||||
|
dmas = <&edma 8>,
|
||||||
|
<&edma 9>;
|
||||||
|
dma-names = "tx", "rx";
|
||||||
|
};
|
||||||
|
|
||||||
|
mcasp1: mcasp@4803C000 {
|
||||||
|
compatible = "ti,am33xx-mcasp-audio";
|
||||||
|
ti,hwmods = "mcasp1";
|
||||||
|
reg = <0x4803C000 0x2000>;
|
||||||
|
interrupts = <82>, <83>;
|
||||||
|
interrupts-names = "tx", "rx";
|
||||||
|
status = "disabled";
|
||||||
|
dmas = <&edma 10>,
|
||||||
|
<&edma 11>;
|
||||||
|
dma-names = "tx", "rx";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue