Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Vignesh R | 7d83803 | 2018-03-26 13:27:02 +0530 | [diff] [blame] | 2 | /* |
3 | * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ | ||||
Vignesh R | 7d83803 | 2018-03-26 13:27:02 +0530 | [diff] [blame] | 4 | */ |
5 | |||||
Jean-Jacques Hiblot | 894f002 | 2018-12-04 11:30:52 +0100 | [diff] [blame] | 6 | #include "am4372-u-boot.dtsi" |
7 | |||||
Vignesh R | 7d83803 | 2018-03-26 13:27:02 +0530 | [diff] [blame] | 8 | /{ |
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 | }; |