blob: 0a3d79a372e00d8d04937307d57162f6e9d93542 [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
6/{
7 ocp {
8 u-boot,dm-spl;
9 };
10};
11
12&uart0 {
13 u-boot,dm-spl;
14};
15
16&i2c0 {
17 u-boot,dm-spl;
18};
19
20&mmc1 {
21 u-boot,dm-spl;
22};