blob: f43eb6238d03cf295eb42fc6eeff51f73a1f2b46 [file] [log] [blame]
Peng Fan439321b2019-12-30 17:46:21 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
Gaurav Jainee51b2c2022-03-24 11:50:26 +05303 * Copyright 2019, 2021 NXP
Peng Fan439321b2019-12-30 17:46:21 +08004 */
5
Teresa Remmetdafb1642021-07-07 12:57:57 +00006#include "imx8mp-u-boot.dtsi"
Peng Fan1e4ed2d2021-04-06 11:59:02 +08007
Teresa Remmetdafb1642021-07-07 12:57:57 +00008/ {
Marek Vasutf24dea42020-04-29 15:04:26 +02009 wdt-reboot {
10 compatible = "wdt-reboot";
11 wdt = <&wdog1>;
12 u-boot,dm-spl;
13 };
Clement Faure56d20502021-03-25 17:30:33 +080014 firmware {
15 optee {
16 compatible = "linaro,optee-tz";
17 method = "smc";
18 };
19 };
Marek Vasutf24dea42020-04-29 15:04:26 +020020};
21
Peng Fan439321b2019-12-30 17:46:21 +080022&reg_usdhc2_vmmc {
Andrey Zhizhikin247bbeb2020-12-05 17:29:17 +000023 u-boot,off-on-delay-us = <20000>;
24};
25
26&reg_usdhc2_vmmc {
Peng Fan439321b2019-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
Peng Fana38ed612022-05-05 19:05:59 +080046&pinctrl_wdog {
47 u-boot,dm-spl;
48};
49
Peng Fan439321b2019-12-30 17:46:21 +080050&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
Gaurav Jainee51b2c2022-03-24 11:50:26 +053074&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
Peng Fan439321b2019-12-30 17:46:21 +080090&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;
Andrey Zhizhikin50b1a692020-12-05 17:29:18 +0000120 sd-uhs-sdr104;
121 sd-uhs-ddr50;
Peng Fan439321b2019-12-30 17:46:21 +0800122};
123
124&usdhc3 {
125 u-boot,dm-spl;
Andrey Zhizhikin50b1a692020-12-05 17:29:18 +0000126 mmc-hs400-1_8v;
127 mmc-hs400-enhanced-strobe;
Peng Fan439321b2019-12-30 17:46:21 +0800128};
Marek Vasutf24dea42020-04-29 15:04:26 +0200129
130&wdog1 {
131 u-boot,dm-spl;
132};
Peng Fan48b90f82020-12-25 16:16:34 +0800133
Ye Lia65b7fb2021-08-16 18:44:28 +0800134&eqos {
Ye Lia65b7fb2021-08-16 18:44:28 +0800135 /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
Peng Fan48b90f82020-12-25 16:16:34 +0800146&fec {
147 phy-reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>;
Ye Lif19d1a92021-02-18 22:33:48 -0800148 phy-reset-duration = <15>;
149 phy-reset-post-delay = <100>;
Peng Fan48b90f82020-12-25 16:16:34 +0800150};
Peng Fan1e4ed2d2021-04-06 11:59:02 +0800151
Peng Fan1e4ed2d2021-04-06 11:59:02 +0800152