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>
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
54 $ref: audio-graph-port.yaml#
62 dai-format:
66 - "#sound-dai-cells"
67 - compatible
68 - reg
69 - interrupts
70 - clocks
71 - clock-names
72 - dmas
73 - dma-names
74 - port
79 - |
80 #include <dt-bindings/clock/marvell,mmp2.h>
82 audio-controller@d42a0c00 {
83 compatible = "marvell,mmp-sspa";
87 clock-names = "audio", "bitclk";
90 #sound-dai-cells = <0>;
92 dma-names = "tx", "rx";
95 remote-endpoint = <&rt5631_0>;
96 dai-format = "i2s";