blob: 4af6b8b4ed87feae41ed26f305d4ebd09e4e20a6 [file] [log] [blame]
Tim Harvey1a50e742022-02-11 10:48:56 -08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2022 Gateworks Corporation
4 */
5
Adam Ford4bd54932022-10-21 19:58:37 -05006#include "imx8mn-u-boot.dtsi"
Tim Harvey1a50e742022-02-11 10:48:56 -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
Tim Harvey2ccf28d2022-11-11 08:03:07 -080052&pinctrl_i2c1_gpio {
53 u-boot,dm-spl;
54};
55
Tim Harveyd4daeaa2022-04-13 08:56:40 -070056&gsc {
57 u-boot,dm-spl;
58};
59
Tim Harvey1a50e742022-02-11 10:48:56 -080060&i2c2 {
61 u-boot,dm-spl;
62};
63
64&pinctrl_i2c2 {
65 u-boot,dm-spl;
66};
67
Peng Fan8cf3c8e2022-06-11 20:21:05 +080068&pinctrl_wdog {
69 u-boot,dm-spl;
70};