xref: /freebsd/sys/contrib/device-tree/src/arm64/freescale/s32g274a-evb.dts (revision 8cc087a1eee9ec1ca9f7ac1e63ad51bdb5a682eb)
1*8cc087a1SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2*8cc087a1SEmmanuel Vadot/*
3*8cc087a1SEmmanuel Vadot * Copyright (c) 2021 SUSE LLC
4*8cc087a1SEmmanuel Vadot * Copyright (c) 2019-2021 NXP
5*8cc087a1SEmmanuel Vadot */
6*8cc087a1SEmmanuel Vadot
7*8cc087a1SEmmanuel Vadot/dts-v1/;
8*8cc087a1SEmmanuel Vadot
9*8cc087a1SEmmanuel Vadot#include "s32g2.dtsi"
10*8cc087a1SEmmanuel Vadot
11*8cc087a1SEmmanuel Vadot/ {
12*8cc087a1SEmmanuel Vadot	model = "NXP S32G2 Evaluation Board (S32G-VNP-EVB)";
13*8cc087a1SEmmanuel Vadot	compatible = "nxp,s32g274a-evb", "nxp,s32g2";
14*8cc087a1SEmmanuel Vadot
15*8cc087a1SEmmanuel Vadot	aliases {
16*8cc087a1SEmmanuel Vadot		serial0 = &uart0;
17*8cc087a1SEmmanuel Vadot	};
18*8cc087a1SEmmanuel Vadot
19*8cc087a1SEmmanuel Vadot	chosen {
20*8cc087a1SEmmanuel Vadot		stdout-path = "serial0:115200n8";
21*8cc087a1SEmmanuel Vadot	};
22*8cc087a1SEmmanuel Vadot
23*8cc087a1SEmmanuel Vadot	/* 4GiB RAM */
24*8cc087a1SEmmanuel Vadot	memory@80000000 {
25*8cc087a1SEmmanuel Vadot		device_type = "memory";
26*8cc087a1SEmmanuel Vadot		reg = <0x0 0x80000000 0 0x80000000>,
27*8cc087a1SEmmanuel Vadot		      <0x8 0x80000000 0 0x80000000>;
28*8cc087a1SEmmanuel Vadot	};
29*8cc087a1SEmmanuel Vadot};
30*8cc087a1SEmmanuel Vadot
31*8cc087a1SEmmanuel Vadot/* UART (J58) to Micro USB port */
32*8cc087a1SEmmanuel Vadot&uart0 {
33*8cc087a1SEmmanuel Vadot	status = "okay";
34*8cc087a1SEmmanuel Vadot};
35