Lines Matching +full:axg +full:- +full:tdm +full:- +full:iface
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/amlogic,axg-tdm-iface.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Amlogic Audio TDM Interfaces
10 - Jerome Brunet <jbrunet@baylibre.com>
13 - $ref: dai-common.yaml#
17 const: amlogic,axg-tdm-iface
19 "#sound-dai-cells":
25 - description: Bit clock
26 - description: Sample clock
27 - description: Master clock # optional
29 clock-names:
32 - const: sclk
33 - const: lrclk
34 - const: mclk
37 - compatible
38 - "#sound-dai-cells"
39 - clocks
40 - clock-names
45 - |
46 #include <dt-bindings/clock/axg-audio-clkc.h>
48 audio-controller {
49 compatible = "amlogic,axg-tdm-iface";
50 #sound-dai-cells = <0>;
54 clock-names = "sclk", "lrclk", "mclk";