1/* 2 * Copyright (c) 2024 TOKITA Hiroshi 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/ { 8 arduino_header: connector { 9 compatible = "arduino-header-r3"; 10 #gpio-cells = <2>; 11 gpio-map-mask = <0xffffffff 0xffffffc0>; 12 gpio-map-pass-thru = <0 0x3f>; 13 gpio-map = 14 <0 0 &pico_header 26 0>, /* A0 */ 15 <1 0 &pico_header 27 0>, /* A1 */ 16 <2 0 &pico_header 28 0>, /* A2 */ 17 <3 0 &pico_header 13 0>, /* A3 */ 18 <4 0 &pico_header 14 0>, /* A4 */ 19 <5 0 &pico_header 15 0>, /* A5 */ 20 <6 0 &pico_header 1 0>, /* D0 */ 21 <7 0 &pico_header 0 0>, /* D1 */ 22 <8 0 &pico_header 4 0>, /* D2 */ 23 <9 0 &pico_header 5 0>, /* D3 */ 24 <10 0 &pico_header 6 0>, /* D4 */ 25 <11 0 &pico_header 7 0>, /* D5 */ 26 <12 0 &pico_header 8 0>, /* D6 */ 27 <13 0 &pico_header 9 0>, /* D7 */ 28 <14 0 &pico_header 2 0>, /* D8 */ 29 <15 0 &pico_header 3 0>, /* D9 */ 30 <16 0 &pico_header 17 0>, /* D10 */ 31 <17 0 &pico_header 19 0>, /* D11 */ 32 <18 0 &pico_header 16 0>, /* D12 */ 33 <19 0 &pico_header 18 0>, /* D13 */ 34 <20 0 &pico_header 20 0>, /* D14 */ 35 <21 0 &pico_header 21 0>; /* D15 */ 36 }; 37}; 38 39arduino_spi: &pico_spi {}; 40arduino_i2c: &pico_i2c0 {}; 41arduino_serial: &pico_serial {}; 42