Lines Matching +full:avdd +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ondřej Jirman <megi@xff.cz>
19 reset-gpios:
24 avdd-supply:
26 A regulator that provides AVDD power (Working power, usually 3.3V) to
29 dvdd-supply:
31 A regulator that provides DVDD power (Digital IO power, 1.8V - AVDD)
34 mount-matrix:
38 - compatible
39 - reg
40 - avdd-supply
41 - dvdd-supply
46 - |
47 #include <dt-bindings/interrupt-controller/irq.h>
48 #include <dt-bindings/gpio/gpio.h>
50 #address-cells = <1>;
51 #size-cells = <0>;
56 avdd-supply = <®_dldo1>;
57 dvdd-supply = <®_dldo1>;
58 reset-gpios = <&pio 1 1 GPIO_ACTIVE_LOW>;