blob: 025090fff4dd04cd80c5ea8fb76b16d06f860d99 [file] [log] [blame]
Peng Fand239d9d2019-09-16 03:09:55 +00001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2019 NXP
4 */
5
Marek Vasut2455f912020-04-29 15:04:25 +02006/ {
7 wdt-reboot {
8 compatible = "wdt-reboot";
9 wdt = <&wdog1>;
10 u-boot,dm-spl;
11 };
12};
13
Peng Fand239d9d2019-09-16 03:09:55 +000014&{/soc@0} {
15 u-boot,dm-pre-reloc;
16 u-boot,dm-spl;
17};
18
19&clk {
20 u-boot,dm-spl;
21 u-boot,dm-pre-reloc;
22};
23
24&osc_24m {
25 u-boot,dm-spl;
26 u-boot,dm-pre-reloc;
27};
28
29&aips1 {
30 u-boot,dm-spl;
31 u-boot,dm-pre-reloc;
32};
33
34&aips2 {
35 u-boot,dm-spl;
36};
37
38&aips3 {
39 u-boot,dm-spl;
40};
41
42&iomuxc {
43 u-boot,dm-spl;
44};
45
46&pinctrl_reg_usdhc2_vmmc {
47 u-boot,dm-spl;
48};
49
Andrey Zhizhikin247bbeb2020-12-05 17:29:17 +000050&reg_usdhc2_vmmc {
51 u-boot,off-on-delay-us = <20000>;
52};
53
Peng Fand239d9d2019-09-16 03:09:55 +000054&pinctrl_uart2 {
55 u-boot,dm-spl;
56};
57
58&pinctrl_usdhc2_gpio {
59 u-boot,dm-spl;
60};
61
62&pinctrl_usdhc2 {
63 u-boot,dm-spl;
64};
65
66&pinctrl_usdhc3 {
67 u-boot,dm-spl;
68};
69
70&gpio1 {
71 u-boot,dm-spl;
72};
73
74&gpio2 {
75 u-boot,dm-spl;
76};
77
78&gpio3 {
79 u-boot,dm-spl;
80};
81
82&gpio4 {
83 u-boot,dm-spl;
84};
85
86&gpio5 {
87 u-boot,dm-spl;
88};
89
90&uart2 {
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 Fand239d9d2019-09-16 03:09:55 +0000102};
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 Fand239d9d2019-09-16 03:09:55 +0000108};
Marek Vasut2455f912020-04-29 15:04:25 +0200109
110&wdog1 {
111 u-boot,dm-spl;
112};