Ricardo Salveti | 8b71576 | 2021-09-12 17:32:57 +0300 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
2 | /* | ||||
3 | * Copyright 2019 Foundries.io | ||||
4 | */ | ||||
5 | |||||
6 | &iomuxc1 { | ||||
7 | u-boot,dm-spl; | ||||
8 | }; | ||||
9 | |||||
10 | &ahbbridge0 { | ||||
11 | u-boot,dm-spl; | ||||
12 | }; | ||||
13 | |||||
14 | &ahbbridge1 { | ||||
15 | u-boot,dm-spl; | ||||
16 | }; | ||||
17 | |||||
18 | &lpuart4 { | ||||
19 | u-boot,dm-spl; | ||||
20 | }; | ||||
21 | |||||
22 | &usbotg1 { | ||||
23 | extcon = <&usbphy1>; | ||||
24 | u-boot,dm-spl; | ||||
25 | }; | ||||
26 | |||||
27 | &usbphy1 { | ||||
28 | u-boot,dm-spl; | ||||
29 | }; | ||||
30 | |||||
31 | &usdhc0 { | ||||
32 | u-boot,dm-spl; | ||||
33 | }; | ||||
34 | |||||
35 | &gpio0 { | ||||
36 | u-boot,dm-spl; | ||||
37 | }; |