blob: a5adf27649d68f5ff7c7ab7f4e8a98a9cfc65b18 [file] [log] [blame]
Tim Harveyc9f7ef32021-06-30 16:50:02 -07001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2020 Gateworks Corporation
4 */
5
Tim Harvey42bc70d2021-07-27 15:19:36 -07006#include "imx8mm-u-boot.dtsi"
Tim Harveyc9f7ef32021-06-30 16:50:02 -07007
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&usdhc2 {
37 u-boot,dm-spl;
38};
39
40&pinctrl_usdhc2 {
41 u-boot,dm-spl;
42};
43
44&usdhc3 {
45 u-boot,dm-spl;
46};
47
48&pinctrl_usdhc3 {
49 u-boot,dm-spl;
50};
51
52&i2c1 {
53 u-boot,dm-spl;
54};
55
56&pinctrl_i2c1 {
57 u-boot,dm-spl;
58};
59
60&i2c2 {
61 u-boot,dm-spl;
62};
63
64&pinctrl_i2c2 {
65 u-boot,dm-spl;
66};
67
68&fec1 {
69 phy-reset-gpios = <&gpio4 19 GPIO_ACTIVE_LOW>;
70 phy-reset-duration = <1>;
71 phy-reset-post-delay = <1>;
72};
73
74&{/soc@0/bus@30800000/i2c@30a30000/pmic@4b} {
75 u-boot,dm-spl;
76};
77
78&{/soc@0/bus@30800000/i2c@30a30000/pmic@4b/regulators} {
79 u-boot,dm-spl;
80};
81
82&pinctrl_pmic {
83 u-boot,dm-spl;
84};