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>
This commit is contained in:
Michael Hope 2025-04-26 12:17:51 +00:00 committed by Benjamin Cabé
parent 37190890d6
commit badce120be
3 changed files with 12 additions and 0 deletions

View File

@ -68,6 +68,10 @@
clocks = <&pll>;
};
&exti {
status = "okay";
};
&gpioc {
status = "okay";
};

View File

@ -75,6 +75,10 @@
clocks = <&pll>;
};
&exti {
status = "okay";
};
&gpioc {
status = "okay";
};

View File

@ -69,6 +69,10 @@
clocks = <&pll>;
};
&exti {
status = "okay";
};
&gpioa {
status = "okay";
};