Lines Matching +full:va +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Olivier Moysan <olivier.moysan@foss.st.com>
13 - $ref: dai-common.yaml#
22 "#sound-dai-cells":
28 clock-names:
30 - const: MCLK
32 reset-gpios:
35 VL-supply:
38 VD-supply:
41 VA-supply:
44 VAHP-supply:
48 $ref: audio-graph-port.yaml#
52 - compatible
53 - reg
54 - "#sound-dai-cells"
59 - |
60 #include <dt-bindings/gpio/gpio.h>
62 #address-cells = <1>;
63 #size-cells = <0>;
68 #sound-dai-cells = <0>;
70 clock-names = "MCLK";
71 VL-supply = <®_audio>;
72 VD-supply = <®_audio>;
73 VA-supply = <®_audio>;
74 VAHP-supply = <®_audio>;
75 reset-gpios = <&gpiog 9 GPIO_ACTIVE_LOW>;
77 /* assume audio-graph */
80 remote-endpoint = <&cpu_endpoint>;