Lines Matching +full:- +full:5000000

1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include <dt-bindings/input/input.h>
5 #include "tegra20-colibri.dtsi"
9 compatible = "toradex,colibri_t20-iris", "toradex,colibri_t20",
22 stdout-path = "serial0:115200n8";
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>;
154 /* EHCI instance 0: USB1_DP/N -> USBC_P/N */
160 usb-phy@c5000000 {
162 vbus-supply = <&reg_usbc_vbus>;
165 /* EHCI instance 2: USB3_DP/N -> USBH_P/N */
170 usb-phy@c5008000 {
172 vbus-supply = <&reg_usbh_vbus>;
178 bus-width = <4>;
179 cd-gpios = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>; /* MMCD */
180 no-1-8-v;
184 compatible = "pwm-backlight";
185 brightness-levels = <255 128 64 32 16 8 4 0>;
186 default-brightness-level = <6>;
188 enable-gpios = <&gpio TEGRA_GPIO(T, 4) GPIO_ACTIVE_HIGH>;
189 power-supply = <&reg_3v3>;
190 pwms = <&pwm 0 5000000>; /* PWM<A> */
193 gpio-keys {
194 compatible = "gpio-keys";
196 key-wakeup {
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";
218 regulator-min-microvolt = <3300000>;
219 regulator-max-microvolt = <3300000>;
222 reg_5v0: regulator-5v0 {
223 compatible = "regulator-fixed";
224 regulator-name = "5V";
225 regulator-min-microvolt = <5000000>;
226 regulator-max-microvolt = <5000000>;
229 reg_usbc_vbus: regulator-usbc-vbus {
230 compatible = "regulator-fixed";
231 regulator-name = "VCC_USB2";
232 regulator-min-microvolt = <5000000>;
233 regulator-max-microvolt = <5000000>;
234 vin-supply = <&reg_5v0>;
238 reg_usbh_vbus: regulator-usbh-vbus {
239 compatible = "regulator-fixed";
240 regulator-name = "VCC_USB1";
241 regulator-min-microvolt = <5000000>;
242 regulator-max-microvolt = <5000000>;
244 vin-supply = <&reg_5v0>;