blob: a0fd2a30982562fc48fe5f606f98bf9ba9887ce3 [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 };
Clement Faure56d20502021-03-25 17:30:33 +080012 firmware {
13 optee {
14 compatible = "linaro,optee-tz";
15 method = "smc";
16 };
17 };
Marek Vasut2455f912020-04-29 15:04:25 +020018};
19
Peng Fand239d9d2019-09-16 03:09:55 +000020&{/soc@0} {
21 u-boot,dm-pre-reloc;
22 u-boot,dm-spl;
23};
24
25&clk {
26 u-boot,dm-spl;
27 u-boot,dm-pre-reloc;
Peng Fan4e805c12021-03-19 15:57:08 +080028 /delete-property/ assigned-clocks;
29 /delete-property/ assigned-clock-parents;
30 /delete-property/ assigned-clock-rates;
Peng Fand239d9d2019-09-16 03:09:55 +000031};
32
33&osc_24m {
34 u-boot,dm-spl;
35 u-boot,dm-pre-reloc;
36};
37
38&aips1 {
39 u-boot,dm-spl;
40 u-boot,dm-pre-reloc;
41};
42
43&aips2 {
44 u-boot,dm-spl;
45};
46
47&aips3 {
48 u-boot,dm-spl;
49};
50
51&iomuxc {
52 u-boot,dm-spl;
53};
54
55&pinctrl_reg_usdhc2_vmmc {
56 u-boot,dm-spl;
57};
58
Andrey Zhizhikin247bbeb2020-12-05 17:29:17 +000059&reg_usdhc2_vmmc {
60 u-boot,off-on-delay-us = <20000>;
61};
62
Peng Fand239d9d2019-09-16 03:09:55 +000063&pinctrl_uart2 {
64 u-boot,dm-spl;
65};
66
67&pinctrl_usdhc2_gpio {
68 u-boot,dm-spl;
69};
70
71&pinctrl_usdhc2 {
72 u-boot,dm-spl;
73};
74
75&pinctrl_usdhc3 {
76 u-boot,dm-spl;
77};
78
79&gpio1 {
80 u-boot,dm-spl;
81};
82
83&gpio2 {
84 u-boot,dm-spl;
85};
86
87&gpio3 {
88 u-boot,dm-spl;
89};
90
91&gpio4 {
92 u-boot,dm-spl;
93};
94
95&gpio5 {
96 u-boot,dm-spl;
97};
98
99&uart2 {
100 u-boot,dm-spl;
101};
102
103&usdhc1 {
104 u-boot,dm-spl;
105};
106
107&usdhc2 {
108 u-boot,dm-spl;
Andrey Zhizhikin50b1a692020-12-05 17:29:18 +0000109 sd-uhs-sdr104;
110 sd-uhs-ddr50;
Peng Fand239d9d2019-09-16 03:09:55 +0000111};
112
113&usdhc3 {
114 u-boot,dm-spl;
Andrey Zhizhikin50b1a692020-12-05 17:29:18 +0000115 mmc-hs400-1_8v;
116 mmc-hs400-enhanced-strobe;
Peng Fand239d9d2019-09-16 03:09:55 +0000117};
Marek Vasut2455f912020-04-29 15:04:25 +0200118
119&wdog1 {
120 u-boot,dm-spl;
121};