]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/dts/imx8mp-evk-u-boot.dtsi
Prepare v2023.04
[thirdparty/u-boot.git] / arch / arm / dts / imx8mp-evk-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3 * Copyright 2019, 2021 NXP
4 */
5
6 #include "imx8mp-u-boot.dtsi"
7
8 / {
9 wdt-reboot {
10 compatible = "wdt-reboot";
11 wdt = <&wdog1>;
12 u-boot,dm-spl;
13 };
14 firmware {
15 optee {
16 compatible = "linaro,optee-tz";
17 method = "smc";
18 };
19 };
20 };
21
22 &reg_usdhc2_vmmc {
23 u-boot,off-on-delay-us = <20000>;
24 };
25
26 &reg_usdhc2_vmmc {
27 u-boot,dm-spl;
28 };
29
30 &pinctrl_uart2 {
31 u-boot,dm-spl;
32 };
33
34 &pinctrl_usdhc2_gpio {
35 u-boot,dm-spl;
36 };
37
38 &pinctrl_usdhc2 {
39 u-boot,dm-spl;
40 };
41
42 &pinctrl_usdhc3 {
43 u-boot,dm-spl;
44 };
45
46 &pinctrl_wdog {
47 u-boot,dm-spl;
48 };
49
50 &gpio1 {
51 u-boot,dm-spl;
52 };
53
54 &gpio2 {
55 u-boot,dm-spl;
56 };
57
58 &gpio3 {
59 u-boot,dm-spl;
60 };
61
62 &gpio4 {
63 u-boot,dm-spl;
64 };
65
66 &gpio5 {
67 u-boot,dm-spl;
68 };
69
70 &uart2 {
71 u-boot,dm-spl;
72 };
73
74 &crypto {
75 u-boot,dm-spl;
76 };
77
78 &sec_jr0 {
79 u-boot,dm-spl;
80 };
81
82 &sec_jr1 {
83 u-boot,dm-spl;
84 };
85
86 &sec_jr2 {
87 u-boot,dm-spl;
88 };
89
90 &i2c1 {
91 u-boot,dm-spl;
92 };
93
94 &i2c2 {
95 u-boot,dm-spl;
96 };
97
98 &i2c3 {
99 u-boot,dm-spl;
100 };
101
102 &i2c4 {
103 u-boot,dm-spl;
104 };
105
106 &i2c5 {
107 u-boot,dm-spl;
108 };
109
110 &i2c6 {
111 u-boot,dm-spl;
112 };
113
114 &usdhc1 {
115 u-boot,dm-spl;
116 };
117
118 &usdhc2 {
119 u-boot,dm-spl;
120 sd-uhs-sdr104;
121 sd-uhs-ddr50;
122 };
123
124 &usdhc3 {
125 u-boot,dm-spl;
126 mmc-hs400-1_8v;
127 mmc-hs400-enhanced-strobe;
128 };
129
130 &wdog1 {
131 u-boot,dm-spl;
132 };
133
134 &eqos {
135 /delete-property/ assigned-clocks;
136 /delete-property/ assigned-clock-parents;
137 /delete-property/ assigned-clock-rates;
138 };
139
140 &ethphy0 {
141 reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
142 reset-delay-us = <15000>;
143 reset-post-delay-us = <100000>;
144 };
145
146 &fec {
147 phy-reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>;
148 phy-reset-duration = <15>;
149 phy-reset-post-delay = <100>;
150 };
151
152