Keerthy | b14d56f | 2020-02-12 13:55:07 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/ |
| 4 | */ |
| 5 | |
| 6 | / { |
| 7 | chosen { |
| 8 | firmware-loader = &fs_loader0; |
| 9 | }; |
| 10 | |
| 11 | fs_loader0: fs_loader@0 { |
| 12 | u-boot,dm-pre-reloc; |
| 13 | compatible = "u-boot,fs-loader"; |
| 14 | }; |
| 15 | }; |
Keerthy | 2984b82 | 2020-02-12 13:55:08 +0530 | [diff] [blame] | 16 | |
| 17 | &main_r5fss0 { |
| 18 | u-boot,dm-spl; |
| 19 | }; |
| 20 | |
| 21 | &main_r5fss0_core0 { |
| 22 | u-boot,dm-spl; |
| 23 | }; |
| 24 | |
| 25 | &main_r5fss0_core1 { |
| 26 | u-boot,dm-spl; |
| 27 | }; |
Tero Kristo | 91600a6 | 2020-02-14 11:18:18 +0200 | [diff] [blame] | 28 | |
| 29 | &tps659413a { |
| 30 | esm: esm { |
| 31 | compatible = "ti,tps659413-esm"; |
| 32 | u-boot,dm-spl; |
| 33 | }; |
| 34 | }; |