Lines Matching +full:gpio1 +full:- +full:gpios
4 * SPDX-License-Identifier: Apache-2.0
9 compatible = "gpio-leds";
11 gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
15 gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
19 gpios = <&gpio0 30 GPIO_ACTIVE_LOW>;
23 gpios = <&gpio0 31 GPIO_ACTIVE_LOW>;
29 compatible = "gpio-keys";
31 gpios = <&gpio0 23 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
36 gpios = <&gpio0 24 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
41 gpios = <&gpio0 8 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
46 gpios = <&gpio0 9 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
53 compatible = "arduino-header-r3";
54 #gpio-cells = <2>;
55 gpio-map-mask = <0xffffffff 0xffffffc0>;
56 gpio-map-pass-thru = <0 0x3f>;
57 gpio-map = <0 0 &gpio0 4 0>, /* A0 */
63 <6 0 &gpio1 0 0>, /* D0 */
64 <7 0 &gpio1 1 0>, /* D1 */
65 <8 0 &gpio1 4 0>, /* D2 */
66 <9 0 &gpio1 5 0>, /* D3 */
67 <10 0 &gpio1 6 0>, /* D4 */
68 <11 0 &gpio1 7 0>, /* D5 */
69 <12 0 &gpio1 8 0>, /* D6 */
70 <13 0 &gpio1 9 0>, /* D7 */
71 <14 0 &gpio1 10 0>, /* D8 */
72 <15 0 &gpio1 11 0>, /* D9 */
73 <16 0 &gpio1 12 0>, /* D10 */
74 <17 0 &gpio1 13 0>, /* D11 */
75 <18 0 &gpio1 14 0>, /* D12 */
76 <19 0 &gpio1 15 0>, /* D13 */
77 <20 0 &gpio1 2 0>, /* D14 */
78 <21 0 &gpio1 3 0>; /* D15 */
91 bootloader-led0 = &led0;
92 mcuboot-button0 = &button0;
93 mcuboot-led0 = &led0;