Lines Matching +full:fixed +full:- +full:1 +full:- +full:8 +full:v

1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include <dt-bindings/input/input.h>
5 #include "tegra30-apalis.dtsi"
9 compatible = "toradex,apalis_t30-eval", "toradex,apalis_t30",
23 stdout-path = "serial0:115200n8";
27 pci@1,0 {
46 hdmi-supply = <&reg_5v0>;
52 pex-perst-n-hog {
53 gpio-hog;
55 output-high;
56 line-name = "PEX_PERST_N";
62 /delete-property/ dmas;
63 /delete-property/ dma-names;
92 clock-frequency = <400000>;
94 pcie-switch@58 {
114 clock-frequency = <400000>;
125 spi-max-frequency = <25000000>;
131 spi-max-frequency = <25000000>;
137 bus-width = <4>;
139 cd-gpios = <&gpio TEGRA_GPIO(CC, 5) GPIO_ACTIVE_LOW>;
140 no-1-8-v;
146 bus-width = <8>;
148 cd-gpios = <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_LOW>;
149 no-1-8-v;
152 /* EHCI instance 0: USB1_DP/N -> USBO1_DP/N */
158 usb-phy@7d000000 {
160 vbus-supply = <&reg_usbo1_vbus>;
163 /* EHCI instance 1: USB2_DP/N -> USBH2_DP/N */
168 usb-phy@7d004000 {
170 vbus-supply = <&reg_usbh_vbus>;
173 /* EHCI instance 2: USB3_DP/N -> USBH3_DP/N */
178 usb-phy@7d008000 {
180 vbus-supply = <&reg_usbh_vbus>;
184 compatible = "pwm-backlight";
185 brightness-levels = <255 231 223 207 191 159 127 0>;
186 default-brightness-level = <6>;
188 enable-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
189 power-supply = <&reg_3v3>;
193 gpio-keys {
194 compatible = "gpio-keys";
196 key-wakeup {
198 gpios = <&gpio TEGRA_GPIO(V, 1) GPIO_ACTIVE_LOW>;
200 debounce-interval = <10>;
201 wakeup-source;
212 power-supply = <&reg_3v3>;
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>;
230 reg_usbo1_vbus: regulator-usbo1-vbus {
231 compatible = "regulator-fixed";
232 regulator-name = "VCC_USBO1";
233 regulator-min-microvolt = <5000000>;
234 regulator-max-microvolt = <5000000>;
236 enable-active-high;
237 vin-supply = <&reg_5v0>;
241 reg_usbh_vbus: regulator-usbh-vbus {
242 compatible = "regulator-fixed";
243 regulator-name = "VCC_USBH(2A|2C|2D|3|4)";
244 regulator-min-microvolt = <5000000>;
245 regulator-max-microvolt = <5000000>;
246 gpio = <&gpio TEGRA_GPIO(DD, 1) GPIO_ACTIVE_HIGH>;
247 enable-active-high;
248 vin-supply = <&reg_5v0>;