xref: /openbmc/u-boot/arch/arm/dts/imx6ul-u-boot.dtsi (revision 9faa43c4)
1/*
2 * Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com>
3 *
4 * SPDX-License-Identifier:     GPL-2.0+
5 */
6
7/ {
8	soc {
9		u-boot,dm-spl;
10	};
11};
12
13&aips1 {
14	u-boot,dm-spl;
15};
16
17&gpio1 {
18	u-boot,dm-spl;
19};
20
21&gpio4 {
22	u-boot,dm-spl;
23};
24
25&iomuxc {
26	u-boot,dm-spl;
27};
28
29&aips2 {
30	u-boot,dm-spl;
31};
32