blob: 3aa9195e44d2b3f888c49a40f9cb13a98c703909 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Vignesh R7d838032018-03-26 13:27:02 +05302/*
3 * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
Vignesh R7d838032018-03-26 13:27:02 +05304 */
5
Jean-Jacques Hiblot894f0022018-12-04 11:30:52 +01006#include "am4372-u-boot.dtsi"
7
Vignesh R7d838032018-03-26 13:27:02 +05308/{
9 ocp {
10 u-boot,dm-spl;
11 };
12};
13
14&uart0 {
15 u-boot,dm-spl;
16};
17
18&i2c0 {
19 u-boot,dm-spl;
20};
21
22&mmc1 {
23 u-boot,dm-spl;
24};