blob: edec7e2938d6145a3fadb57ae131a1bcad2dcc1b [file] [log] [blame]
/*
* Copyright (c) 2022, NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Disable GPT timer and use systick for better timer accuracy
*/
&systick {
status = "okay";
};
&gpt_hw_timer {
status = "disabled";
};