Lines Matching +full:omap +full:- +full:sdma
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/sound/ti,omap4-mcpdm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: OMAP McPDM
10 - Misael Lopez Cruz <misael.lopez@ti.com>
13 OMAP ALSA SoC DAI driver using McPDM port used by TWL6040
17 const: ti,omap4-mcpdm
21 - description: MPU access base address
22 - description: L3 interconnect address
24 reg-names:
26 - const: mpu
27 - const: dma
35 dma-names:
37 - const: up_link
38 - const: dn_link
43 clock-names:
45 - const: pdmclk
48 - compatible
49 - reg
50 - reg-names
51 - interrupts
52 - dmas
53 - dma-names
54 - clocks
55 - clock-names
60 - |
61 #include <dt-bindings/interrupt-controller/arm-gic.h>
63 compatible = "ti,omap4-mcpdm";
66 reg-names = "mpu", "dma";
68 interrupt-parent = <&gic>;
69 dmas = <&sdma 65>, <&sdma 66>;
70 dma-names = "up_link", "dn_link";
72 clock-names = "pdmclk";