We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f8524 commit 3e9d87fCopy full SHA for 3e9d87f
boards/arm/nucleo_g474re/nucleo_g474re.dts
@@ -18,6 +18,7 @@
18
zephyr,shell-uart = &lpuart1;
19
zephyr,sram = &sram0;
20
zephyr,flash = &flash0;
21
+ zephyr,can-primary = &can1;
22
};
23
24
leds {
@@ -153,3 +154,14 @@
153
154
pinctrl-0 = <&adc1_in1_pa0>;
155
status = "okay";
156
157
+
158
+&can1 {
159
+ pinctrl-0 = <&fdcan1_rx_pa11 &fdcan1_tx_pa12>;
160
+ bus-speed = <125000>;
161
+ sjw = <1>;
162
+ sample-point = <875>;
163
+ bus-speed-data = <1000000>;
164
+ sjw-data = <1>;
165
+ sample-point-data = <875>;
166
+ status = "okay";
167
+};
boards/arm/nucleo_g474re/nucleo_g474re.yaml
@@ -22,3 +22,5 @@ supported:
- watchdog
- adc
- dma
25
+ - can
26
+ - canfd
0 commit comments