dts: Fix varying baudrate settings for CAN
This commit fixes the varying baudrate settings for the STM32L4 and STM32F072. Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
This commit is contained in:
parent
666cf22c60
commit
a2ddfe9863
2 changed files with 4 additions and 4 deletions
|
@ -59,7 +59,7 @@
|
|||
&can1 {
|
||||
pinctrl-0 = <&can_pins_a>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <250000>;
|
||||
bus-speed = <125000>;
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
|
|
|
@ -276,10 +276,10 @@
|
|||
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x02000000>; //RCC_APB1ENR1_CAN1EN
|
||||
status = "disabled";
|
||||
label = "CAN_1";
|
||||
bus-speed = <250000>;
|
||||
bus-speed = <125000>;
|
||||
sjw = <1>;
|
||||
prop_seg_phase_seg1 = <5>;
|
||||
phase_seg2 = <6>;
|
||||
prop_seg_phase_seg1 = <4>;
|
||||
phase_seg2 = <5>;
|
||||
};
|
||||
|
||||
rtc: rtc@40002800 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue