blob: ae838caebcf7b999aeade1dce55efa380a1c81f8 [file] [log] [blame]
Marek Vasut866a33e2022-08-12 22:41:53 +02001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (C) 2022 Marek Vasut <marex@denx.de>
4 */
5
6#include "imx8mp-u-boot.dtsi"
7
8/ {
9 aliases {
10 eeprom0 = &eeprom0;
11 eeprom1 = &eeprom1;
12 mmc0 = &usdhc2; /* MicroSD */
13 mmc1 = &usdhc3; /* eMMC */
14 mmc2 = &usdhc1; /* SDIO */
15 };
16
17 config {
18 dh,ram-coding-gpios = <&gpio3 22 0>, <&gpio3 23 0>, <&gpio3 24 0>;
19 };
20
21 wdt-reboot {
22 compatible = "wdt-reboot";
23 wdt = <&wdog1>;
24 u-boot,dm-spl;
25 };
26};
27
28&buck4 {
29 u-boot,dm-spl;
30};
31
32&buck5 {
33 u-boot,dm-spl;
34};
35
36&eqos {
37 /delete-property/ assigned-clocks;
38 /delete-property/ assigned-clock-parents;
39 /delete-property/ assigned-clock-rates;
40};
41
42&gpio1 {
43 u-boot,dm-spl;
44};
45
46&gpio2 {
47 u-boot,dm-spl;
48};
49
50&gpio3 {
51 u-boot,dm-spl;
52};
53
54&gpio4 {
55 u-boot,dm-spl;
56};
57
58&gpio5 {
59 u-boot,dm-spl;
60};
61
62&i2c3 {
63 u-boot,dm-spl;
64};
65
66&pinctrl_i2c3 {
67 u-boot,dm-spl;
68};
69
70&pinctrl_i2c3_gpio {
71 u-boot,dm-spl;
72};
73
74&pinctrl_pmic {
75 u-boot,dm-spl;
76};
77
78&pinctrl_uart1 {
79 u-boot,dm-spl;
80};
81
82&pinctrl_usdhc2 {
83 u-boot,dm-spl;
84};
85
86&pinctrl_usdhc2_100mhz {
87 u-boot,dm-spl;
88};
89
90&pinctrl_usdhc2_200mhz {
91 u-boot,dm-spl;
92};
93
94&pinctrl_usdhc2_vmmc {
95 u-boot,dm-spl;
96};
97
98&pinctrl_usdhc3 {
99 u-boot,dm-spl;
100};
101
102&pinctrl_usdhc3_100mhz {
103 u-boot,dm-spl;
104};
105
106&pinctrl_usdhc3_100mhz {
107 u-boot,dm-spl;
108};
109
110&pmic {
111 u-boot,dm-spl;
112
113 regulators {
114 u-boot,dm-spl;
115 };
116};
117
118&reg_usdhc2_vmmc {
119 u-boot,dm-spl;
120};
121
122&uart1 {
123 u-boot,dm-spl;
124};
125
126/* SDIO WiFi */
127&usdhc1 {
128 status = "disabled";
129};
130
131&usdhc2 {
132 u-boot,dm-spl;
133};
134
135&usdhc3 {
136 u-boot,dm-spl;
137};
138
139&wdog1 {
140 u-boot,dm-spl;
141};