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 <erwan.gouriou@linaro.org>
This commit is contained in:
parent
ce0b918b50
commit
352969bfa3
|
@ -83,7 +83,7 @@
|
|||
};
|
||||
|
||||
&i2c1 {
|
||||
pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>;
|
||||
pinctrl-0 = <&i2c1_scl_remap1_pb8 &i2c1_sda_remap1_pb9>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
clock-frequency = <I2C_BITRATE_FAST>;
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
};
|
||||
|
||||
&usart3 {
|
||||
pinctrl-0 = <&usart3_tx_pc10 &usart3_rx_pc11>;
|
||||
pinctrl-0 = <&usart3_tx_remap1_pc10 &usart3_rx_remap1_pc11>;
|
||||
pinctrl-names = "default";
|
||||
current-speed = <115200>;
|
||||
};
|
||||
|
|
|
@ -161,7 +161,7 @@ zephyr_udc0: &usb {
|
|||
};
|
||||
|
||||
&can1 {
|
||||
pinctrl-0 = <&can_rx_pb8 &can_tx_pb9>;
|
||||
pinctrl-0 = <&can_rx_remap1_pb8 &can_tx_remap1_pb9>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
phys = <&transceiver0>;
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
};
|
||||
|
||||
&usart2 {
|
||||
pinctrl-0 = <&usart2_tx_pd5 &usart2_rx_pd6>;
|
||||
pinctrl-0 = <&usart2_tx_remap1_pd5 &usart2_rx_remap1_pd6>;
|
||||
pinctrl-names = "default";
|
||||
current-speed = <115200>;
|
||||
status = "okay";
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
};
|
||||
|
||||
&i2c1 {
|
||||
pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>;
|
||||
pinctrl-0 = <&i2c1_scl_remap1_pb8 &i2c1_sda_remap1_pb9>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
clock-frequency = <I2C_BITRATE_FAST>;
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
};
|
||||
|
||||
&can1 {
|
||||
pinctrl-0 = <&can_rx_pb8 &can_tx_pb9>;
|
||||
pinctrl-0 = <&can_rx_remap1_pb8 &can_tx_remap1_pb9>;
|
||||
pinctrl-names = "default";
|
||||
/*
|
||||
* make sure CAN and USB are not enabled at the same time
|
||||
|
|
Loading…
Reference in a new issue