Lines Matching +full:uart +full:- +full:grp

1 // SPDX-License-Identifier: GPL-2.0
7 #include <dt-bindings/gpio/gpio.h>
11 stdout-path = &uart1;
14 gpio_buttons: gpio-keys {
15 compatible = "gpio-keys";
16 pinctrl-names = "default";
17 pinctrl-0 = <&pinctrl_button>;
19 button-0 {
23 wakeup-source;
27 gpio-leds {
28 compatible = "gpio-leds";
29 pinctrl-names = "default";
30 pinctrl-0 = <&pinctrl_gpio_leds>;
32 led-blue {
35 linux,default-trigger = "heartbeat";
36 default-state = "on";
39 led-green {
42 linux,default-trigger = "heartbeat";
43 default-state = "on";
46 led-red {
49 linux,default-trigger = "heartbeat";
50 default-state = "on";
53 led-user {
56 linux,default-trigger = "heartbeat";
57 default-state = "on";
61 reg_5v_sys: regulator-5v-sys {
62 compatible = "regulator-fixed";
63 regulator-name = "5V_SYS";
64 regulator-min-microvolt = <5000000>;
65 regulator-max-microvolt = <5000000>;
66 regulator-always-on;
69 reg_5v: regulator-5v {
70 compatible = "regulator-fixed";
71 regulator-name = "5V";
72 regulator-min-microvolt = <5000000>;
73 regulator-max-microvolt = <5000000>;
74 regulator-always-on;
75 vin-supply = <&reg_5v_sys>;
78 reg_3v3_in: regulator-3v3-in {
79 compatible = "regulator-fixed";
80 regulator-name = "3V3_IN";
81 regulator-min-microvolt = <3300000>;
82 regulator-max-microvolt = <3300000>;
83 regulator-always-on;
84 vin-supply = <&reg_5v_sys>;
87 reg_3v3: regulator-3v3 {
88 compatible = "regulator-fixed";
89 regulator-name = "3V3";
90 regulator-min-microvolt = <3300000>;
91 regulator-max-microvolt = <3300000>;
92 regulator-always-on;
93 vin-supply = <&reg_3v3_in>;
96 reg_sd1_vmmc: regulator-sd1-vmmc {
97 compatible = "regulator-fixed";
98 regulator-name = "3V3_SD";
99 regulator-min-microvolt = <3300000>;
100 regulator-max-microvolt = <3300000>;
102 pinctrl-names = "default";
103 pinctrl-0 = <&pinctrl_reg_vmmc>;
104 enable-active-high;
105 regulator-always-on;
106 vin-supply = <&reg_3v3>;
111 pinctrl-names = "default";
112 pinctrl-0 = <&pinctrl_csi1>;
117 pinctrl-names = "default";
118 pinctrl-0 = <&pinctrl_enet1>;
119 phy-mode = "rmii";
120 phy-handle = <&ethphy0>;
125 pinctrl-names = "default";
126 pinctrl-0 = <&pinctrl_enet2>;
127 phy-mode = "rmii";
128 phy-handle = <&ethphy1>;
132 #address-cells = <1>;
133 #size-cells = <0>;
135 ethphy0: ethernet-phy@2 {
136 compatible = "ethernet-phy-ieee802.3-c22";
138 micrel,led-mode = <1>;
140 clock-names = "rmii-ref";
143 ethphy1: ethernet-phy@1 {
144 compatible = "ethernet-phy-ieee802.3-c22";
146 micrel,led-mode = <1>;
148 clock-names = "rmii-ref";
154 pinctrl-0 = <&pinctrl_lcdif>;
155 pinctrl-names = "default";
160 vin-supply = <&reg_3v3_in>;
164 assigned-clock-rates = <320000000>;
165 assigned-clocks = <&clks IMX6UL_CLK_PLL3_PFD2>;
166 pinctrl-0 = <&pinctrl_sai2>;
167 pinctrl-names = "default";
176 pinctrl-0 = <&pinctrl_uart1>;
181 pinctrl-0 = <&pinctrl_uart2>;
182 uart-has-rtscts;
187 pinctrl-0 = <&pinctrl_uart3>;
188 uart-has-rtscts;
193 pinctrl-0 = <&pinctrl_uart4>;
198 pinctrl-0 = <&pinctrl_uart5>;
203 pinctrl-names = "default";
204 pinctrl-0 = <&pinctrl_usb_otg1_id>;
206 srp-disable;
207 hnp-disable;
208 adp-disable;
214 disable-over-current;
219 pinctrl-names = "default", "state_100mhz", "state_200mhz";
220 pinctrl-0 = <&pinctrl_usdhc1 &pinctrl_usdhc1_cd>;
221 pinctrl-1 = <&pinctrl_usdhc1_100mhz &pinctrl_usdhc1_cd>;
222 pinctrl-2 = <&pinctrl_usdhc1_200mhz &pinctrl_usdhc1_cd>;
223 cd-gpios = <&gpio1 19 GPIO_ACTIVE_LOW>;
224 no-1-8-v;
225 keep-power-in-suspend;
226 wakeup-source;
227 vmmc-supply = <&reg_sd1_vmmc>;
291 pinctrl_lcdif: lcdif-grp {
326 pinctrl_reg_vmmc: usdhc1regvmmc-grp {
332 pinctrl_sai2: sai2-grp {
397 pinctrl_usdhc1_100mhz: usdhc1-100mhz-grp {
408 pinctrl_usdhc1_200mhz: usdhc1-200mhz-grp {
419 pinctrl_usdhc1_cd: usdhc1cd-grp {