Lines Matching +full:vdd33a +full:- +full:supply
1 // SPDX-License-Identifier: GPL-2.0
7 /dts-v1/;
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/input/input.h>
12 #include <dt-bindings/interrupt-controller/irq.h>
29 stdout-path = "serial1:115200n8";
33 compatible = "gpio-keys";
35 debounce-interval = <50>;
36 wakeup-source;
37 label = "DSW2-1";
42 debounce-interval = <50>;
43 wakeup-source;
44 label = "DSW2-2";
49 debounce-interval = <50>;
50 wakeup-source;
51 label = "DSW2-3";
56 debounce-interval = <50>;
57 wakeup-source;
58 label = "DSW2-4";
64 reg_1p8v: regulator-1p8v {
65 compatible = "regulator-fixed";
66 regulator-name = "fixed-1.8V";
67 regulator-min-microvolt = <1800000>;
68 regulator-max-microvolt = <1800000>;
69 regulator-always-on;
70 regulator-boot-on;
73 reg_3p3v: regulator-3p3v {
74 compatible = "regulator-fixed";
75 regulator-name = "fixed-3.3V";
76 regulator-min-microvolt = <3300000>;
77 regulator-max-microvolt = <3300000>;
78 regulator-always-on;
79 regulator-boot-on;
85 phy-mode = "mii";
86 interrupt-parent = <&gpio0>;
88 reg-io-width = <4>;
89 smsc,irq-active-high;
90 smsc,irq-push-pull;
91 vddvario-supply = <®_1p8v>;
92 vdd33a-supply = <®_3p3v>;
112 pinctrl-0 = <&uart1_pins>;
113 pinctrl-names = "default";