xref: /freebsd/sys/contrib/device-tree/Bindings/sound/test-component.yaml (revision 7ef62cebc2f965b0f640263e179276928885e33d)
18cc087a1SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
28cc087a1SEmmanuel Vadot%YAML 1.2
38cc087a1SEmmanuel Vadot---
48cc087a1SEmmanuel Vadot$id: http://devicetree.org/schemas/sound/test-component.yaml#
58cc087a1SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
68cc087a1SEmmanuel Vadot
7*7ef62cebSEmmanuel Vadottitle: Test Component
88cc087a1SEmmanuel Vadot
98cc087a1SEmmanuel Vadotmaintainers:
108cc087a1SEmmanuel Vadot  - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
118cc087a1SEmmanuel Vadot
128cc087a1SEmmanuel Vadotproperties:
138cc087a1SEmmanuel Vadot  compatible:
148cc087a1SEmmanuel Vadot    enum:
158cc087a1SEmmanuel Vadot      - test-cpu
168cc087a1SEmmanuel Vadot      - test-cpu-verbose
178cc087a1SEmmanuel Vadot      - test-cpu-verbose-dai
188cc087a1SEmmanuel Vadot      - test-cpu-verbose-component
198cc087a1SEmmanuel Vadot      - test-codec
208cc087a1SEmmanuel Vadot      - test-codec-verbose
218cc087a1SEmmanuel Vadot      - test-codec-verbose-dai
228cc087a1SEmmanuel Vadot      - test-codec-verbose-component
238cc087a1SEmmanuel Vadot
248cc087a1SEmmanuel Vadotrequired:
258cc087a1SEmmanuel Vadot  - compatible
268cc087a1SEmmanuel Vadot
278cc087a1SEmmanuel VadotadditionalProperties: true
288cc087a1SEmmanuel Vadot
298cc087a1SEmmanuel Vadotexamples:
308cc087a1SEmmanuel Vadot  - |
318cc087a1SEmmanuel Vadot    test_cpu {
328cc087a1SEmmanuel Vadot        compatible = "test-cpu";
338cc087a1SEmmanuel Vadot    };
34