Lines Matching +full:bb +full:- +full:supply

1 // SPDX-License-Identifier: GPL-2.0 OR MIT
3 * Copyright 2016-2018 Toradex AG
6 /dts-v1/;
8 #include <dt-bindings/input/input.h>
9 #include "tegra124-apalis-v1.2.dtsi"
13 compatible = "toradex,apalis-tk1-v1.2-eval", "toradex,apalis-tk1-eval",
14 "toradex,apalis-tk1-v1.2", "toradex,apalis-tk1",
28 stdout-path = "serial0:115200n8";
40 hdmi-supply = <&reg_5v0>;
46 pex-perst-n-hog {
47 gpio-hog;
49 output-high;
50 line-name = "PEX_PERST_N";
56 /delete-property/ dmas;
57 /delete-property/ dma-names;
86 clock-frequency = <400000>;
88 pcie-switch@58 {
108 clock-frequency = <400000>;
122 spi-max-frequency = <50000000>;
128 spi-max-frequency = <50000000>;
134 target-5v-supply = <&reg_5v0>;
135 target-12v-supply = <&reg_12v0>;
149 bus-width = <4>;
151 cd-gpios = <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_LOW>;
152 vqmmc-supply = <&vddio_sdmmc1>;
158 bus-width = <4>;
160 cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>;
161 vqmmc-supply = <&vddio_sdmmc3>;
164 /* EHCI instance 0: USB1_DP/N -> USBO1_DP/N */
170 usb-phy@7d000000 {
172 vbus-supply = <&reg_usbo1_vbus>;
175 /* EHCI instance 1: USB2_DP/N -> USBH2_DP/N */
180 usb-phy@7d004000 {
182 vbus-supply = <&reg_usbh_vbus>;
185 /* EHCI instance 2: USB3_DP/N -> USBH4_DP/N */
190 usb-phy@7d008000 {
192 vbus-supply = <&reg_usbh_vbus>;
196 compatible = "pwm-backlight";
197 brightness-levels = <255 231 223 207 191 159 127 0>;
198 default-brightness-level = <6>;
200 enable-gpios = <&gpio TEGRA_GPIO(BB, 5) GPIO_ACTIVE_HIGH>;
201 power-supply = <&reg_3v3>;
205 gpio-keys {
206 compatible = "gpio-keys";
208 key-wakeup {
212 debounce-interval = <10>;
213 wakeup-source;
217 reg_3v3: regulator-3v3 {
218 compatible = "regulator-fixed";
219 regulator-name = "3.3V_SW";
220 regulator-min-microvolt = <3300000>;
221 regulator-max-microvolt = <3300000>;
224 reg_5v0: regulator-5v0 {
225 compatible = "regulator-fixed";
226 regulator-name = "5V_SW";
227 regulator-min-microvolt = <5000000>;
228 regulator-max-microvolt = <5000000>;
231 reg_12v0: regulator-12v0 {
232 compatible = "regulator-fixed";
233 regulator-name = "12V_SW";
234 regulator-min-microvolt = <12000000>;
235 regulator-max-microvolt = <12000000>;
239 reg_usbo1_vbus: regulator-usbo1-vbus {
240 compatible = "regulator-fixed";
241 regulator-name = "VCC_USBO1";
242 regulator-min-microvolt = <5000000>;
243 regulator-max-microvolt = <5000000>;
245 enable-active-high;
246 vin-supply = <&reg_5v0>;
250 reg_usbh_vbus: regulator-usbh-vbus {
251 compatible = "regulator-fixed";
252 regulator-name = "VCC_USBH(2A|2C|2D|3|4)";
253 regulator-min-microvolt = <5000000>;
254 regulator-max-microvolt = <5000000>;
256 enable-active-high;
257 vin-supply = <&reg_5v0>;