|
23 | 23 | <&arduino_nano_header 20 0>,
|
24 | 24 | <&arduino_nano_header 21 0>;
|
25 | 25 |
|
| 26 | + pwm-pin-gpios = <&arduino_nano_header 3 0>, |
| 27 | + <&arduino_nano_header 5 0>, |
| 28 | + <&arduino_nano_header 6 0>, |
| 29 | + <&arduino_nano_header 13 0>, |
| 30 | + <&arduino_nano_header 9 0>, |
| 31 | + <&arduino_nano_header 10 0>, |
| 32 | + <&arduino_nano_header 11 0>; |
| 33 | + |
| 34 | + adc-pin-gpios = <&arduino_nano_header 14 0>, |
| 35 | + <&arduino_nano_header 15 0>, |
| 36 | + <&arduino_nano_header 16 0>, |
| 37 | + <&arduino_nano_header 17 0>, |
| 38 | + <&arduino_nano_header 18 0>, |
| 39 | + <&arduino_nano_header 19 0>, |
| 40 | + <&arduino_nano_header 20 0>, |
| 41 | + <&arduino_nano_header 21 0>; |
| 42 | + |
| 43 | + builtin-led-gpios = <&arduino_nano_header 13 0>; |
| 44 | + |
26 | 45 | pwms = <&pwm1 1 255 PWM_POLARITY_NORMAL>,
|
27 | 46 | <&pwm1 2 255 PWM_POLARITY_NORMAL>,
|
28 | 47 | <&pwm1 3 255 PWM_POLARITY_NORMAL>,
|
29 | 48 | <&pwm2 0 255 PWM_POLARITY_NORMAL>,
|
30 | 49 | <&pwm2 1 255 PWM_POLARITY_NORMAL>,
|
31 | 50 | <&pwm2 2 255 PWM_POLARITY_NORMAL>,
|
32 | 51 | <&pwm2 3 255 PWM_POLARITY_NORMAL>;
|
33 |
| - pwm-pins = <3 5 6 13 9 10 11>; |
34 | 52 |
|
35 | 53 | io-channels = <&adc 2>,
|
36 | 54 | <&adc 3>,
|
|
40 | 58 | <&adc 0>,
|
41 | 59 | <&adc 4>,
|
42 | 60 | <&adc 1>;
|
43 |
| - io-channel-pins = <14 15 16 17 18 19 20 21>; |
44 | 61 |
|
45 | 62 | serials = <&uart0>;
|
46 | 63 | i2cs = <&arduino_nano_i2c>;
|
47 |
| - |
48 |
| - builtin-led-gpios = <&arduino_nano_header 13 0>; |
49 | 64 | };
|
50 | 65 | };
|
51 | 66 |
|
|
0 commit comments