Lines Matching +full:vpcie +full:- +full:supply
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
14 compatible = "pwm-backlight";
15 brightness-levels = <0 4 8 16 32 64 128 255>;
16 default-brightness-level = <7>;
17 power-supply = <®_backlight>;
23 compatible = "gpio-leds";
24 pinctrl-names = "default";
25 pinctrl-0 = <&pinctrl_gpioleds>;
28 led-red {
29 label = "phyboard-mira:red";
33 led-green {
34 label = "phyboard-mira:green";
38 led-blue {
39 label = "phyboard-mira:blue";
41 linux,default-trigger = "mmc0";
45 reg_backlight: regulator-backlight {
46 compatible = "regulator-fixed";
47 regulator-name = "backlight_3v3";
48 regulator-min-microvolt = <3300000>;
49 regulator-max-microvolt = <3300000>;
50 regulator-always-on;
53 reg_en_switch: regulator-en-switch {
54 compatible = "regulator-fixed";
55 pinctrl-names = "default";
56 pinctrl-0 = <&pinctrl_en_switch>;
57 regulator-name = "Enable Switch";
58 regulator-min-microvolt = <3300000>;
59 regulator-max-microvolt = <3300000>;
60 enable-active-high;
62 regulator-always-on;
65 reg_flexcan1: regulator-flexcan1 {
66 compatible = "regulator-fixed";
67 pinctrl-names = "default";
68 pinctrl-0 = <&pinctrl_flexcan1_en>;
69 regulator-name = "flexcan1-reg";
70 regulator-min-microvolt = <1500000>;
71 regulator-max-microvolt = <1500000>;
73 enable-active-high;
76 reg_panel: regulator-panel {
77 compatible = "regulator-fixed";
78 regulator-name = "panel-power-supply";
79 regulator-min-microvolt = <12000000>;
80 regulator-max-microvolt = <12000000>;
81 regulator-always-on;
84 reg_pcie: regulator-pcie {
85 compatible = "regulator-fixed";
86 pinctrl-names = "default";
87 pinctrl-0 = <&pinctrl_pcie_reg>;
88 regulator-name = "mPCIe_1V5";
89 regulator-min-microvolt = <1500000>;
90 regulator-max-microvolt = <1500000>;
92 enable-active-high;
95 reg_usb_h1_vbus: usb-h1-vbus {
96 compatible = "regulator-fixed";
97 pinctrl-names = "default";
98 pinctrl-0 = <&pinctrl_usbh1_vbus>;
99 regulator-name = "usb_h1_vbus";
100 regulator-min-microvolt = <5000000>;
101 regulator-max-microvolt = <5000000>;
103 enable-active-high;
106 reg_usbotg_vbus: usbotg-vbus {
107 compatible = "regulator-fixed";
108 pinctrl-names = "default";
109 pinctrl-0 = <&pinctrl_usbotg_vbus>;
110 regulator-name = "usb_otg_vbus";
111 regulator-min-microvolt = <5000000>;
112 regulator-max-microvolt = <5000000>;
114 enable-active-high;
119 pinctrl-names = "default";
120 pinctrl-0 = <&pinctrl_panel_en>;
121 power-supply = <®_panel>;
122 enable-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
127 remote-endpoint = <&lvds0_out>;
134 pinctrl-names = "default";
135 pinctrl-0 = <&pinctrl_flexcan1>;
136 xceiver-supply = <®_flexcan1>;
141 pinctrl-names = "default";
142 pinctrl-0 = <&pinctrl_hdmicec>;
143 ddc-i2c-bus = <&i2c2>;
148 pinctrl-names = "default", "gpio";
149 pinctrl-0 = <&pinctrl_i2c1>;
150 pinctrl-1 = <&pinctrl_i2c1_gpio>;
151 scl-gpios = <&gpio3 21 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
152 sda-gpios = <&gpio3 28 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
153 clock-frequency = <400000>;
158 pinctrl-names = "default";
159 pinctrl-0 = <&pinctrl_stmpe>;
161 interrupt-parent = <&gpio7>;
166 compatible = "st,stmpe-ts";
167 st,sample-time = <4>;
168 st,mod-12b = <1>;
169 st,ref-sel = <0>;
170 st,adc-freq = <1>;
171 st,ave-ctrl = <1>;
172 st,touch-det-delay = <2>;
174 st,fraction-z = <7>;
175 st,i-drive = <1>;
181 pinctrl-names = "default";
182 pinctrl-0 = <&pinctrl_rtc_int>;
184 interrupt-parent = <&gpio7>;
191 pinctrl-names = "default", "gpio";
192 pinctrl-0 = <&pinctrl_i2c2>;
193 pinctrl-1 = <&pinctrl_i2c2_gpio>;
194 scl-gpios = <&gpio4 12 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
195 sda-gpios = <&gpio4 13 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
196 clock-frequency = <100000>;
203 lvds-channel@0 {
204 fsl,data-mapping = "spwg";
205 fsl,data-width = <24>;
212 remote-endpoint = <&panel_in>;
219 pinctrl-names = "default";
220 pinctrl-0 = <&pinctrl_pcie>;
221 reset-gpio = <&gpio2 25 GPIO_ACTIVE_LOW>;
222 vpcie-supply = <®_pcie>;
227 pinctrl-names = "default";
228 pinctrl-0 = <&pinctrl_pwm1>;
233 pinctrl-names = "default";
234 pinctrl-0 = <&pinctrl_uart2>;
239 pinctrl-names = "default";
240 pinctrl-0 = <&pinctrl_uart3>;
241 uart-has-rtscts;
246 vbus-supply = <®_usb_h1_vbus>;
247 disable-over-current;
252 pinctrl-names = "default";
253 pinctrl-0 = <&pinctrl_usbotg>;
254 vbus-supply = <®_usbotg_vbus>;
255 disable-over-current;
260 pinctrl-names = "default";
261 pinctrl-0 = <&pinctrl_usdhc1>;
262 cd-gpios = <&gpio6 31 GPIO_ACTIVE_LOW>;
263 no-1-8-v;
264 disable-wp;