Teresa Remmet | c661c51 | 2021-01-13 16:28:09 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later |
2 | /* | ||||
3 | * Copyright (C) 2020 PHYTEC Messtechnik GmbH | ||||
4 | * Author: Teresa Remmet <t.remmet@phytec.de> | ||||
5 | */ | ||||
6 | |||||
7 | / { | ||||
8 | wdt-reboot { | ||||
9 | compatible = "wdt-reboot"; | ||||
10 | wdt = <&wdog1>; | ||||
11 | u-boot,dm-spl; | ||||
12 | }; | ||||
13 | }; | ||||
14 | |||||
15 | &{/soc@0} { | ||||
16 | u-boot,dm-pre-reloc; | ||||
17 | u-boot,dm-spl; | ||||
18 | }; | ||||
19 | |||||
20 | &clk { | ||||
21 | u-boot,dm-spl; | ||||
22 | u-boot,dm-pre-reloc; | ||||
23 | }; | ||||
24 | |||||
25 | &osc_32k { | ||||
26 | u-boot,dm-spl; | ||||
27 | u-boot,dm-pre-reloc; | ||||
28 | }; | ||||
29 | |||||
30 | &osc_24m { | ||||
31 | u-boot,dm-spl; | ||||
32 | u-boot,dm-pre-reloc; | ||||
33 | }; | ||||
34 | |||||
35 | &aips1 { | ||||
36 | u-boot,dm-spl; | ||||
37 | u-boot,dm-pre-reloc; | ||||
38 | }; | ||||
39 | |||||
40 | &aips2 { | ||||
41 | u-boot,dm-spl; | ||||
42 | }; | ||||
43 | |||||
44 | &aips3 { | ||||
45 | u-boot,dm-spl; | ||||
46 | }; | ||||
47 | |||||
48 | &iomuxc { | ||||
49 | u-boot,dm-spl; | ||||
50 | }; | ||||
51 | |||||
52 | ®_usdhc2_vmmc { | ||||
53 | u-boot,dm-spl; | ||||
54 | }; | ||||
55 | |||||
56 | &pinctrl_uart2 { | ||||
57 | u-boot,dm-spl; | ||||
58 | }; | ||||
59 | |||||
60 | &pinctrl_usdhc2_pins { | ||||
61 | u-boot,dm-spl; | ||||
62 | }; | ||||
63 | |||||
64 | &pinctrl_usdhc2 { | ||||
65 | u-boot,dm-spl; | ||||
66 | }; | ||||
67 | |||||
68 | &pinctrl_usdhc3 { | ||||
69 | u-boot,dm-spl; | ||||
70 | }; | ||||
71 | |||||
72 | &gpio1 { | ||||
73 | u-boot,dm-spl; | ||||
74 | }; | ||||
75 | |||||
76 | &gpio2 { | ||||
77 | u-boot,dm-spl; | ||||
78 | }; | ||||
79 | |||||
80 | &gpio3 { | ||||
81 | u-boot,dm-spl; | ||||
82 | }; | ||||
83 | |||||
84 | &gpio4 { | ||||
85 | u-boot,dm-spl; | ||||
86 | }; | ||||
87 | |||||
88 | &gpio5 { | ||||
89 | u-boot,dm-spl; | ||||
90 | }; | ||||
91 | |||||
92 | &uart2 { | ||||
93 | u-boot,dm-spl; | ||||
94 | }; | ||||
95 | |||||
96 | &i2c1 { | ||||
97 | u-boot,dm-spl; | ||||
98 | }; | ||||
99 | |||||
100 | &pmic { | ||||
101 | u-boot,dm-spl; | ||||
102 | }; | ||||
103 | |||||
104 | &usdhc2 { | ||||
105 | u-boot,dm-spl; | ||||
106 | }; | ||||
107 | |||||
108 | &usdhc3 { | ||||
109 | u-boot,dm-spl; | ||||
110 | }; | ||||
111 | |||||
112 | &wdog1 { | ||||
113 | u-boot,dm-spl; | ||||
114 | }; |