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 zephyrproject-rtos#9 pin, not #0.

Signed-off-by: TOKITA Hiroshi <[email protected]>
  • Loading branch information
soburi authored and ashiroji committed Mar 19, 2024
1 parent b5976f1 commit 244d908
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 244d908

Please sign in to comment.