xref: /freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j742s2-evm.dts (revision 5f62a964e9f8abc6a05d8338273fadd154f0a206)
1*5f62a964SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only OR MIT
2*5f62a964SEmmanuel Vadot/*
3*5f62a964SEmmanuel Vadot * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
4*5f62a964SEmmanuel Vadot *
5*5f62a964SEmmanuel Vadot * EVM Board Schematics: https://www.ti.com/lit/zip/SPAC001
6*5f62a964SEmmanuel Vadot */
7*5f62a964SEmmanuel Vadot
8*5f62a964SEmmanuel Vadot/dts-v1/;
9*5f62a964SEmmanuel Vadot
10*5f62a964SEmmanuel Vadot#include <dt-bindings/net/ti-dp83867.h>
11*5f62a964SEmmanuel Vadot#include <dt-bindings/gpio/gpio.h>
12*5f62a964SEmmanuel Vadot#include "k3-j742s2.dtsi"
13*5f62a964SEmmanuel Vadot#include "k3-j784s4-j742s2-evm-common.dtsi"
14*5f62a964SEmmanuel Vadot
15*5f62a964SEmmanuel Vadot/ {
16*5f62a964SEmmanuel Vadot	model = "Texas Instruments J742S2 EVM";
17*5f62a964SEmmanuel Vadot	compatible = "ti,j742s2-evm", "ti,j742s2";
18*5f62a964SEmmanuel Vadot
19*5f62a964SEmmanuel Vadot	memory@80000000 {
20*5f62a964SEmmanuel Vadot		/* 16G RAM */
21*5f62a964SEmmanuel Vadot		reg = <0x00000000 0x80000000 0x00000000 0x80000000>,
22*5f62a964SEmmanuel Vadot		      <0x00000008 0x80000000 0x00000003 0x80000000>;
23*5f62a964SEmmanuel Vadot		device_type = "memory";
24*5f62a964SEmmanuel Vadot		bootph-all;
25*5f62a964SEmmanuel Vadot	};
26*5f62a964SEmmanuel Vadot};
27