boards: arm: enable systick in devicetree

For the mm_feather, mm_swiftio, and teensy4 based boards enable
systick in the devicetree as that is how their configs are currently
defined.

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-09-08 10:26:32 -05:00 committed by Fabio Baltieri
commit c0180fd72f
3 changed files with 12 additions and 0 deletions

View file

@ -174,3 +174,7 @@
&edma0 {
status = "okay";
};
&systick {
status = "okay";
};

View file

@ -205,3 +205,7 @@
&edma0 {
status = "okay";
};
&systick {
status = "okay";
};

View file

@ -171,3 +171,7 @@ zephyr_udc0: &usb1 {
pinctrl-3 = <&pinmux_usdhc1_fast>;
pinctrl-names = "default", "slow", "med", "fast";
};
&systick {
status = "okay";
};