Lines Matching +full:com +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 - Damien Horsley <Damien.Horsley@imgtec.com>
11 - Geert Uytterhoeven <geert+renesas@glider.be>
12 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
15 The Texas Instruments PCM3168A is a 24-bit Multi-channel Audio CODEC with
27 - description: System clock input
29 clock-names:
31 - const: scki
33 reset-gpios:
35 - description: |
36 GPIO line connected to the active-low RST pin of the codec.
37 RST = low: device power-down
40 "#sound-dai-cells":
43 VDD1-supply:
44 description: Digital power supply regulator 1 (+3.3V)
46 VDD2-supply:
47 description: Digital power supply regulator 2 (+3.3V)
49 VCCAD1-supply:
50 description: ADC power supply regulator 1 (+5V)
52 VCCAD2-supply:
53 description: ADC power supply regulator 2 (+5V)
55 VCCDA1-supply:
56 description: DAC power supply regulator 1 (+5V)
58 VCCDA2-supply:
59 description: DAC power supply regulator 2 (+5V)
62 $ref: audio-graph-port.yaml#/definitions/port-base
66 $ref: audio-graph-port.yaml#
70 $ref: audio-graph-port.yaml#
74 - compatible
75 - reg
76 - clocks
77 - clock-names
78 - VDD1-supply
79 - VDD2-supply
80 - VCCAD1-supply
81 - VCCAD2-supply
82 - VCCDA1-supply
83 - VCCDA2-supply
88 - |
89 #include <dt-bindings/gpio/gpio.h>
92 #address-cells = <1>;
93 #size-cells = <0>;
95 pcm3168a: audio-codec@44 {
98 reset-gpios = <&gpio0 4 GPIO_ACTIVE_LOW>;
100 clock-names = "scki";
101 VDD1-supply = <&supply3v3>;
102 VDD2-supply = <&supply3v3>;
103 VCCAD1-supply = <&supply5v0>;
104 VCCAD2-supply = <&supply5v0>;
105 VCCDA1-supply = <&supply5v0>;
106 VCCDA2-supply = <&supply5v0>;