Lines Matching +full:gpio +full:- +full:backlight
1 // SPDX-License-Identifier: GPL-2.0 OR MIT
2 /dts-v1/;
4 #include <dt-bindings/input/input.h>
5 #include "tegra30-apalis-v1.1.dtsi"
9 compatible = "toradex,apalis_t30-v1.1-eval", "toradex,apalis_t30-eval",
10 "toradex,apalis_t30-v1.1", "toradex,apalis_t30",
24 stdout-path = "serial0:115200n8";
47 hdmi-supply = <®_5v0>;
51 gpio@6000d000 {
53 pex-perst-n-hog {
54 gpio-hog;
56 output-high;
57 line-name = "PEX_PERST_N";
63 /delete-property/ dmas;
64 /delete-property/ dma-names;
93 clock-frequency = <400000>;
95 pcie-switch@58 {
115 clock-frequency = <400000>;
126 spi-max-frequency = <25000000>;
132 spi-max-frequency = <25000000>;
138 bus-width = <4>;
140 cd-gpios = <&gpio TEGRA_GPIO(CC, 5) GPIO_ACTIVE_LOW>;
141 no-1-8-v;
147 bus-width = <8>;
149 cd-gpios = <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_LOW>;
150 vqmmc-supply = <®_vddio_sdmmc3>;
153 /* EHCI instance 0: USB1_DP/N -> USBO1_DP/N */
159 usb-phy@7d000000 {
161 vbus-supply = <®_usbo1_vbus>;
164 /* EHCI instance 1: USB2_DP/N -> USBH2_DP/N */
169 usb-phy@7d004000 {
171 vbus-supply = <®_usbh_vbus>;
174 /* EHCI instance 2: USB3_DP/N -> USBH3_DP/N */
179 usb-phy@7d008000 {
181 vbus-supply = <®_usbh_vbus>;
184 backlight: backlight { label
185 compatible = "pwm-backlight";
186 brightness-levels = <255 231 223 207 191 159 127 0>;
187 default-brightness-level = <6>;
189 enable-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
190 power-supply = <®_3v3>;
194 gpio-keys {
195 compatible = "gpio-keys";
197 key-wakeup {
199 gpios = <&gpio TEGRA_GPIO(V, 1) GPIO_ACTIVE_LOW>;
201 debounce-interval = <10>;
202 wakeup-source;
212 backlight = <&backlight>;
213 power-supply = <®_3v3>;
216 reg_3v3: regulator-3v3 {
217 compatible = "regulator-fixed";
218 regulator-name = "3.3V_SW";
219 regulator-min-microvolt = <3300000>;
220 regulator-max-microvolt = <3300000>;
223 reg_5v0: regulator-5v0 {
224 compatible = "regulator-fixed";
225 regulator-name = "5V_SW";
226 regulator-min-microvolt = <5000000>;
227 regulator-max-microvolt = <5000000>;
231 reg_usbo1_vbus: regulator-usbo1-vbus {
232 compatible = "regulator-fixed";
233 regulator-name = "VCC_USBO1";
234 regulator-min-microvolt = <5000000>;
235 regulator-max-microvolt = <5000000>;
236 gpio = <&gpio TEGRA_GPIO(T, 5) GPIO_ACTIVE_HIGH>;
237 enable-active-high;
238 vin-supply = <®_5v0>;
242 reg_usbh_vbus: regulator-usbh-vbus {
243 compatible = "regulator-fixed";
244 regulator-name = "VCC_USBH(2A|2C|2D|3|4)";
245 regulator-min-microvolt = <5000000>;
246 regulator-max-microvolt = <5000000>;
247 gpio = <&gpio TEGRA_GPIO(DD, 1) GPIO_ACTIVE_HIGH>;
248 enable-active-high;
249 vin-supply = <®_5v0>;
254 * EN_+3.3_SDMMC3 GPIO
256 reg_vddio_sdmmc3: regulator-vddio-sdmmc3 {
257 compatible = "regulator-gpio";
258 regulator-name = "VDDIO_SDMMC3";
259 regulator-min-microvolt = <1800000>;
260 regulator-max-microvolt = <3300000>;
261 regulator-type = "voltage";
262 gpios = <&gpio TEGRA_GPIO(J, 5) GPIO_ACTIVE_HIGH>;
265 startup-delay-us = <100000>;
266 vin-supply = <&vddio_sdmmc_1v8_reg>;