blob: 2abcf1f03d4fb8bb38340f4692c79a6106f9fea1 [file] [log] [blame]
Peng Fan439321b2019-12-30 17:46:21 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2019 NXP
4 */
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
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
70&i2c1 {
71 u-boot,dm-spl;
72};
73
74&i2c2 {
75 u-boot,dm-spl;
76};
77
78&i2c3 {
79 u-boot,dm-spl;
80};
81
82&i2c4 {
83 u-boot,dm-spl;
84};
85
86&i2c5 {
87 u-boot,dm-spl;
88};
89
90&i2c6 {
91 u-boot,dm-spl;
92};
93
94&usdhc1 {
95 u-boot,dm-spl;
96};
97
98&usdhc2 {
99 u-boot,dm-spl;
Andrey Zhizhikin50b1a692020-12-05 17:29:18 +0000100 sd-uhs-sdr104;
101 sd-uhs-ddr50;
Peng Fan439321b2019-12-30 17:46:21 +0800102};
103
104&usdhc3 {
105 u-boot,dm-spl;
Andrey Zhizhikin50b1a692020-12-05 17:29:18 +0000106 mmc-hs400-1_8v;
107 mmc-hs400-enhanced-strobe;
Peng Fan439321b2019-12-30 17:46:21 +0800108};
Marek Vasutf24dea42020-04-29 15:04:26 +0200109
110&wdog1 {
111 u-boot,dm-spl;
112};
Peng Fan48b90f82020-12-25 16:16:34 +0800113
114&fec {
115 phy-reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>;
Ye Lif19d1a92021-02-18 22:33:48 -0800116 phy-reset-duration = <15>;
117 phy-reset-post-delay = <100>;
Peng Fan48b90f82020-12-25 16:16:34 +0800118};
Peng Fan1e4ed2d2021-04-06 11:59:02 +0800119
Peng Fan1e4ed2d2021-04-06 11:59:02 +0800120