Sinthu Raja | daad7d6 | 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 { |
| 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 | }; |