blob: 1a15d6a2add8b96348185c0153f59d06816bd893 [file] [log] [blame]
Tim Harvey03bf8432021-03-02 14:00:21 -08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2021 Gateworks Corporation
4 */
5
Jagan Tekic1f09502021-04-26 18:23:46 +05306#include "imx8mm-u-boot.dtsi"
Tim Harvey03bf8432021-03-02 14:00:21 -08007
8&gpio1 {
9 u-boot,dm-spl;
10};
11
12&gpio2 {
13 u-boot,dm-spl;
14};
15
16&gpio3 {
17 u-boot,dm-spl;
18};
19
20&gpio4 {
21 u-boot,dm-spl;
22};
23
24&gpio5 {
25 u-boot,dm-spl;
26};
27
28&uart2 {
29 u-boot,dm-spl;
30};
31
32&pinctrl_uart2 {
33 u-boot,dm-spl;
34};
35
36&usdhc3 {
37 u-boot,dm-spl;
38};
39
40&pinctrl_usdhc3 {
41 u-boot,dm-spl;
42};
43
44&i2c1 {
45 u-boot,dm-spl;
46};
47
48&pinctrl_i2c1 {
49 u-boot,dm-spl;
50};
51
52&i2c2 {
53 u-boot,dm-spl;
54};
55
56&pinctrl_i2c2 {
57 u-boot,dm-spl;
58};
59
60&fec1 {
61 phy-reset-gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
62 phy-reset-duration = <1>;
63 phy-reset-post-delay = <1>;
64};
65
66&{/soc@0/bus@30800000/i2c@30a20000/pmic@69} {
67 u-boot,dm-spl;
68};
69
70&{/soc@0/bus@30800000/i2c@30a20000/pmic@69/regulators} {
71 u-boot,dm-spl;
72};