1/* 2 * Copyright (c) 2022, NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/* Disable GPT timer and use systick for better timer accuracy 8 */ 9&systick { 10 status = "okay"; 11}; 12 13&gpt_hw_timer { 14 status = "disabled"; 15}; 16