summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imxrt1020-evk-u-boot.dtsi
blob: 34d19e06c5fe4f576c2863a9a5508b8552421169 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
/*
 * Copyright (C) 2020
 * Author(s): Giulio Benetti <giulio.benetti@benettiengineering.com>
 */

/ {
	chosen {
		u-boot,dm-spl;
	};
};

&gpt1 {
	u-boot,dm-spl;
};

&lpuart1 { /* console */
	u-boot,dm-spl;
};

&semc {
	bank1: bank@0 {
		u-boot,dm-spl;
	};
};

&iomuxc {
	u-boot,dm-spl;

	imxrt1020-evk {
		u-boot,dm-spl;
		pinctrl_lpuart1: lpuart1grp {
			u-boot,dm-spl;
		};

		pinctrl_semc: semcgrp {
			u-boot,dm-spl;
		};

		pinctrl_usdhc0: usdhc0grp {
			u-boot,dm-spl;
		};
	};
};

&usdhc1 {
	u-boot,dm-spl;
};