arm: dts: imx6qdl-u-boot: Alias usb0 to usbotg
[oweals/u-boot.git] / arch / arm / dts / imx6qdl-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com>
4  */
5
6 / {
7         aliases {
8                 usb0 = &usbotg;
9         };
10
11         soc {
12                 u-boot,dm-spl;
13
14                 aips-bus@2000000 {
15                         u-boot,dm-spl;
16                         spba-bus@2000000 {
17                                 u-boot,dm-spl;
18                         };
19                 };
20
21                 aips-bus@2100000 {
22                         u-boot,dm-spl;
23                 };
24         };
25 };
26
27 &gpio1 {
28         u-boot,dm-spl;
29 };
30
31 &iomuxc {
32         u-boot,dm-spl;
33 };