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:
parent
37190890d6
commit
badce120be
@ -68,6 +68,10 @@
|
||||
clocks = <&pll>;
|
||||
};
|
||||
|
||||
&exti {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpioc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@ -75,6 +75,10 @@
|
||||
clocks = <&pll>;
|
||||
};
|
||||
|
||||
&exti {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpioc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@ -69,6 +69,10 @@
|
||||
clocks = <&pll>;
|
||||
};
|
||||
|
||||
&exti {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpioa {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user