summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx28-xea-u-boot.dtsi
blob: cc2ced5d2d4c6f70848a078a2c18841d6847a441 (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
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright 2019
 * Lukasz Majewski, DENX Software Engineering, lukma@denx.de
 *
 * SPDX-License-Identifier:     GPL-2.0+ or X11
 */

/*
 * The minimal augmentation DTS U-Boot file to allow eMMC driver
 * configuration in SPL for falcon boot.
 */
#include "imx28-u-boot.dtsi"
/ {
	apb@80000000 {
		u-boot,dm-spl;

		apbh@80000000 {
			u-boot,dm-spl;
		};

		apbx@80040000 {
			u-boot,dm-spl;
		};
	};
};

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

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

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

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

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