blob: 3bf45ef4a64f196d41f49a30ffd4b6b558ea8921 [file] [log] [blame]
Fabio Estevamd12618b2023-01-10 17:18:08 -03001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2019 NXP
4 */
5
6#include "imx8mm-u-boot.dtsi"
7
8/ {
9 wdt-reboot {
10 compatible = "wdt-reboot";
11 wdt = <&wdog1>;
12 u-boot,dm-spl;
13 };
14
15 firmware {
16 optee {
17 compatible = "linaro,optee-tz";
18 method = "smc";
19 };
20 };
21};
22
23&aips4 {
24 u-boot,dm-spl;
25};
26
27&reg_usdhc2_vmmc {
28 u-boot,off-on-delay-us = <20000>;
29};
30
31&pinctrl_reg_usdhc2_vmmc {
32 u-boot,dm-spl;
33};
34
35&pinctrl_uart2 {
36 u-boot,dm-spl;
37};
38
39&pinctrl_usdhc2_gpio {
40 u-boot,dm-spl;
41};
42
43&pinctrl_usdhc2 {
44 u-boot,dm-spl;
45};
46
47&pinctrl_usdhc3 {
48 u-boot,dm-spl;
49};
50
51&gpio1 {
52 u-boot,dm-spl;
53};
54
55&gpio2 {
56 u-boot,dm-spl;
57};
58
59&gpio3 {
60 u-boot,dm-spl;
61};
62
63&gpio4 {
64 u-boot,dm-spl;
65};
66
67&gpio5 {
68 u-boot,dm-spl;
69};
70
71&uart2 {
72 u-boot,dm-spl;
73};
74
75&usbmisc1 {
76 u-boot,dm-spl;
77};
78
79&usbphynop1 {
80 u-boot,dm-spl;
81};
82
83&usbotg1 {
84 u-boot,dm-spl;
85};
86
87&usdhc1 {
88 u-boot,dm-spl;
89};
90
91&usdhc2 {
92 u-boot,dm-spl;
93 sd-uhs-sdr104;
94 sd-uhs-ddr50;
95 assigned-clocks = <&clk IMX8MM_CLK_USDHC2>;
96 assigned-clock-rates = <400000000>;
97 assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_400M>;
98};
99
100&usdhc3 {
101 u-boot,dm-spl;
102 mmc-hs400-1_8v;
103 mmc-hs400-enhanced-strobe;
104 /*
105 * prevents voltage switch warn: driver will switch even at
106 * fixed voltage
107 */
108 /delete-property/ vmmc-supply;
109 /delete-property/ vqmmc-supply;
110 assigned-clocks = <&clk IMX8MM_CLK_USDHC3>;
111 assigned-clock-rates = <400000000>;
112 assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_400M>;
113};
114
115&i2c1 {
116 u-boot,dm-spl;
117};
118
119&{/soc@0/bus@30800000/i2c@30a20000/pmic@25} {
120 u-boot,dm-spl;
121};
122
123&{/soc@0/bus@30800000/i2c@30a20000/pmic@25/regulators} {
124 u-boot,dm-spl;
125};
126
127&pinctrl_i2c1 {
128 u-boot,dm-spl;
129};
130
131&pinctrl_pmic {
132 u-boot,dm-spl;
133};
134
135&wdog1 {
136 u-boot,dm-spl;
137};