blob: aea48f2d795be8d527039c401c1be28bdb1e3c2f [file] [log] [blame]
Tim Harvey2cb156e2022-02-11 10:48:56 -08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2022 Gateworks Corporation
4 */
5
Adam Fordaf007622022-10-21 19:58:37 -05006#include "imx8mn-u-boot.dtsi"
Tim Harvey2cb156e2022-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 Harveyfb9ec332022-04-13 08:56:40 -070052&gsc {
53 u-boot,dm-spl;
54};
55
Tim Harvey2cb156e2022-02-11 10:48:56 -080056&i2c2 {
57 u-boot,dm-spl;
58};
59
60&pinctrl_i2c2 {
61 u-boot,dm-spl;
62};
63
Peng Fan6692cd92022-06-11 20:21:05 +080064&pinctrl_wdog {
65 u-boot,dm-spl;
66};