Skip to content

Commit c14a756

Browse files
str4t0mfabiobaltieri
authored andcommitted
dts: arm: st: c0: stm32c091 set exti lines to 32
The line does not have usb, and therefore no exti line at 36. Signed-off-by: Thomas Stranger <[email protected]>
1 parent 20efb9e commit c14a756

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dts/arm/st/c0/stm32c091.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@
6969
};
7070
};
7171
};
72+
73+
&exti {
74+
num-lines = <32>;
75+
};

0 commit comments

Comments
 (0)