Lines Matching +full:default +full:- +full:trigger
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
6 /dts-v1/;
12 compatible = "novtech,imx7d-meerkat96", "fsl,imx7d";
15 stdout-path = &uart6;
23 reg_wlreg_on: regulator-wlreg-on {
24 compatible = "regulator-fixed";
25 pinctrl-names = "default";
26 pinctrl-0 = <&pinctrl_wlreg_on>;
27 regulator-name = "wlreg_on";
28 regulator-min-microvolt = <3300000>;
29 regulator-max-microvolt = <3300000>;
30 startup-delay-us = <100>;
32 enable-active-high;
33 regulator-always-on;
36 reg_3p3v: regulator-3p3v {
37 compatible = "regulator-fixed";
38 regulator-name = "3P3V";
39 regulator-min-microvolt = <3300000>;
40 regulator-max-microvolt = <3300000>;
41 regulator-always-on;
44 reg_usb_otg1_vbus: regulator-usb-otg1-vbus {
45 compatible = "regulator-fixed";
46 regulator-name = "usb_otg1_vbus";
47 regulator-min-microvolt = <5000000>;
48 regulator-max-microvolt = <5000000>;
51 reg_usb_otg2_vbus: regulator-usb-otg2-vbus {
52 compatible = "regulator-fixed";
53 regulator-name = "usb_otg2_vbus";
54 regulator-min-microvolt = <5000000>;
55 regulator-max-microvolt = <5000000>;
57 enable-active-high;
61 compatible = "gpio-leds";
62 pinctrl-names = "default";
63 pinctrl-0 = <&pinctrl_gpio_leds>;
68 linux,default-trigger = "heartbeat";
69 default-state = "off";
75 linux,default-trigger = "mmc0";
76 default-state = "off";
82 linux,default-trigger = "mmc1";
83 default-state = "off";
89 linux,default-trigger = "none";
90 default-state = "off";
91 panic-indicator;
97 linux,default-trigger = "phy0tx";
98 default-state = "off";
104 linux,default-trigger = "bluetooth-power";
105 default-state = "off";
111 pinctrl-names = "default";
112 pinctrl-0 = <&pinctrl_i2c1>;
117 pinctrl-names = "default";
118 pinctrl-0 = <&pinctrl_i2c2>;
123 pinctrl-names = "default";
124 pinctrl-0 = <&pinctrl_i2c3>;
129 pinctrl-names = "default";
130 pinctrl-0 = <&pinctrl_i2c4>;
135 pinctrl-names = "default";
136 pinctrl-0 = <&pinctrl_lcdif>;
141 pinctrl-names = "default";
142 pinctrl-0 = <&pinctrl_uart1>;
143 assigned-clocks = <&clks IMX7D_UART1_ROOT_SRC>;
144 assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>;
149 pinctrl-names = "default";
150 pinctrl-0 = <&pinctrl_uart3>;
151 assigned-clocks = <&clks IMX7D_UART3_ROOT_SRC>;
152 assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>;
153 uart-has-rtscts;
158 pinctrl-names = "default";
159 pinctrl-0 = <&pinctrl_uart6>;
160 assigned-clocks = <&clks IMX7D_UART6_ROOT_SRC>;
161 assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>;
166 pinctrl-names = "default";
167 pinctrl-0 = <&pinctrl_uart7 &pinctrl_bt_gpios>;
168 assigned-clocks = <&clks IMX7D_UART7_ROOT_SRC>;
169 assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>;
170 uart-has-rtscts;
171 fsl,dte-mode;
175 compatible = "brcm,bcm43438-bt";
176 device-wakeup-gpios = <&gpio6 13 GPIO_ACTIVE_HIGH>;
177 host-wakeup-gpios = <&gpio4 17 GPIO_ACTIVE_HIGH>;
182 vbus-supply = <®_usb_otg1_vbus>;
187 vbus-supply = <®_usb_otg2_vbus>;
193 pinctrl-names = "default";
194 pinctrl-0 = <&pinctrl_usdhc1>;
195 keep-power-in-suspend;
196 fsl,tuning-step = <2>;
197 vmmc-supply = <®_3p3v>;
198 no-1-8-v;
199 broken-cd;
204 #address-cells = <1>;
205 #size-cells = <0>;
206 pinctrl-names = "default";
207 pinctrl-0 = <&pinctrl_usdhc3>;
208 bus-width = <4>;
209 no-1-8-v;
210 no-mmc;
211 non-removable;
212 keep-power-in-suspend;
213 wakeup-source;
214 vmmc-supply = <®_wlreg_on>;
215 vqmmc-supply = <®_3p3v>;
220 compatible = "brcm,bcm4329-fmac";
221 pinctrl-names = "default";
222 pinctrl-0 = <&pinctrl_wlan_irq>;
223 interrupt-parent = <&gpio6>;
225 interrupt-names = "host-wake";