blob: bed330e6d4e01b36807ee0e764eb330363a03dbf [file] [log] [blame]
Dasnavis Sabiyad942f972024-02-24 01:51:50 +05301// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/
4 */
5
6#include "k3-j784s4-binman.dtsi"
7
8/ {
9 memory@80000000 {
10 bootph-all;
11 };
12};
13
14&mcu_udmap {
15 reg = <0x0 0x285c0000 0x0 0x100>,
16 <0x0 0x284c0000 0x0 0x4000>,
17 <0x0 0x2a800000 0x0 0x40000>,
18 <0x0 0x284a0000 0x0 0x4000>,
19 <0x0 0x2aa00000 0x0 0x40000>,
20 <0x0 0x28400000 0x0 0x2000>;
21 reg-names = "gcfg", "rchan", "rchanrt", "tchan",
22 "tchanrt", "rflow";
23 bootph-pre-ram;
24};
25
26&sms {
27 k3_sysreset: sysreset-controller {
28 compatible = "ti,sci-sysreset";
29 bootph-pre-ram;
30 };
31};
32
33#ifdef CONFIG_TARGET_J784S4_A72_EVM
34
35#define SPL_AM69_SK_DTB "spl/dts/ti/k3-am69-sk.dtb"
36#define AM69_SK_DTB "u-boot.dtb"
37
38&spl_j784s4_evm_dtb {
39 filename = SPL_AM69_SK_DTB;
40};
41
42&j784s4_evm_dtb {
43 filename = AM69_SK_DTB;
44};
45
46&spl_j784s4_evm_dtb_unsigned {
47 filename = SPL_AM69_SK_DTB;
48};
49
50&j784s4_evm_dtb_unsigned {
51 filename = AM69_SK_DTB;
52};
53
54#endif