Parthiban Nallathambi | a443c82 | 2019-04-07 20:32:42 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * Copyright (C) 2019 Parthiban Nallathambi <parthitce@gmail.com> | ||||
4 | */ | ||||
5 | |||||
6 | / { | ||||
7 | soc { | ||||
8 | u-boot,dm-spl; | ||||
9 | }; | ||||
10 | }; | ||||
11 | |||||
12 | &aips1 { | ||||
13 | u-boot,dm-spl; | ||||
14 | }; | ||||
15 | |||||
16 | &aips2 { | ||||
17 | u-boot,dm-spl; | ||||
18 | }; | ||||
19 | |||||
20 | &aips3 { | ||||
21 | u-boot,dm-spl; | ||||
22 | }; | ||||
23 | |||||
24 | &gpio1 { | ||||
25 | u-boot,dm-spl; | ||||
26 | }; | ||||
27 | |||||
28 | &gpio4 { | ||||
29 | u-boot,dm-spl; | ||||
30 | }; | ||||
31 | |||||
32 | &iomuxc { | ||||
33 | u-boot,dm-spl; | ||||
34 | }; |