1/*
2 * Copyright 2023 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&mrt_channel1 {
8	status = "okay";
9};
10
11/* channel 2 disabled to test disabled channel not breaking things */
12
13&mrt_channel3 {
14	status = "okay";
15};
16