15 lines
189 B
Plaintext
15 lines
189 B
Plaintext
|
/*
|
||
|
* Copyright 2022 NXP
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
/* Use cortex systick as hardware timer */
|
||
|
&systick {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&gpt_hw_timer {
|
||
|
status = "disabled";
|
||
|
};
|