blob: 2c62f05cec199d60c94626a47f6fbee01e284e52 [file] [log] [blame]
Frieder Schrempf199dfd92021-09-29 16:42:42 +02001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2019 Kontron Electronics GmbH
4 */
5
Frieder Schrempfa9f81852022-08-24 15:52:23 +02006#include "imx8mm-u-boot.dtsi"
7
8/ {
9 aliases {
10 usb0 = &usbotg1;
11 usb1 = &usbotg2;
12 };
13
14 wdt-reboot {
15 compatible = "wdt-reboot";
16 wdt = <&wdog1>;
17 u-boot,dm-spl;
18 };
19
20 firmware {
21 optee {
22 compatible = "linaro,optee-tz";
23 method = "smc";
24 };
25 };
26};
27
28&crypto {
29 u-boot,dm-spl;
30};
31
32&sec_jr0 {
33 u-boot,dm-spl;
34};
35
36&sec_jr1 {
37 u-boot,dm-spl;
38};
39
40&sec_jr2 {
41 u-boot,dm-spl;
42};
43
44&i2c1 {
45 u-boot,dm-spl;
46 u-boot,dm-pre-reloc;
47};
48
49&i2c2 {
50 status = "okay";
51 u-boot,dm-spl;
52 u-boot,dm-pre-reloc;
53};
54
55&pinctrl_ecspi1 {
56 u-boot,dm-spl;
57};
58
59&pinctrl_i2c1 {
60 u-boot,dm-spl;
61};
62
63&pinctrl_pmic {
64 u-boot,dm-spl;
65 fsl,pins = <
66 MX8MM_IOMUXC_GPIO1_IO00_GPIO1_IO0 0x141
67 /* Disable Pullup for SD_VSEL */
68 MX8MM_IOMUXC_GPIO1_IO04_GPIO1_IO4 0x41
69 >;
70};
71
72&pinctrl_uart3 {
73 u-boot,dm-spl;
74 u-boot,dm-pre-reloc;
75};
76
77&pinctrl_usdhc1 {
78 u-boot,dm-spl;
79};
80
81&pinctrl_usdhc1_100mhz {
82 u-boot,dm-spl;
83};
84
85&pinctrl_usdhc1_200mhz {
86 u-boot,dm-spl;
87};
88
89&pinctrl_usdhc2 {
90 u-boot,dm-spl;
91};
92
93&pca9450 {
94 u-boot,dm-spl;
95};
96
97&{/soc@0/bus@30800000/i2c@30a20000/pmic@25/regulators} {
98 u-boot,dm-spl;
99};
100
101&ecspi1 {
102 u-boot,dm-spl;
103};
104
105&gpio1 {
106 u-boot,dm-spl;
107};
108
109&gpio2 {
110 u-boot,dm-spl;
111};
112
113&gpio3 {
114 u-boot,dm-spl;
115};
116
117&gpio4 {
118 u-boot,dm-spl;
119};
120
121&gpio5 {
122 u-boot,dm-spl;
123};
124
125&uart3 {
126 u-boot,dm-spl;
127 u-boot,dm-pre-reloc;
128};
129
130&usdhc1 {
131 u-boot,dm-spl;
132};
133
134&usdhc2 {
135 u-boot,dm-spl;
136};
137
138&wdog1 {
139 u-boot,dm-spl;
140};
141
142&pinctrl_wdog {
143 u-boot,dm-spl;
144};