Lines Matching +full:mmp2 +full:- +full:clock
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#
10 - Lubomir Rintel <lkundrak@v3.sk>
13 - $ref: dai-common.yaml#
17 pattern: "^audio-controller(@.*)?$"
20 const: marvell,mmp-sspa
24 - description: RX block
25 - description: TX block
32 - description: Clock for the Audio block
33 - description: I2S bit clock
35 clock-names:
37 - const: audio
38 - const: bitclk
40 power-domains:
43 '#sound-dai-cells':
48 - description: TX DMA Channel
49 - description: RX DMA Channel
51 dma-names:
53 - const: tx
54 - const: rx
57 $ref: audio-graph-port.yaml#
66 dai-format:
70 - "#sound-dai-cells"
71 - compatible
72 - reg
73 - interrupts
74 - clocks
75 - clock-names
76 - dmas
77 - dma-names
78 - port
83 - |
84 #include <dt-bindings/clock/marvell,mmp2.h>
86 audio-controller@d42a0c00 {
87 compatible = "marvell,mmp-sspa";
91 clock-names = "audio", "bitclk";
94 #sound-dai-cells = <0>;
96 dma-names = "tx", "rx";
99 remote-endpoint = <&rt5631_0>;
100 dai-format = "i2s";