blob: f9746d33ec9cb96e76a3859f947815d5063b1a7e [file] [log] [blame]
Keerthye9ef2702020-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
Lokesh Vutla62eada12021-02-01 11:26:40 +05306#include "k3-j721e-common-proc-board-u-boot.dtsi"
7
Keerthye9ef2702020-02-12 13:55:07 +05308/ {
9 chosen {
10 firmware-loader = &fs_loader0;
11 };
12
Lokesh Vutla62eada12021-02-01 11:26:40 +053013 aliases {
14 remoteproc0 = &sysctrler;
15 remoteproc1 = &a72_0;
Lokesh Vutla62eada12021-02-01 11:26:40 +053016 };
17
Keerthye9ef2702020-02-12 13:55:07 +053018 fs_loader0: fs_loader@0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070019 bootph-all;
Keerthye9ef2702020-02-12 13:55:07 +053020 compatible = "u-boot,fs-loader";
21 };
22};
Keerthy71127602020-02-12 13:55:08 +053023
Tero Kristo4c6aa402020-02-14 11:18:18 +020024&tps659413a {
25 esm: esm {
26 compatible = "ti,tps659413-esm";
Simon Glassd3a98cb2023-02-13 08:56:33 -070027 bootph-pre-ram;
Tero Kristo4c6aa402020-02-14 11:18:18 +020028 };
29};