1/* 2 * Copyright 2024 NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/ { 8 aliases { 9 die-temp0 = &temp0; 10 }; 11}; 12 13&temp0 { 14 status = "okay"; 15}; 16