1/* 2 * Copyright 2023-2024 NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7&ctimer1 { 8 status = "okay"; 9}; 10 11&ctimer2 { 12 status = "okay"; 13}; 14 15&ctimer3 { 16 status = "okay"; 17}; 18 19&mrt0_channel1 { 20 status = "okay"; 21}; 22 23&mrt0_channel3 { 24 status = "okay"; 25}; 26 27&mrt1_channel2 { 28 status = "okay"; 29}; 30 31&mrt1_channel3 { 32 status = "okay"; 33}; 34 35/* 36 * For testing purposes, free up memory spaces not needed by the testing. 37 */ 38&smu1 { 39 smu1_data: memory@0 { 40 /delete-property/ zephyr,memory-attr; 41 }; 42}; 43 44&smu2 { 45 smu2_data: memory@0 { 46 /delete-property/ zephyr,memory-attr; 47 }; 48}; 49