Lines Matching +full:miso +full:- +full:gpios
3 * Copyright 2022-2023 NXP
5 * SPDX-License-Identifier: Apache-2.0
8 #include "lpcxpresso55s06-pinctrl.dtsi"
9 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 zephyr,code-partition = &slot0_partition;
16 zephyr,uart-mcumgr = &flexcomm0;
18 zephyr,shell-uart = &flexcomm0;
20 zephyr,flash-controller = &iap;
31 usart-0 = &flexcomm0;
32 mcuboot-button0 = &btn_wk;
36 compatible = "gpio-leds";
38 gpios = <&gpio0 22 0>;
42 gpios = <&gpio0 21 0>;
46 gpios = <&gpio0 18 0>;
52 compatible = "gpio-keys";
55 gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
60 gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
65 gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
70 mikrobus_header: mikrobus-connector {
71 compatible = "mikro-bus";
72 #gpio-cells = <2>;
73 gpio-map-mask = <0xffffffff 0xffffffc0>;
74 gpio-map-pass-thru = <0 0x3f>;
75 gpio-map = <0 0 &gpio0 16 0>, /* AN */
79 <4 0 &gpio1 3 0>, /* MISO */
93 arduino_header: arduino-connector {
94 compatible = "arduino-header-r3";
95 #gpio-cells = <2>;
96 gpio-map-mask = <0xffffffff 0xffffffc0>;
97 gpio-map-pass-thru = <0 0x3f>;
98 gpio-map = <0 0 &gpio0 16 0>, /* A0 */
123 compatible = "fixed-partitions";
124 #address-cells = <1>;
125 #size-cells = <1>;
131 label = "image-0";
135 label = "image-1";
148 compatible = "nxp,lpc-usart";
149 current-speed = <115200>;
150 pinctrl-0 = <&pinmux_flexcomm0_usart>;
151 pinctrl-names = "default";
156 pinctrl-0 = <&pinmux_can0>;
157 pinctrl-names = "default";
159 can-transceiver {
160 max-bitrate = <5000000>;