Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
0002 /*
0003  * Copyright (c) 2021 SUSE LLC
0004  * Copyright (c) 2019-2021 NXP
0005  */
0006 
0007 /dts-v1/;
0008 
0009 #include "s32g2.dtsi"
0010 
0011 / {
0012         model = "NXP S32G2 Evaluation Board (S32G-VNP-EVB)";
0013         compatible = "nxp,s32g274a-evb", "nxp,s32g2";
0014 
0015         aliases {
0016                 serial0 = &uart0;
0017         };
0018 
0019         chosen {
0020                 stdout-path = "serial0:115200n8";
0021         };
0022 
0023         /* 4GiB RAM */
0024         memory@80000000 {
0025                 device_type = "memory";
0026                 reg = <0x0 0x80000000 0 0x80000000>,
0027                       <0x8 0x80000000 0 0x80000000>;
0028         };
0029 };
0030 
0031 /* UART (J58) to Micro USB port */
0032 &uart0 {
0033         status = "okay";
0034 };