Vignesh R | a611ffc | 2018-03-26 13:27:02 +0530 | [diff] [blame] | 1 | /* |
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 | }; |