blob: 184c30ab4a791d180774fe77c04c46eeae059a4d [file] [log] [blame]
Marek Vasutbba6cc72022-04-12 17:26:01 +02001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2022 Marek Vasut <marex@denx.de>
4 */
5
6#include "imx8mm-u-boot.dtsi"
7
8/ {
9 aliases {
10 eeprom0 = &eeprom;
11 mmc0 = &usdhc3; /* eMMC */
12 mmc1 = &usdhc2; /* MicroSD */
13 };
14
15 config {
16 dmo,ram-coding-gpios = <&gpio2 8 0>, <&gpio2 1 0>, <&gpio2 0 0>;
17 };
18
19 wdt-reboot {
20 compatible = "wdt-reboot";
21 wdt = <&wdog1>;
22 u-boot,dm-spl;
23 };
24};
25
26&buck4_reg {
27 u-boot,dm-spl;
28};
29
30&buck5_reg {
31 u-boot,dm-spl;
32};
33
34&i2c1 {
35 u-boot,dm-spl;
36};
37
38&pinctrl_hog_sbc {
39 u-boot,dm-spl;
40};
41
42&pinctrl_i2c1 {
43 u-boot,dm-spl;
44};
45
46&pinctrl_i2c1_gpio {
47 u-boot,dm-spl;
48};
49
50&pinctrl_pmic {
51 u-boot,dm-spl;
52};
53
54&pinctrl_uart3 {
55 u-boot,dm-spl;
56};
57
58&pinctrl_usdhc2 {
59 u-boot,dm-spl;
60};
61
62&pinctrl_usdhc3 {
63 u-boot,dm-spl;
64};
65
66&pmic {
67 u-boot,dm-spl;
68
69 regulators {
70 u-boot,dm-spl;
71 };
72};
73
74&gpio1 {
75 u-boot,dm-spl;
76};
77
78&gpio2 {
79 u-boot,dm-spl;
80};
81
82&gpio3 {
83 u-boot,dm-spl;
84};
85
86&gpio4 {
87 u-boot,dm-spl;
88};
89
90&gpio5 {
91 u-boot,dm-spl;
92};
93
94&uart3 {
95 u-boot,dm-spl;
96};
97
98&usbotg1 {
99 dr_mode = "peripheral";
100};
101
102&usdhc2 {
103 u-boot,dm-spl;
104 sd-uhs-sdr104;
105 sd-uhs-ddr50;
106};
107
108&usdhc3 {
109 u-boot,dm-spl;
110 mmc-hs400-1_8v;
111 mmc-hs400-enhanced-strobe;
112};
113
114&wdog1 {
115 u-boot,dm-spl;
116};