2022-02-09 09:36:56 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "k3-j721e-sk-u-boot.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
chosen {
|
|
|
|
firmware-loader = &fs_loader0;
|
|
|
|
};
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
remoteproc0 = &sysctrler;
|
|
|
|
remoteproc1 = &a72_0;
|
|
|
|
remoteproc2 = &main_r5fss0_core0;
|
|
|
|
remoteproc3 = &main_r5fss0_core1;
|
|
|
|
};
|
|
|
|
|
|
|
|
fs_loader0: fs_loader@0 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-02-09 09:36:56 +00:00
|
|
|
compatible = "u-boot,fs-loader";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&tps659412 {
|
|
|
|
esm: esm {
|
|
|
|
compatible = "ti,tps659413-esm";
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2022-02-09 09:36:56 +00:00
|
|
|
};
|
|
|
|
};
|