blob: f346bb31634e88d8c017cc3227a50c321e0f1595 [file] [log] [blame]
Keerthye9ef2702020-02-12 13:55:07 +05301// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/
4 */
5
Lokesh Vutla62eada12021-02-01 11:26:40 +05306#include "k3-j721e-common-proc-board-u-boot.dtsi"
7
Keerthye9ef2702020-02-12 13:55:07 +05308/ {
9 chosen {
10 firmware-loader = &fs_loader0;
11 };
12
Lokesh Vutla62eada12021-02-01 11:26:40 +053013 aliases {
14 remoteproc0 = &sysctrler;
15 remoteproc1 = &a72_0;
16 remoteproc2 = &main_r5fss0_core0;
17 remoteproc3 = &main_r5fss0_core1;
18 };
19
Keerthye9ef2702020-02-12 13:55:07 +053020 fs_loader0: fs_loader@0 {
21 u-boot,dm-pre-reloc;
22 compatible = "u-boot,fs-loader";
23 };
24};
Keerthy71127602020-02-12 13:55:08 +053025
26&main_r5fss0 {
27 u-boot,dm-spl;
28};
29
30&main_r5fss0_core0 {
31 u-boot,dm-spl;
32};
33
34&main_r5fss0_core1 {
35 u-boot,dm-spl;
36};
Tero Kristo4c6aa402020-02-14 11:18:18 +020037
38&tps659413a {
39 esm: esm {
40 compatible = "ti,tps659413-esm";
41 u-boot,dm-spl;
42 };
43};