Tom Rini | 855ff8e | 2018-05-18 17:54:39 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Jagan Teki | 9faa43c | 2018-04-11 18:02:22 +0530 | [diff] [blame] | 2 | /* |
3 | * Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com> | ||||
Jagan Teki | 9faa43c | 2018-04-11 18:02:22 +0530 | [diff] [blame] | 4 | */ |
5 | |||||
6 | / { | ||||
7 | soc { | ||||
8 | u-boot,dm-spl; | ||||
9 | }; | ||||
10 | }; | ||||
11 | |||||
12 | &aips1 { | ||||
13 | u-boot,dm-spl; | ||||
14 | }; | ||||
15 | |||||
16 | &gpio1 { | ||||
17 | u-boot,dm-spl; | ||||
18 | }; | ||||
19 | |||||
20 | &gpio4 { | ||||
21 | u-boot,dm-spl; | ||||
22 | }; | ||||
23 | |||||
24 | &iomuxc { | ||||
25 | u-boot,dm-spl; | ||||
26 | }; | ||||
27 | |||||
28 | &aips2 { | ||||
29 | u-boot,dm-spl; | ||||
30 | }; |