blob: 71d16f193f8b07c06d1fd1fe6c1250ce4d762657 [file] [log] [blame]
Sinthu Rajadaad7d62022-02-09 15:06:56 +05301// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/
4 */
5
6#include "k3-j721e-sk-u-boot.dtsi"
7
8/ {
9 chosen {
10 firmware-loader = &fs_loader0;
11 };
12
13 aliases {
14 remoteproc0 = &sysctrler;
15 remoteproc1 = &a72_0;
16 remoteproc2 = &main_r5fss0_core0;
17 remoteproc3 = &main_r5fss0_core1;
18 };
19
20 fs_loader0: fs_loader@0 {
21 u-boot,dm-pre-reloc;
22 compatible = "u-boot,fs-loader";
23 };
24};
25
26&tps659412 {
27 esm: esm {
28 compatible = "ti,tps659413-esm";
29 u-boot,dm-spl;
30 };
31};