Skip to content

Commit

Permalink
dts: bindings: gpio: arduino-mkr-header: Correct wrong D9/SCK pin number
Browse files Browse the repository at this point in the history
D9/SCK pin is #9 pin, not #0.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
  • Loading branch information
soburi authored and dleach02 committed Mar 13, 2024
1 parent be9a85b commit ba46cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/bindings/gpio/arduino-mkr-header.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ description: |
21 A6/D21 D12/SCL 12
0 D0 D11/SDA 11
1 D1 D10/CPIO 10
2 D2 D9/SCK 0
2 D2 D9/SCK 9
3 D3 D8/COPI 8
4 D4 D7 7
5 D5 D6 6
Expand Down

0 comments on commit ba46cd0

Please sign in to comment.