1/* 2 * Copyright 2024 NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7&pit1_channel0 { 8 status = "okay"; 9}; 10 11&pit1_channel1 { 12 status = "okay"; 13}; 14 15/* channel 2 disabled to test disabled channel not breaking things */ 16 17&pit1_channel3 { 18 status = "okay"; 19}; 20 21&pit2_channel0 { 22 status = "okay"; 23}; 24 25&pit2_channel1 { 26 status = "okay"; 27}; 28 29/* channel 2 disabled to test disabled channel not breaking things */ 30 31&pit2_channel3 { 32 status = "okay"; 33}; 34