blob: 43e519c4e58329949a143d503b08d5e926243dca [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Vignesh Ra611ffc2018-03-26 13:27:02 +05302/*
3 * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
Vignesh Ra611ffc2018-03-26 13:27:02 +05304 */
5
Jean-Jacques Hiblot00c7a962018-12-04 11:30:52 +01006#include "am4372-u-boot.dtsi"
7
Vignesh Ra611ffc2018-03-26 13:27:02 +05308/{
9 ocp {
Simon Glassd3a98cb2023-02-13 08:56:33 -070010 bootph-pre-ram;
Vignesh Ra611ffc2018-03-26 13:27:02 +053011 };
12};
13
14&uart0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070015 bootph-pre-ram;
Vignesh Ra611ffc2018-03-26 13:27:02 +053016};
17
18&i2c0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070019 bootph-pre-ram;
Vignesh Ra611ffc2018-03-26 13:27:02 +053020};
21
22&mmc1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070023 bootph-pre-ram;
Vignesh Ra611ffc2018-03-26 13:27:02 +053024};