drm/panel: panel-himax-hx83102: support for csot-pna957qt1-1 MIPI-DSI panel
[drm/drm-misc.git] / Documentation / devicetree / bindings / sound / amlogic,g12a-tohdmitx.yaml
blobb4b78475c5b8c3796925fbc806374e7574c65b27
1 # SPDX-License-Identifier: GPL-2.0
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/sound/amlogic,g12a-tohdmitx.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Amlogic G12a HDMI TX Control Glue
9 maintainers:
10   - Jerome Brunet <jbrunet@baylibre.com>
12 allOf:
13   - $ref: dai-common.yaml#
15 properties:
16   $nodename:
17     pattern: "^audio-controller@.*"
19   compatible:
20     oneOf:
21       - items:
22           - const: amlogic,g12a-tohdmitx
23       - items:
24           - enum:
25               - amlogic,sm1-tohdmitx
26           - const: amlogic,g12a-tohdmitx
28   reg:
29     maxItems: 1
31   resets:
32     maxItems: 1
34   "#sound-dai-cells":
35     const: 1
37 required:
38   - compatible
39   - reg
40   - resets
41   - "#sound-dai-cells"
43 unevaluatedProperties: false
45 examples:
46   - |
47     #include <dt-bindings/reset/amlogic,meson-g12a-audio-reset.h>
49     tohdmitx: audio-controller@744 {
50         compatible = "amlogic,g12a-tohdmitx";
51         reg = <0x744 0x4>;
52         resets = <&clkc_audio AUD_RESET_TOHDMITX>;
53         #sound-dai-cells = <1>;
54     };