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