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:
Thomas Stranger 2022-09-03 22:01:56 +02:00 committed by Fabio Baltieri
commit 9d806b1bb5

View file

@ -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>;