Lines Matching +full:tx +full:- +full:rx +full:- +full:swap
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "mimxrt1024_evk-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 model = "NXP MIMXRT1024-EVK board";
24 mcuboot-button0 = &user_button;
28 zephyr,flash-controller = &w25q32jvwj0;
30 zephyr,code-partition = &slot0_partition;
31 zephyr,uart-mcumgr = &lpuart1;
36 zephyr,shell-uart = &lpuart1;
41 /* ISSI IS42S16160J-6TLI */
47 compatible = "gpio-leds";
48 green_led: led-1 {
55 compatible = "gpio-keys";
56 user_button: button-1 {
64 compatible = "arduino-header-r3";
65 #gpio-cells = <2>;
66 gpio-map-mask = <0xffffffff 0xffffffc0>;
67 gpio-map-pass-thru = <0 0x3f>;
68 gpio-map = <0 0 &gpio1 26 0>, /* A0 */
94 pinctrl-0 = <&pinmux_lpuart2>;
95 pinctrl-1 = <&pinmux_lpuart2_sleep>;
96 pinctrl-names = "default", "sleep";
102 compatible = "fixed-partitions";
103 #address-cells = <1>;
104 #size-cells = <1>;
109 /* The MCUBoot swap-move algorithm uses the last 2 sectors
110 * of the primary slot0 for swap status and move.
113 label = "image-0";
117 label = "image-1";
129 pinctrl-0 = <&pinmux_enet>;
130 pinctrl-names = "default";
131 phy-handle = <&phy>;
132 zephyr,random-mac-address;
133 phy-connection-type = "rmii";
138 pinctrl-0 = <&pinmux_enet_mdio>;
139 pinctrl-names = "default";
144 reset-gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;
145 int-gpios = <&gpio1 22 GPIO_ACTIVE_HIGH>;
146 microchip,interface-type = "rmii";
152 pinctrl-0 = <&pinmux_ptp>;
153 pinctrl-names = "default";
158 current-speed = <115200>;
159 pinctrl-0 = <&pinmux_lpuart1>;
160 pinctrl-1 = <&pinmux_lpuart1_sleep>;
161 pinctrl-names = "default", "sleep";
165 pinctrl-0 = <&pinmux_lpuart2>;
166 pinctrl-1 = <&pinmux_lpuart2_sleep>;
167 pinctrl-names = "default", "sleep";
172 pinctrl-0 = <&pinmux_flexcan1>;
173 pinctrl-names = "default";
175 can-transceiver {
176 max-bitrate = <5000000>;
186 pinctrl-0 = <&pinmux_lpi2c4>;
187 pinctrl-names = "default";
188 scl-gpios = <&gpio3 22 GPIO_ACTIVE_HIGH>;
189 sda-gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
203 /* DMA channels 0 and 1, muxed to LPSPI1 RX and TX */
205 dma-names = "rx", "tx";
206 pinctrl-0 = <&pinmux_lpspi1>;
207 pinctrl-names = "default";
212 pinctrl-0 = <&pinmux_adc1>;
213 pinctrl-names = "default";
234 pinctrl-0 = <&pinmux_usdhc1>;
235 pinctrl-1 = <&pinmux_usdhc1_slow>;
236 pinctrl-2 = <&pinmux_usdhc1_med>;
237 pinctrl-3 = <&pinmux_usdhc1_fast>;
238 pinctrl-names = "default", "slow", "med", "fast";
239 cd-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
240 pwr-gpios = <&gpio3 30 GPIO_ACTIVE_HIGH>;
241 no-1-8-v;
243 compatible = "zephyr,sdmmc-disk";
244 disk-name = "SD";