Lines Matching +full:vdd +full:- +full:io
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
11 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
18 - $ref: dai-common.yaml#
27 powerdown-gpios:
31 reset-gpios:
35 qcom,port-mapping:
39 $ref: /schemas/types.yaml#/definitions/uint32-array
43 '#sound-dai-cells':
46 vdd-1p8-supply: true
47 vdd-io-supply: true
50 - compatible
51 - reg
52 - '#sound-dai-cells'
53 - vdd-1p8-supply
54 - vdd-io-supply
57 - required:
58 - powerdown-gpios
59 - required:
60 - reset-gpios
65 - |
66 #include <dt-bindings/gpio/gpio.h>
69 #address-cells = <2>;
70 #size-cells = <0>;
75 pinctrl-names = "default";
76 pinctrl-0 = <&spkr_2_sd_n_active>;
77 powerdown-gpios = <&lpass_tlmm 18 GPIO_ACTIVE_LOW>;
78 #sound-dai-cells = <0>;
79 sound-name-prefix = "SpkrRight";
80 vdd-1p8-supply = <&vreg_l15b_1p8>;
81 vdd-io-supply = <&vreg_l3g_1p2>;