blob: 5b8b472159ad296aea2108d1b75fc812c87d8d77 [file] [log] [blame]
Frieder Schrempfba30cc22022-08-24 15:59:19 +02001// SPDX-License-Identifier: GPL-2.0+ OR MIT
2/*
3 * Copyright (C) 2019 Kontron Electronics GmbH
4 */
5
6#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";
Frieder Schrempf5bc21d32022-08-24 15:59:20 +020051 pinctrl-names = "default";
52 pinctrl-0 = <&pinctrl_i2c2>;
53};
54
55&iomuxc {
56 pinctrl_i2c2: i2c2grp {
57 fsl,pins = <
58 MX8MM_IOMUXC_I2C2_SCL_I2C2_SCL 0x400001c3
59 MX8MM_IOMUXC_I2C2_SDA_I2C2_SDA 0x400001c3
60 >;
61 };
Frieder Schrempfba30cc22022-08-24 15:59:19 +020062};
63
64&pinctrl_ecspi1 {
65 u-boot,dm-spl;
66};
67
68&pinctrl_i2c1 {
69 u-boot,dm-spl;
70};
71
72&pinctrl_pmic {
73 u-boot,dm-spl;
74};
75
76&pinctrl_uart3 {
77 u-boot,dm-spl;
78 u-boot,dm-pre-reloc;
79};
80
81&pinctrl_usdhc1 {
82 u-boot,dm-spl;
83};
84
85&pinctrl_usdhc1_100mhz {
86 u-boot,dm-spl;
87};
88
89&pinctrl_usdhc1_200mhz {
90 u-boot,dm-spl;
91};
92
93&pinctrl_usdhc2 {
94 u-boot,dm-spl;
95};
96
97&pca9450 {
98 u-boot,dm-spl;
99};
100
101&{/soc@0/bus@30800000/i2c@30a20000/pmic@25/regulators} {
102 u-boot,dm-spl;
103};
104
105&ecspi1 {
106 u-boot,dm-spl;
107};
108
109&gpio1 {
110 u-boot,dm-spl;
111};
112
113&gpio2 {
114 u-boot,dm-spl;
115};
116
117&gpio3 {
118 u-boot,dm-spl;
119};
120
121&gpio4 {
122 u-boot,dm-spl;
123};
124
125&gpio5 {
126 u-boot,dm-spl;
127};
128
129&uart3 {
130 u-boot,dm-spl;
131 u-boot,dm-pre-reloc;
132};
133
134&usdhc1 {
135 u-boot,dm-spl;
136};
137
138&usdhc2 {
139 u-boot,dm-spl;
140};
141
142&wdog1 {
143 u-boot,dm-spl;
144};
145
146&pinctrl_wdog {
147 u-boot,dm-spl;
148};