mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-11 03:48:00 +00:00
ARM: DTS: da850: Add node for McASP
Node for mcasp0 Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
This commit is contained in:
parent
ee766e4d07
commit
db74904eb8
@ -276,6 +276,19 @@
|
|||||||
ti,davinci-gpio-unbanked = <0>;
|
ti,davinci-gpio-unbanked = <0>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mcasp0: mcasp@01d00000 {
|
||||||
|
compatible = "ti,da830-mcasp-audio";
|
||||||
|
reg = <0x100000 0x2000>,
|
||||||
|
<0x102000 0x400000>;
|
||||||
|
reg-names = "mpu", "dat";
|
||||||
|
interrupts = <54>;
|
||||||
|
interrupt-names = "common";
|
||||||
|
status = "disabled";
|
||||||
|
dmas = <&edma0 1>,
|
||||||
|
<&edma0 0>;
|
||||||
|
dma-names = "tx", "rx";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
nand_cs3@62000000 {
|
nand_cs3@62000000 {
|
||||||
compatible = "ti,davinci-nand";
|
compatible = "ti,davinci-nand";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user