Skip to content

Commit 96cc4c5

Browse files
committed
boards: enable the WCH EXTI peripheral on all WCH boards
Now that Zephyr has support, enable by default. Signed-off-by: Michael Hope <michaelh@juju.nz>
1 parent 73e4f66 commit 96cc4c5

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-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/ch32v006evt/ch32v006evt.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
clocks = <&pll>;
7575
};
7676

77+
&exti {
78+
status = "okay";
79+
};
80+
7781
&gpioc {
7882
status = "okay";
7983
};

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)