Lines Matching +full:mute +full:- +full:gpios
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/rockchip,rk3328-codec.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Heiko Stuebner <heiko@sntech.de>
14 const: rockchip,rk3328-codec
21 - description: clock for audio codec
22 - description: clock for I2S master clock
24 clock-names:
26 - const: pclk
27 - const: mclk
34 spk-depop-time-ms:
39 mute-gpios:
45 "#sound-dai-cells":
49 - compatible
50 - reg
51 - clocks
52 - clock-names
53 - rockchip,grf
54 - "#sound-dai-cells"
59 - |
60 #include <dt-bindings/gpio/gpio.h>
61 #include <dt-bindings/clock/rk3328-cru.h>
63 compatible = "rockchip,rk3328-codec";
66 clock-names = "pclk", "mclk";
68 mute-gpios = <&grf_gpio 0 GPIO_ACTIVE_LOW>;
69 spk-depop-time-ms = <100>;
70 #sound-dai-cells = <0>;