blob: 52f473dc52b421cad03c5ba5c52332521fc20b1e [file] [log] [blame]
Peng Fanc47e09d2019-12-30 17:46:21 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
Gaurav Jainbce9acf2022-03-24 11:50:26 +05303 * Copyright 2019, 2021 NXP
Peng Fanc47e09d2019-12-30 17:46:21 +08004 */
5
Teresa Remmet3e94fbd2021-07-07 12:57:57 +00006#include "imx8mp-u-boot.dtsi"
Peng Fand96d94b2021-04-06 11:59:02 +08007
Teresa Remmet3e94fbd2021-07-07 12:57:57 +00008/ {
Marek Vasut797a19a2020-04-29 15:04:26 +02009 wdt-reboot {
10 compatible = "wdt-reboot";
11 wdt = <&wdog1>;
12 u-boot,dm-spl;
13 };
Clement Faurea93b0d92021-03-25 17:30:33 +080014 firmware {
15 optee {
16 compatible = "linaro,optee-tz";
17 method = "smc";
18 };
19 };
Marek Vasut797a19a2020-04-29 15:04:26 +020020};
21
Peng Fanc47e09d2019-12-30 17:46:21 +080022&reg_usdhc2_vmmc {
Andrey Zhizhikincf51a552020-12-05 17:29:17 +000023 u-boot,off-on-delay-us = <20000>;
24};
25
26&reg_usdhc2_vmmc {
Peng Fanc47e09d2019-12-30 17:46:21 +080027 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&gpio1 {
47 u-boot,dm-spl;
48};
49
50&gpio2 {
51 u-boot,dm-spl;
52};
53
54&gpio3 {
55 u-boot,dm-spl;
56};
57
58&gpio4 {
59 u-boot,dm-spl;
60};
61
62&gpio5 {
63 u-boot,dm-spl;
64};
65
66&uart2 {
67 u-boot,dm-spl;
68};
69
Gaurav Jainbce9acf2022-03-24 11:50:26 +053070&crypto {
71 u-boot,dm-spl;
72};
73
74&sec_jr0 {
75 u-boot,dm-spl;
76};
77
78&sec_jr1 {
79 u-boot,dm-spl;
80};
81
82&sec_jr2 {
83 u-boot,dm-spl;
84};
85
Peng Fanc47e09d2019-12-30 17:46:21 +080086&i2c1 {
87 u-boot,dm-spl;
88};
89
90&i2c2 {
91 u-boot,dm-spl;
92};
93
94&i2c3 {
95 u-boot,dm-spl;
96};
97
98&i2c4 {
99 u-boot,dm-spl;
100};
101
102&i2c5 {
103 u-boot,dm-spl;
104};
105
106&i2c6 {
107 u-boot,dm-spl;
108};
109
110&usdhc1 {
111 u-boot,dm-spl;
112};
113
114&usdhc2 {
115 u-boot,dm-spl;
Andrey Zhizhikin9aa95982020-12-05 17:29:18 +0000116 sd-uhs-sdr104;
117 sd-uhs-ddr50;
Peng Fanc47e09d2019-12-30 17:46:21 +0800118};
119
120&usdhc3 {
121 u-boot,dm-spl;
Andrey Zhizhikin9aa95982020-12-05 17:29:18 +0000122 mmc-hs400-1_8v;
123 mmc-hs400-enhanced-strobe;
Peng Fanc47e09d2019-12-30 17:46:21 +0800124};
Marek Vasut797a19a2020-04-29 15:04:26 +0200125
126&wdog1 {
127 u-boot,dm-spl;
128};
Peng Fan4f0c97b2020-12-25 16:16:34 +0800129
Ye Li25804942021-08-16 18:44:28 +0800130&eqos {
131 compatible = "fsl,imx-eqos";
132 /delete-property/ assigned-clocks;
133 /delete-property/ assigned-clock-parents;
134 /delete-property/ assigned-clock-rates;
135};
136
137&ethphy0 {
138 reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
139 reset-delay-us = <15000>;
140 reset-post-delay-us = <100000>;
141};
142
Peng Fan4f0c97b2020-12-25 16:16:34 +0800143&fec {
144 phy-reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>;
Ye Lid1b82062021-02-18 22:33:48 -0800145 phy-reset-duration = <15>;
146 phy-reset-post-delay = <100>;
Peng Fan4f0c97b2020-12-25 16:16:34 +0800147};
Peng Fand96d94b2021-04-06 11:59:02 +0800148
Peng Fand96d94b2021-04-06 11:59:02 +0800149