19 lines
294 B
Plaintext
19 lines
294 B
Plaintext
/*
|
|
* Copyright 2022 NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include <arm/nxp/nxp_s32z27x_rtu1_r52.dtsi>
|
|
#include "s32z270dc2_r52.dtsi"
|
|
|
|
/ {
|
|
model = "NXP X-S32Z270-DC (DC2) on RTU1 Cortex-R52 cores";
|
|
compatible = "nxp,s32z270";
|
|
|
|
chosen {
|
|
zephyr,sram = &sram1;
|
|
};
|
|
};
|