summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/ti/k3-j742s2-evm.dts
blob: fcb7f05d7faf54b440f715f3096885806e27d50d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: GPL-2.0-only OR MIT
/*
 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
 *
 * EVM Board Schematics: https://www.ti.com/lit/zip/SPAC001
 */

/dts-v1/;

#include <dt-bindings/net/ti-dp83867.h>
#include <dt-bindings/gpio/gpio.h>
#include "k3-j742s2.dtsi"
#include "k3-j784s4-j742s2-evm-common.dtsi"

/ {
	model = "Texas Instruments J742S2 EVM";
	compatible = "ti,j742s2-evm", "ti,j742s2";

	memory@80000000 {
		/* 16G RAM */
		reg = <0x00000000 0x80000000 0x00000000 0x80000000>,
		      <0x00000008 0x80000000 0x00000003 0x80000000>;
		device_type = "memory";
		bootph-all;
	};
};