Lines Matching +full:gpio1 +full:- +full:gpios
5 * SPDX-License-Identifier: Apache-2.0
8 #include "lpcxpresso55s16-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;
21 zephyr,flash-controller = &iap;
31 usart-0 = &flexcomm0;
34 mcuboot-button0 = &btn_wk;
38 compatible = "gpio-leds";
40 gpios = <&gpio1 4 0>;
44 gpios = <&gpio1 7 0>;
48 gpios = <&gpio1 6 0>;
54 compatible = "gpio-keys";
57 gpios = <&gpio1 18 GPIO_ACTIVE_LOW>;
62 gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
67 gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
72 mikrobus_header: mikrobus-connector {
73 compatible = "mikro-bus";
74 #gpio-cells = <2>;
75 gpio-map-mask = <0xffffffff 0xffffffc0>;
76 gpio-map-pass-thru = <0 0x3f>;
77 gpio-map = <0 0 &gpio0 16 0>, /* AN */
79 <2 0 &gpio1 1 0>, /* CS */
80 <3 0 &gpio1 2 0>, /* SCK */
81 <4 0 &gpio1 3 0>, /* MISO */
85 <6 0 &gpio1 5 0>, /* PWM */
86 <7 0 &gpio1 18 0>, /* INT */
87 <8 0 &gpio1 24 0>, /* RX */
89 <10 0 &gpio1 20 0>, /* SCL */
90 <11 0 &gpio1 21 0>; /* SDA */
95 arduino_header: arduino-connector {
96 compatible = "arduino-header-r3";
97 #gpio-cells = <2>;
98 gpio-map-mask = <0xffffffff 0xffffffc0>;
99 gpio-map-pass-thru = <0 0x3f>;
100 gpio-map = <0 0 &gpio0 16 0>, /* A0 */
104 /* <3 0 &gpio1 31 0>,*/ /* A3 */
107 <6 0 &gpio1 24 0>, /* D0 */
110 <9 0 &gpio1 6 0>, /* D3 */
111 <10 0 &gpio1 7 0>, /* D4 */
112 <11 0 &gpio1 4 0>, /* D5 */
113 <12 0 &gpio1 10 0>, /* D6 */
114 <13 0 &gpio1 9 0>, /* D7 */
115 <14 0 &gpio1 8 0>, /* D8 */
116 <15 0 &gpio1 5 0>, /* D9 */
117 <16 0 &gpio1 1 0>, /* D10 */
119 <18 0 &gpio1 3 0>, /* D12 */
120 <19 0 &gpio1 2 0>, /* D13 */
121 <20 0 &gpio1 21 0>, /* D14 */
122 <21 0 &gpio1 20 0>; /* D15 */
128 compatible = "nxp,lpc-usart";
129 current-speed = <115200>;
130 pinctrl-0 = <&pinmux_flexcomm0_usart>;
131 pinctrl-names = "default";
136 compatible = "nxp,lpc-i2c";
137 clock-frequency = <I2C_BITRATE_STANDARD>;
138 #address-cells = <1>;
139 #size-cells = <0>;
140 pinctrl-0 = <&pinmux_flexcomm4_i2c>;
141 pinctrl-names = "default";
146 int1-gpios = <&gpio1 26 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
152 pinctrl-0 = <&pinmux_can0>;
153 pinctrl-names = "default";
155 can-transceiver {
156 max-bitrate = <5000000>;
162 pinctrl-0 = <&pinmux_hs_lspi>;
163 pinctrl-names = "default";
188 compatible = "fixed-partitions";
189 #address-cells = <1>;
190 #size-cells = <1>;
196 label = "image-0";
200 label = "image-1";