Jagan Teki | 0d3dc27 | 2018-04-11 18:02:20 +0530 | [diff] [blame^] | 1 | /* |
2 | * Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com> | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: GPL-2.0+ | ||||
5 | */ | ||||
6 | |||||
7 | / { | ||||
8 | soc { | ||||
9 | u-boot,dm-spl; | ||||
10 | |||||
11 | aips-bus@02000000 { | ||||
12 | u-boot,dm-spl; | ||||
13 | }; | ||||
14 | |||||
15 | aips-bus@02100000 { | ||||
16 | u-boot,dm-spl; | ||||
17 | }; | ||||
18 | }; | ||||
19 | }; | ||||
20 | |||||
21 | &gpio1 { | ||||
22 | u-boot,dm-spl; | ||||
23 | }; | ||||
24 | |||||
25 | &iomuxc { | ||||
26 | u-boot,dm-spl; | ||||
27 | }; |