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:
parent
2026a0328b
commit
c0180fd72f
3 changed files with 12 additions and 0 deletions
|
@ -174,3 +174,7 @@
|
|||
&edma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&systick {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -205,3 +205,7 @@
|
|||
&edma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&systick {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -171,3 +171,7 @@ zephyr_udc0: &usb1 {
|
|||
pinctrl-3 = <&pinmux_usdhc1_fast>;
|
||||
pinctrl-names = "default", "slow", "med", "fast";
|
||||
};
|
||||
|
||||
&systick {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue