2020-02-12 08:25:07 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/
|
|
|
|
*/
|
|
|
|
|
2021-02-01 05:56:40 +00:00
|
|
|
#include "k3-j721e-common-proc-board-u-boot.dtsi"
|
|
|
|
|
2020-02-12 08:25:07 +00:00
|
|
|
/ {
|
|
|
|
chosen {
|
|
|
|
firmware-loader = &fs_loader0;
|
|
|
|
};
|
|
|
|
|
2021-02-01 05:56:40 +00:00
|
|
|
aliases {
|
|
|
|
remoteproc0 = &sysctrler;
|
|
|
|
remoteproc1 = &a72_0;
|
|
|
|
remoteproc2 = &main_r5fss0_core0;
|
|
|
|
remoteproc3 = &main_r5fss0_core1;
|
|
|
|
};
|
|
|
|
|
2020-02-12 08:25:07 +00:00
|
|
|
fs_loader0: fs_loader@0 {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
compatible = "u-boot,fs-loader";
|
|
|
|
};
|
|
|
|
};
|
2020-02-12 08:25:08 +00:00
|
|
|
|
|
|
|
&main_r5fss0 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&main_r5fss0_core0 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&main_r5fss0_core1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
2020-02-14 09:18:18 +00:00
|
|
|
|
|
|
|
&tps659413a {
|
|
|
|
esm: esm {
|
|
|
|
compatible = "ti,tps659413-esm";
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|