boards: nucleo_g474re: add dts domain clock selection for fdcan
Domain clock selection is going to be moved from Kconfig to devicetree, therefore make sure the same default clock is selected on this board. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
This commit is contained in:
parent
8af9d3b960
commit
9d806b1bb5
1 changed files with 2 additions and 0 deletions
|
@ -181,6 +181,8 @@
|
|||
};
|
||||
|
||||
&can1 {
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x02000000>,
|
||||
<&rcc STM32_SRC_HSE FDCAN_SEL(0)>;
|
||||
pinctrl-0 = <&fdcan1_rx_pa11 &fdcan1_tx_pa12>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue