Skip to content

Commit 77698e8

Browse files
committed
boards: arduino_portenta_h7, arduino_giga_r1: fix can1 device name
This has been renamed to fdcan1/fdcan2 in 03f2069 but this board was left out somehow. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent f66b731 commit 77698e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

boards/arm/arduino_giga_r1/arduino_giga_r1_m7.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
zephyr,bt-uart = &uart7;
2121
zephyr,sram = &sram0;
2222
zephyr,flash = &flash0;
23-
zephyr,canbus = &can2;
23+
zephyr,canbus = &fdcan2;
2424
zephyr,code-partition = &slot0_partition;
2525
};
2626

@@ -134,7 +134,7 @@
134134
pinctrl-names = "default";
135135
};
136136

137-
&can2 {
137+
&fdcan2 {
138138
status = "okay";
139139
pinctrl-0 = <&fdcan2_tx_pb13 &fdcan2_rx_pb5>;
140140
pinctrl-names = "default";

boards/arm/arduino_portenta_h7/arduino_portenta_h7-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
pinctrl-names = "default";
103103
};
104104

105-
&can1 {
105+
&fdcan1 {
106106
pinctrl-0 = <&fdcan1_rx_pb8 &fdcan1_tx_ph13>;
107107
pinctrl-names = "default";
108108
};

0 commit comments

Comments
 (0)