Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
[drm/drm-misc.git] / Documentation / devicetree / bindings / sound / realtek,rt1015p.yaml
blob7dac9e6f7f08e10061f9d68b227b37e045f28897
1 # SPDX-License-Identifier: GPL-2.0
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/sound/realtek,rt1015p.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Realtek rt1015p codec
9 maintainers:
10   - Tzung-Bi Shih <tzungbi@kernel.org>
12 description: |
13   Rt1015p is a rt1015 variant which does not support I2C and
14   only supports S24, 48kHz, 64FS.
16 properties:
17   compatible:
18     enum:
19       - realtek,rt1015p
20       - realtek,rt1019p
22   sdb-gpios:
23     description:
24       GPIO used for shutdown control.
25       0 means shut down; 1 means power on.
26     maxItems: 1
28   "#sound-dai-cells":
29     const: 0
31 required:
32   - compatible
34 additionalProperties: false
36 examples:
37   - |
38     #include <dt-bindings/gpio/gpio.h>
40     rt1015p: rt1015p {
41         compatible = "realtek,rt1015p";
42         sdb-gpios = <&pio 175 GPIO_ACTIVE_HIGH>;
43     };