Skip to content

Commit 352969b

Browse files
erwangombolivar-nordic
authored andcommitted
boards: stm32f1: Use new pin nodes names which include remap information
Pin nodes names for stm32f1 devices now hold the remap information. Convert existing users. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent ce0b918 commit 352969b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

boards/arm/nucleo_f103rb/nucleo_f103rb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
};
8484

8585
&i2c1 {
86-
pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>;
86+
pinctrl-0 = <&i2c1_scl_remap1_pb8 &i2c1_sda_remap1_pb9>;
8787
pinctrl-names = "default";
8888
status = "okay";
8989
clock-frequency = <I2C_BITRATE_FAST>;

boards/arm/olimex_stm32_h103/olimex_stm32_h103.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
};
7575

7676
&usart3 {
77-
pinctrl-0 = <&usart3_tx_pc10 &usart3_rx_pc11>;
77+
pinctrl-0 = <&usart3_tx_remap1_pc10 &usart3_rx_remap1_pc11>;
7878
pinctrl-names = "default";
7979
current-speed = <115200>;
8080
};

boards/arm/olimexino_stm32/olimexino_stm32.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ zephyr_udc0: &usb {
161161
};
162162

163163
&can1 {
164-
pinctrl-0 = <&can_rx_pb8 &can_tx_pb9>;
164+
pinctrl-0 = <&can_rx_remap1_pb8 &can_tx_remap1_pb9>;
165165
pinctrl-names = "default";
166166
bus-speed = <125000>;
167167
phys = <&transceiver0>;

boards/arm/stm3210c_eval/stm3210c_eval.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
};
6464

6565
&usart2 {
66-
pinctrl-0 = <&usart2_tx_pd5 &usart2_rx_pd6>;
66+
pinctrl-0 = <&usart2_tx_remap1_pd5 &usart2_rx_remap1_pd6>;
6767
pinctrl-names = "default";
6868
current-speed = <115200>;
6969
status = "okay";

boards/arm/stm32f103_mini/stm32f103_mini.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
};
7272

7373
&i2c1 {
74-
pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>;
74+
pinctrl-0 = <&i2c1_scl_remap1_pb8 &i2c1_sda_remap1_pb9>;
7575
pinctrl-names = "default";
7676
status = "okay";
7777
clock-frequency = <I2C_BITRATE_FAST>;

boards/arm/waveshare_open103z/waveshare_open103z.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
};
140140

141141
&can1 {
142-
pinctrl-0 = <&can_rx_pb8 &can_tx_pb9>;
142+
pinctrl-0 = <&can_rx_remap1_pb8 &can_tx_remap1_pb9>;
143143
pinctrl-names = "default";
144144
/*
145145
* make sure CAN and USB are not enabled at the same time

0 commit comments

Comments
 (0)