1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)
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>
13 - $ref: audio-graph-port.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
48 - description: TX DMA Channel
49 - description: RX DMA Channel
78 additionalProperties: false
82 #include <dt-bindings/clock/marvell,mmp2.h>
84 audio-controller@d42a0c00 {
85 compatible = "marvell,mmp-sspa";
86 reg = <0xd42a0c00 0x30>,
89 clock-names = "audio", "bitclk";
90 clocks = <&soc_clocks 127>,
92 #sound-dai-cells = <0>;
93 dmas = <&adma0 0>, <&adma0 1>;
94 dma-names = "tx", "rx";
97 remote-endpoint = <&rt5631_0>;