Lines Matching +full:hnp +full:- +full:disable
1 // SPDX-License-Identifier: GPL-2.0+
4 * Copyright 2017-2018 NXP
8 /dts-v1/;
14 compatible = "fsl,imx7ulp-evk", "fsl,imx7ulp";
17 stdout-path = &lpuart4;
26 compatible = "pwm-backlight";
28 brightness-levels = <0 20 25 30 35 40 100>;
29 default-brightness-level = <6>;
33 reg_usb_otg1_vbus: regulator-usb-otg1-vbus {
34 compatible = "regulator-fixed";
35 pinctrl-names = "default";
36 pinctrl-0 = <&pinctrl_usbotg1_vbus>;
37 regulator-name = "usb_otg1_vbus";
38 regulator-min-microvolt = <5000000>;
39 regulator-max-microvolt = <5000000>;
41 enable-active-high;
44 reg_vsd_3v3: regulator-vsd-3v3 {
45 compatible = "regulator-fixed";
46 regulator-name = "VSD_3V3";
47 regulator-min-microvolt = <3300000>;
48 regulator-max-microvolt = <3300000>;
49 pinctrl-names = "default";
50 pinctrl-0 = <&pinctrl_usdhc0_rst>;
52 enable-active-high;
57 pinctrl-names = "default";
58 pinctrl-0 = <&pinctrl_lpuart4>;
63 pinctrl-names = "default";
64 pinctrl-0 = <&pinctrl_pwm0>;
69 vbus-supply = <®_usb_otg1_vbus>;
70 pinctrl-names = "default";
71 pinctrl-0 = <&pinctrl_usbotg1_id>;
72 srp-disable;
73 hnp-disable;
74 adp-disable;
75 disable-over-current;
80 assigned-clocks = <&pcc2 IMX7ULP_CLK_USDHC0>;
81 assigned-clock-parents = <&scg1 IMX7ULP_CLK_APLL_PFD1>;
82 pinctrl-names = "default";
83 pinctrl-0 = <&pinctrl_usdhc0>;
84 cd-gpios = <&gpio_ptc 10 GPIO_ACTIVE_LOW>;
85 vmmc-supply = <®_vsd_3v3>;
95 bias-pull-up;
128 pinctrl_usdhc0_rst: usdhc0-gpio-rst-grp {