summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6ul-opos6ul-u-boot.dtsi
blob: 4918de388e31eb5194aca2cf146903ea509ebd9d (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
// SPDX-License-Identifier: GPL-2.0
/*
 * Device Tree Source extras for U-Boot for the OPOS6UL SoM
 *
 * Copyright (C) 2018 Armadeus Systems <support@armadeus.com>
 */

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

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

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

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

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