Lines Matching +full:tegra20 +full:- +full:host1x

1 // SPDX-License-Identifier: GPL-2.0 OR MIT
2 /dts-v1/;
4 #include <dt-bindings/input/input.h>
5 #include "tegra20-colibri.dtsi"
9 compatible = "toradex,colibri_t20-eval-v3", "toradex,colibri_t20",
10 "nvidia,tegra20";
22 stdout-path = "serial0:115200n8";
25 host1x@50000000 {
35 hdmi-supply = <&reg_5v0>;
41 bl-on {
49 hotplug-detect {
85 uart-a {
89 uart-b {
93 uart-c {
97 usbh-pen {
103 /* Colibri UART-A */
105 /delete-property/ dmas;
106 /delete-property/ dma-names;
110 /* Colibri UART-C */
115 /* Colibri UART-B */
130 clock-frequency = <400000>;
151 spi-max-frequency = <25000000>;
157 interrupt-parent = <&gpio>;
160 spi-max-frequency = <10000000>;
161 vdd-supply = <&reg_3v3>;
162 xceiver-supply = <&reg_5v0>;
166 /* EHCI instance 0: USB1_DP/N -> USBC_P/N */
172 usb-phy@c5000000 {
174 vbus-supply = <&reg_usbc_vbus>;
177 /* EHCI instance 2: USB3_DP/N -> USBH_P/N */
182 usb-phy@c5008000 {
184 vbus-supply = <&reg_usbh_vbus>;
190 bus-width = <4>;
191 cd-gpios = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>; /* MMCD */
192 no-1-8-v;
196 compatible = "pwm-backlight";
197 brightness-levels = <255 128 64 32 16 8 4 0>;
198 default-brightness-level = <6>;
200 enable-gpios = <&gpio TEGRA_GPIO(T, 4) GPIO_ACTIVE_HIGH>;
201 power-supply = <&reg_3v3>;
205 clk16m: clock-osc3 {
206 compatible = "fixed-clock";
207 #clock-cells = <0>;
208 clock-frequency = <16000000>;
211 gpio-keys {
212 compatible = "gpio-keys";
214 key-wakeup {
218 debounce-interval = <10>;
219 wakeup-source;
230 power-supply = <&reg_3v3>;
233 reg_3v3: regulator-3v3 {
234 compatible = "regulator-fixed";
235 regulator-name = "3.3V_SW";
236 regulator-min-microvolt = <3300000>;
237 regulator-max-microvolt = <3300000>;
240 reg_5v0: regulator-5v0 {
241 compatible = "regulator-fixed";
242 regulator-name = "5V_SW";
243 regulator-min-microvolt = <5000000>;
244 regulator-max-microvolt = <5000000>;
247 reg_usbc_vbus: regulator-usbc-vbus {
248 compatible = "regulator-fixed";
249 regulator-name = "VCC_USB5";
250 regulator-min-microvolt = <5000000>;
251 regulator-max-microvolt = <5000000>;
252 vin-supply = <&reg_5v0>;
256 reg_usbh_vbus: regulator-usbh-vbus {
257 compatible = "regulator-fixed";
258 regulator-name = "VCC_USB[1-4]";
259 regulator-min-microvolt = <5000000>;
260 regulator-max-microvolt = <5000000>;
262 vin-supply = <&reg_5v0>;