Lines Matching +full:mmp +full:- +full:sspa
1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/marvell,mmp-sspa.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Marvel SSPA Digital Audio Interface Bindings
10 - Lubomir Rintel <lkundrak@v3.sk>
14 pattern: "^audio-controller(@.*)?$"
17 const: marvell,mmp-sspa
21 - description: RX block
22 - description: TX block
29 - description: Clock for the Audio block
30 - description: I2S bit clock
32 clock-names:
34 - const: audio
35 - const: bitclk
37 power-domains:
40 '#sound-dai-cells':
45 - description: TX DMA Channel
46 - description: RX DMA Channel
48 dma-names:
50 - const: tx
51 - const: rx
61 remote-endpoint: true
63 frame-master:
67 bitclock-master:
71 dai-format:
77 - remote-endpoint
80 - endpoint
85 - "#sound-dai-cells"
86 - compatible
87 - reg
88 - interrupts
89 - clocks
90 - clock-names
91 - dmas
92 - dma-names
93 - port
98 - |
99 #include <dt-bindings/clock/marvell,mmp2.h>
101 audio-controller@d42a0c00 {
102 compatible = "marvell,mmp-sspa";
106 clock-names = "audio", "bitclk";
109 #sound-dai-cells = <0>;
111 dma-names = "tx", "rx";
114 remote-endpoint = <&rt5631_0>;
115 frame-master;
116 bitclock-master;
117 dai-format = "i2s";