1/* 2 * Copyright 2022-2023 NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/dts-v1/; 8#include <dt-bindings/clock/nxp_s32z2_clock.h> 9#include <arm/nxp/nxp_s32z27x_rtu1_r52.dtsi> 10#include "s32z270dc2_r52.dtsi" 11 12/ { 13 model = "NXP X-S32Z270-DC (DC2) on RTU1 Cortex-R52 cores"; 14 compatible = "nxp,s32z270"; 15 16 chosen { 17 zephyr,sram = &sram1; 18 zephyr,console = &uart0; 19 zephyr,shell-uart = &uart0; 20 zephyr,canbus = &can0; 21 }; 22 23 aliases { 24 watchdog0 = &swt0; 25 }; 26}; 27 28&mru4 { 29 rx-channels = <1>; 30 status = "okay"; 31}; 32 33&enetc_psi0 { 34 mboxes = <&mru4 0>; 35 mbox-names = "rx"; 36}; 37