Skip to content

Commit 24b5741

Browse files
talih0carlescufi
authored andcommitted
boards: arm: xmc47_relax_kit: Fix D15 arudiono r3 connector mapping
D15 is connected to P0.13 not P3.13. Also put gpios in numberical order. Signed-off-by: Andriy Gelman <[email protected]>
1 parent 7397881 commit 24b5741

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

boards/arm/xmc47_relax_kit/arduino_r3_connector.dtsi

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,30 @@
3030
<18 0 &gpio3 7 0>, /* D12 */
3131
<19 0 &gpio3 9 0>, /* D13 */
3232
<20 0 &gpio3 15 0>, /* D14 */
33-
<21 0 &gpio3 13 0>; /* D15 */
33+
<21 0 &gpio0 13 0>; /* D15 */
3434
};
3535
};
3636

37-
&gpio14 {
37+
&gpio0 {
3838
status = "okay";
3939
};
4040

41-
&gpio2 {
41+
&gpio1 {
4242
status = "okay";
4343
};
4444

45-
&gpio1 {
45+
&gpio2 {
4646
status = "okay";
4747
};
4848

4949
&gpio3 {
5050
status = "okay";
5151
};
5252

53+
&gpio14 {
54+
status = "okay";
55+
};
56+
5357
arduino_spi: &usic2ch0 {};
5458
arduino_serial: &usic1ch0 {};
5559
/* The drivers for i2c not yet implemented. Add placeholder in the */

0 commit comments

Comments
 (0)