1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 $id: http://devicetree.org/schemas/sound/ti,omap4-mcpdm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Misael Lopez Cruz <misael.lopez@ti.com>
13 OMAP ALSA SoC DAI driver using McPDM port used by TWL6040
21 - description: MPU access base address
22 - description: L3 interconnect address
57 additionalProperties: false
61 #include <dt-bindings/interrupt-controller/arm-gic.h>
63 compatible = "ti,omap4-mcpdm";
64 reg = <0x0 0x7f>, /* MPU private access */
65 <0x49032000 0x7f>; /* L3 Interconnect */
66 reg-names = "mpu", "dma";
67 interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
68 interrupt-parent = <&gic>;
69 dmas = <&sdma 65>, <&sdma 66>;
70 dma-names = "up_link", "dn_link";
72 clock-names = "pdmclk";