Skip to content

Commit bf5e86b

Browse files
committed
boards: enable the WCH EXTI peripheral on all WCH boards
Signed-off-by: Michael Hope <michaelh@juju.nz>
1 parent 33f55b1 commit bf5e86b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

boards/wch/ch32v003evt/ch32v003evt.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
clocks = <&pll>;
6969
};
7070

71+
&exti {
72+
status = "okay";
73+
};
74+
7175
&gpioc {
7276
status = "okay";
7377
};

boards/wch/linkw/linkw.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
clocks = <&pll>;
6969
};
7070

71+
&exti {
72+
status = "okay";
73+
};
74+
7175
&gpioa {
7276
status = "okay";
7377
};

0 commit comments

Comments
 (0)