blob: 2f68d7ae9cdc87a2704dacfad8503918ff4e3b63 [file] [log] [blame]
Vignesh R7d838032018-03-26 13:27:02 +05301/*
2 * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7/{
8 ocp {
9 u-boot,dm-spl;
10 };
11};
12
13&uart0 {
14 u-boot,dm-spl;
15};
16
17&i2c0 {
18 u-boot,dm-spl;
19};
20
21&mmc1 {
22 u-boot,dm-spl;
23};