ARM: dts: i.MX6UL: U-Boot specific dts for u-boot, dm-spl
[oweals/u-boot.git] / arch / arm / dts / imx6ul-u-boot.dtsi
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 };