Lines Matching +full:pinctrl +full:- +full:names

4  * SPDX-License-Identifier: Apache-2.0
7 #include "mimxrt1170_evk-pinctrl.dtsi"
9 #include <zephyr/dt-bindings/input/input-event-codes.h>
19 pwm-led0 = &green_pwm_led;
20 mcuboot-button0 = &user_button;
24 compatible = "gpio-leds";
25 green_led: led-1 {
30 red_led: led-2 {
37 compatible = "gpio-keys";
38 user_button: button-1 {
46 compatible = "pwm-leds";
56 pinctrl-0 = <&pinmux_lpi2c5>;
57 pinctrl-names = "default";
68 int1-gpios = <&gpio11 14 GPIO_ACTIVE_LOW>;
69 int2-gpios = <&gpio11 15 GPIO_ACTIVE_LOW>;
75 pinctrl-0 = <&pinmux_lpuart1>;
76 pinctrl-1 = <&pinmux_lpuart1_sleep>;
77 pinctrl-names = "default", "sleep";
78 current-speed = <115200>;
82 pinctrl-0 = <&pinmux_lpuart2>;
83 pinctrl-1 = <&pinmux_lpuart2_sleep>;
84 pinctrl-names = "default", "sleep";
97 pinctrl-0 = <&pinmux_flexpwm1>;
98 pinctrl-names = "default";
103 pinctrl-0 = <&pinmux_enet>;
104 pinctrl-names = "default";
105 phy-handle = <&phy>;
106 phy-connection-type = "rmii";
107 zephyr,random-mac-address;
112 pinctrl-0 = <&pinmux_enet_mdio>;
113 pinctrl-names = "default";
118 reset-gpios = <&gpio12 12 GPIO_ACTIVE_HIGH>;
119 int-gpios = <&gpio9 11 GPIO_ACTIVE_HIGH>;
120 microchip,interface-type = "rmii";
126 pinctrl-0 = <&pinmux_ptp>;
127 pinctrl-names = "default";
132 pinctrl-0 = <&pinmux_enet1g>;
133 pinctrl-names = "default";
134 phy-handle = <&enet1g_phy>;
135 phy-connection-type = "rgmii";
136 zephyr,random-mac-address;
141 pinctrl-0 = <&pinmux_enet1g_mdio>;
142 pinctrl-names = "default";
147 reset-gpios = <&gpio11 14 GPIO_ACTIVE_HIGH>;
148 int-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
154 pinctrl-0 = <&pinmux_enet1g_ptp>;
155 pinctrl-names = "default";
159 pinctrl-0 = <&pinmux_csi>;
160 pinctrl-names = "default";
164 pinctrl-0 = <&pinmux_lpi2c6>;
165 pinctrl-names = "default";
169 pinctrl-0 = <&pinmux_flexcan3>;
170 pinctrl-names = "default";
174 pinctrl-0 = <&pinmux_lcdif>;
175 pinctrl-names = "default";
179 pinctrl-0 =<&pinmux_lpi2c1>;
180 pinctrl-names = "default";
184 pinctrl-0 = <&pinmux_lpspi1>;
185 pinctrl-names = "default";
189 pinctrl-0 = <&pinmux_lpuart2>;
190 pinctrl-1 = <&pinmux_lpuart2_sleep>;
191 pinctrl-names = "default", "sleep";
195 pinctrl-0 = <&pinmux_sai1>;
196 pinctrl-names = "default";
200 pinctrl-0 = <&pinmux_lpadc0>;
201 pinctrl-names = "default";
205 pinctrl-0 = <&pinmux_flexspi1>;
206 pinctrl-names = "default";
210 pinctrl-0 = <&pinmux_usdhc1>;
211 pinctrl-1 = <&pinmux_usdhc1_dat3_nopull>;
212 pinctrl-names = "default", "nopull";
217 ahb-prefetch;
218 ahb-read-addr-opt;
219 rx-clock-source = <1>;
222 compatible = "nxp,imx-flexspi-nor";
225 spi-max-frequency = <104000000>;
227 jedec-id = [9d 70 17];
228 erase-block-size = <4096>;
229 write-block-size = <1>;
232 compatible = "fixed-partitions";
233 #address-cells = <1>;
234 #size-cells = <1>;
240 /* The MCUBoot swap-move algorithm uses the last 3 sectors
244 label = "image-0";
248 label = "image-1";
253 reg = <0x00E23000 (DT_SIZE_M(2) - DT_SIZE_K(140))>;