blob: 27075c5217b46f4023bec3ab23448156a586d42f [file] [log] [blame]
Peng Fanc47e09d2019-12-30 17:46:21 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2019 NXP
4 */
5
Marek Vasut797a19a2020-04-29 15:04:26 +02006/ {
7 wdt-reboot {
8 compatible = "wdt-reboot";
9 wdt = <&wdog1>;
10 u-boot,dm-spl;
11 };
Clement Faurea93b0d92021-03-25 17:30:33 +080012 firmware {
13 optee {
14 compatible = "linaro,optee-tz";
15 method = "smc";
16 };
17 };
Marek Vasut797a19a2020-04-29 15:04:26 +020018};
19
Peng Fanc47e09d2019-12-30 17:46:21 +080020&{/soc@0} {
21 u-boot,dm-pre-reloc;
22 u-boot,dm-spl;
23};
24
25&clk {
26 u-boot,dm-spl;
27 u-boot,dm-pre-reloc;
28};
29
30&osc_32k {
31 u-boot,dm-spl;
32 u-boot,dm-pre-reloc;
33};
34
35&osc_24m {
36 u-boot,dm-spl;
37 u-boot,dm-pre-reloc;
38};
39
40&aips1 {
41 u-boot,dm-spl;
42 u-boot,dm-pre-reloc;
43};
44
45&aips2 {
46 u-boot,dm-spl;
47};
48
49&aips3 {
50 u-boot,dm-spl;
51};
52
53&iomuxc {
54 u-boot,dm-spl;
55};
56
57&reg_usdhc2_vmmc {
Andrey Zhizhikincf51a552020-12-05 17:29:17 +000058 u-boot,off-on-delay-us = <20000>;
59};
60
61&reg_usdhc2_vmmc {
Peng Fanc47e09d2019-12-30 17:46:21 +080062 u-boot,dm-spl;
63};
64
65&pinctrl_uart2 {
66 u-boot,dm-spl;
67};
68
69&pinctrl_usdhc2_gpio {
70 u-boot,dm-spl;
71};
72
73&pinctrl_usdhc2 {
74 u-boot,dm-spl;
75};
76
77&pinctrl_usdhc3 {
78 u-boot,dm-spl;
79};
80
81&gpio1 {
82 u-boot,dm-spl;
83};
84
85&gpio2 {
86 u-boot,dm-spl;
87};
88
89&gpio3 {
90 u-boot,dm-spl;
91};
92
93&gpio4 {
94 u-boot,dm-spl;
95};
96
97&gpio5 {
98 u-boot,dm-spl;
99};
100
101&uart2 {
102 u-boot,dm-spl;
103};
104
105&i2c1 {
106 u-boot,dm-spl;
107};
108
109&i2c2 {
110 u-boot,dm-spl;
111};
112
113&i2c3 {
114 u-boot,dm-spl;
115};
116
117&i2c4 {
118 u-boot,dm-spl;
119};
120
121&i2c5 {
122 u-boot,dm-spl;
123};
124
125&i2c6 {
126 u-boot,dm-spl;
127};
128
129&usdhc1 {
130 u-boot,dm-spl;
131};
132
133&usdhc2 {
134 u-boot,dm-spl;
Andrey Zhizhikin9aa95982020-12-05 17:29:18 +0000135 sd-uhs-sdr104;
136 sd-uhs-ddr50;
Peng Fanc47e09d2019-12-30 17:46:21 +0800137};
138
139&usdhc3 {
140 u-boot,dm-spl;
Andrey Zhizhikin9aa95982020-12-05 17:29:18 +0000141 mmc-hs400-1_8v;
142 mmc-hs400-enhanced-strobe;
Peng Fanc47e09d2019-12-30 17:46:21 +0800143};
Marek Vasut797a19a2020-04-29 15:04:26 +0200144
145&wdog1 {
146 u-boot,dm-spl;
147};
Peng Fan4f0c97b2020-12-25 16:16:34 +0800148
149&fec {
150 phy-reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>;
Ye Lid1b82062021-02-18 22:33:48 -0800151 phy-reset-duration = <15>;
152 phy-reset-post-delay = <100>;
Peng Fan4f0c97b2020-12-25 16:16:34 +0800153};