mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
70e167495a
Sync all J721e related v5.11-rc6 Linux kernel dts into U-Boot. HBMC nodes are not yet added in Linux kernel yet but were added in U-Boot. In order to avoid any regressions, hbmc nodes are kept intact. These will be added in kernel in future. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
43 lines
656 B
Text
43 lines
656 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/
|
|
*/
|
|
|
|
#include "k3-j721e-common-proc-board-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 {
|
|
u-boot,dm-pre-reloc;
|
|
compatible = "u-boot,fs-loader";
|
|
};
|
|
};
|
|
|
|
&main_r5fss0 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&main_r5fss0_core0 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&main_r5fss0_core1 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&tps659413a {
|
|
esm: esm {
|
|
compatible = "ti,tps659413-esm";
|
|
u-boot,dm-spl;
|
|
};
|
|
};
|