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 37801b4 commit 93ffddcCopy full SHA for 93ffddc
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 {
@@ -130,3 +131,14 @@
130
131
pinctrl-0 = <&adc1_in1_pa0>;
132
status = "okay";
133
134
+
135
+&can1 {
136
+ pinctrl-0 = <&fdcan1_rx_pa11 &fdcan1_tx_pa12>;
137
+ bus-speed = <125000>;
138
+ sjw = <1>;
139
+ sample-point = <875>;
140
+ bus-speed-data = <1000000>;
141
+ sjw-data = <1>;
142
+ sample-point-data = <875>;
143
+ status = "okay";
144
+};
boards/arm/nucleo_g474re/nucleo_g474re.yaml
@@ -21,3 +21,5 @@ supported:
- spi
- watchdog
- adc
+ - can
25
+ - canfd
0 commit comments