blob: 824b301afae4aa9f7b4be78bd27659e0a091705b [file] [log] [blame]
Keerthyb14d56f2020-02-12 13:55:07 +05301// 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};
Keerthy2984b822020-02-12 13:55:08 +053016
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 Kristo91600a62020-02-14 11:18:18 +020028
29&tps659413a {
30 esm: esm {
31 compatible = "ti,tps659413-esm";
32 u-boot,dm-spl;
33 };
34};