Skip to content

Commit badce12

Browse files
nzmichaelhkartben
authored andcommitted
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 3719089 commit badce12

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
@@ -75,6 +75,10 @@
7575
clocks = <&pll>;
7676
};
7777

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

boards/wch/linkw/linkw.dts

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

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

0 commit comments

Comments
 (0)