1/* 2 * Copyright 2024 NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7&pit0_channel0 { 8 status = "okay"; 9}; 10 11&pit0_channel1 { 12 status = "okay"; 13}; 14 15/* channel 2 disabled to test disabled channel not breaking things */ 16 17&pit0_channel3 { 18 status = "okay"; 19}; 20 21&qtmr1_timer0 { 22 status = "okay"; 23 primary_source = "kQTMR_ClockDivide_128"; 24 mode = "kQTMR_PriSrcRiseEdge"; 25}; 26