Lines Matching +full:- +full:5000000
1 // SPDX-License-Identifier: GPL-2.0 OR X11
3 * Copyright 2016-2019 Toradex AG
6 /dts-v1/;
8 #include <dt-bindings/input/input.h>
9 #include "tegra124-apalis.dtsi"
13 compatible = "toradex,apalis-tk1-eval", "toradex,apalis-tk1",
27 stdout-path = "serial0:115200n8";
39 hdmi-supply = <®_5v0>;
45 pex-perst-n-hog {
46 gpio-hog;
48 output-high;
49 line-name = "PEX_PERST_N";
55 /delete-property/ dmas;
56 /delete-property/ dma-names;
85 clock-frequency = <400000>;
87 pcie-switch@58 {
112 clock-frequency = <400000>;
120 spi-max-frequency = <50000000>;
126 spi-max-frequency = <50000000>;
132 target-5v-supply = <®_5v0>;
133 target-12v-supply = <®_12v0>;
147 bus-width = <4>;
149 cd-gpios = <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_LOW>;
150 vqmmc-supply = <&vddio_sdmmc1>;
156 bus-width = <4>;
158 cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>;
159 vqmmc-supply = <&vddio_sdmmc3>;
162 /* EHCI instance 0: USB1_DP/N -> USBO1_DP/N */
168 usb-phy@7d000000 {
170 vbus-supply = <®_usbo1_vbus>;
173 /* EHCI instance 1: USB2_DP/N -> USBH2_DP/N */
178 usb-phy@7d004000 {
180 vbus-supply = <®_usbh_vbus>;
183 /* EHCI instance 2: USB3_DP/N -> USBH4_DP/N */
188 usb-phy@7d008000 {
190 vbus-supply = <®_usbh_vbus>;
194 compatible = "pwm-backlight";
195 brightness-levels = <255 231 223 207 191 159 127 0>;
196 default-brightness-level = <6>;
198 enable-gpios = <&gpio TEGRA_GPIO(BB, 5) GPIO_ACTIVE_HIGH>;
199 power-supply = <®_3v3>;
200 pwms = <&pwm 3 5000000>; /* BKL1_PWM */
203 gpio-keys {
204 compatible = "gpio-keys";
206 key-wakeup {
210 debounce-interval = <10>;
211 wakeup-source;
215 reg_3v3: regulator-3v3 {
216 compatible = "regulator-fixed";
217 regulator-name = "3.3V_SW";
218 regulator-min-microvolt = <3300000>;
219 regulator-max-microvolt = <3300000>;
222 reg_5v0: regulator-5v0 {
223 compatible = "regulator-fixed";
224 regulator-name = "5V_SW";
225 regulator-min-microvolt = <5000000>;
226 regulator-max-microvolt = <5000000>;
229 reg_12v0: regulator-12v0 {
230 compatible = "regulator-fixed";
231 regulator-name = "12V_SW";
232 regulator-min-microvolt = <12000000>;
233 regulator-max-microvolt = <12000000>;
237 reg_usbo1_vbus: regulator-usbo1-vbus {
238 compatible = "regulator-fixed";
239 regulator-name = "VCC_USBO1";
240 regulator-min-microvolt = <5000000>;
241 regulator-max-microvolt = <5000000>;
243 enable-active-high;
244 vin-supply = <®_5v0>;
248 reg_usbh_vbus: regulator-usbh-vbus {
249 compatible = "regulator-fixed";
250 regulator-name = "VCC_USBH(2A|2C|2D|3|4)";
251 regulator-min-microvolt = <5000000>;
252 regulator-max-microvolt = <5000000>;
254 enable-active-high;
255 vin-supply = <®_5v0>;