We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7397881 commit 24b5741Copy full SHA for 24b5741
boards/arm/xmc47_relax_kit/arduino_r3_connector.dtsi
@@ -30,26 +30,30 @@
30
<18 0 &gpio3 7 0>, /* D12 */
31
<19 0 &gpio3 9 0>, /* D13 */
32
<20 0 &gpio3 15 0>, /* D14 */
33
- <21 0 &gpio3 13 0>; /* D15 */
+ <21 0 &gpio0 13 0>; /* D15 */
34
};
35
36
37
-&gpio14 {
+&gpio0 {
38
status = "okay";
39
40
41
-&gpio2 {
+&gpio1 {
42
43
44
45
-&gpio1 {
+&gpio2 {
46
47
48
49
&gpio3 {
50
51
52
53
+&gpio14 {
54
+ status = "okay";
55
+};
56
+
57
arduino_spi: &usic2ch0 {};
58
arduino_serial: &usic1ch0 {};
59
/* The drivers for i2c not yet implemented. Add placeholder in the */
0 commit comments