Sinthu Raja | 2c8da5d | 2022-02-09 15:06:56 +0530 | [diff] [blame] | 1 | // 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 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 21 | bootph-all; |
Sinthu Raja | 2c8da5d | 2022-02-09 15:06:56 +0530 | [diff] [blame] | 22 | compatible = "u-boot,fs-loader"; |
| 23 | }; |
| 24 | }; |
| 25 | |
| 26 | &tps659412 { |
| 27 | esm: esm { |
| 28 | compatible = "ti,tps659413-esm"; |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 29 | bootph-pre-ram; |
Sinthu Raja | 2c8da5d | 2022-02-09 15:06:56 +0530 | [diff] [blame] | 30 | }; |
| 31 | }; |