|
1 | 1 | / {
|
2 | 2 | zephyr,user {
|
3 |
| - d0_gpios = <&arduino_nano_header 0 0>; |
4 |
| - d1_gpios = <&arduino_nano_header 1 0>; |
5 |
| - d2_gpios = <&arduino_nano_header 2 0>; |
6 |
| - d3_gpios = <&arduino_nano_header 3 0>; |
7 |
| - d4_gpios = <&arduino_nano_header 4 0>; |
8 |
| - d5_gpios = <&arduino_nano_header 5 0>; |
9 |
| - d6_gpios = <&arduino_nano_header 6 0>; |
10 |
| - d7_gpios = <&arduino_nano_header 7 0>; |
11 |
| - d8_gpios = <&arduino_nano_header 8 0>; |
12 |
| - d9_gpios = <&arduino_nano_header 9 0>; |
13 |
| - d10_gpios = <&arduino_nano_header 10 0>; |
14 |
| - d11_gpios = <&arduino_nano_header 11 0>; |
15 |
| - d12_gpios = <&arduino_nano_header 12 0>; |
16 |
| - d13_gpios = <&arduino_nano_header 13 0>; |
17 |
| - d14_gpios = <&arduino_nano_header 14 0>; /* D14 / A0 */ |
18 |
| - d15_gpios = <&arduino_nano_header 15 0>; |
19 |
| - d16_gpios = <&arduino_nano_header 16 0>; |
20 |
| - d17_gpios = <&arduino_nano_header 17 0>; |
21 |
| - d18_gpios = <&arduino_nano_header 18 0>; /* D18 / A4 / I2C-SDA */ |
22 |
| - d19_gpios = <&arduino_nano_header 19 0>; /* D19 / A5 / I2C-SCL */ |
23 |
| - d20_gpios = <&arduino_nano_header 20 0>; |
24 |
| - d21_gpios = <&arduino_nano_header 21 0>; |
| 3 | + digital-pin-gpios = <&arduino_nano_header 0 0>, |
| 4 | + <&arduino_nano_header 1 0>, |
| 5 | + <&arduino_nano_header 2 0>, |
| 6 | + <&arduino_nano_header 3 0>, |
| 7 | + <&arduino_nano_header 4 0>, |
| 8 | + <&arduino_nano_header 5 0>, |
| 9 | + <&arduino_nano_header 6 0>, |
| 10 | + <&arduino_nano_header 7 0>, |
| 11 | + <&arduino_nano_header 8 0>, |
| 12 | + <&arduino_nano_header 9 0>, |
| 13 | + <&arduino_nano_header 10 0>, |
| 14 | + <&arduino_nano_header 11 0>, |
| 15 | + <&arduino_nano_header 12 0>, |
| 16 | + <&arduino_nano_header 13 0>, |
| 17 | + <&arduino_nano_header 14 0>, /* D14 / A0 */ |
| 18 | + <&arduino_nano_header 15 0>, |
| 19 | + <&arduino_nano_header 16 0>, |
| 20 | + <&arduino_nano_header 17 0>, |
| 21 | + <&arduino_nano_header 18 0>, /* D18 / A4 / I2C-SDA */ |
| 22 | + <&arduino_nano_header 19 0>, /* D19 / A5 / I2C-SCL */ |
| 23 | + <&arduino_nano_header 20 0>, |
| 24 | + <&arduino_nano_header 21 0>; |
25 | 25 |
|
26 | 26 | pwms = <&pwm1 1 255 PWM_POLARITY_NORMAL>,
|
27 | 27 | <&pwm1 2 255 PWM_POLARITY_NORMAL>,
|
|
0 commit comments