Skip to content

Commit ececbf8

Browse files
committed
dnm: additional dts definitions for draft evaluation.
This commit should be removed once the pr is not in draft status anymore. It adds some additionl definitions which are not intended to be merged. Those definitions enable 2 can instances and the shared irq driver on the nucleo_g0b1re board. Signed-off-by: Thomas Stranger <[email protected]>
1 parent 94b215e commit ececbf8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

boards/arm/nucleo_g0b1re/nucleo_g0b1re.dts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,14 @@
129129
pinctrl-0 = <&dac1_out1_pa4>;
130130
};
131131

132+
&shared_irq21 {
133+
status = "okay";
134+
};
135+
136+
&shared_irq22 {
137+
status = "okay";
138+
};
139+
132140
&can1 {
133141
pinctrl-0 = <&fdcan1_rx_pa11 &fdcan1_tx_pa12>;
134142
bus-speed = <125000>;
@@ -140,6 +148,17 @@
140148
status = "okay";
141149
};
142150

151+
&can2 {
152+
pinctrl-0 = <&fdcan2_rx_pb5 &fdcan2_tx_pb6>;
153+
bus-speed = <125000>;
154+
sjw = <1>;
155+
sample-point = <875>;
156+
bus-speed-data = <1000000>;
157+
sjw-data = <1>;
158+
sample-point-data = <875>;
159+
status = "okay";
160+
};
161+
143162
&flash0 {
144163
partitions {
145164
compatible = "fixed-partitions";

0 commit comments

Comments
 (0)