Lines Matching +full:xceiver +full:- +full:supply

1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
3 * Copyright 2016-2020 Toradex
13 stdout-path = "serial0:115200n8";
18 compatible = "fixed-clock";
19 #clock-cells = <0>;
20 clock-frequency = <16000000>;
23 gpio-keys {
24 compatible = "gpio-keys";
25 pinctrl-names = "default";
26 pinctrl-0 = <&pinctrl_gpiokeys>;
29 label = "Wake-Up";
32 debounce-interval = <10>;
33 wakeup-source;
40 power-supply = <&reg_3v3>;
44 remote-endpoint = <&lcdif_out>;
49 reg_3v3: regulator-3v3 {
50 compatible = "regulator-fixed";
51 regulator-name = "3.3V";
52 regulator-min-microvolt = <3300000>;
53 regulator-max-microvolt = <3300000>;
56 reg_5v0: regulator-5v0 {
57 compatible = "regulator-fixed";
58 regulator-name = "5V";
59 regulator-min-microvolt = <5000000>;
60 regulator-max-microvolt = <5000000>;
63 reg_usbh_vbus: regulator-usbh-vbus {
64 compatible = "regulator-fixed";
65 pinctrl-names = "default";
66 pinctrl-0 = <&pinctrl_usbh_reg>;
67 regulator-name = "VCC_USB[1-4]";
68 regulator-min-microvolt = <5000000>;
69 regulator-max-microvolt = <5000000>;
71 vin-supply = <&reg_5v0>;
76 brightness-levels = <0 4 8 16 32 64 128 255>;
77 default-brightness-level = <6>;
78 power-supply = <&reg_3v3>;
96 pinctrl-names = "default";
97 pinctrl-0 = <&pinctrl_can_int>;
100 interrupt-parent = <&gpio5>;
102 spi-max-frequency = <10000000>;
103 vdd-supply = <&reg_3v3>;
104 xceiver-supply = <&reg_5v0>;
122 pinctrl-names = "default";
123 pinctrl-0 = <&pinctrl_gpiotouch>;
125 interrupt-parent = <&gpio1>;
127 reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; /* SODIMM 30 */
143 remote-endpoint = <&panel_in>;
181 keep-power-in-suspend;
182 wakeup-source;
183 vmmc-supply = <&reg_3v3>;