blob: e161ebb9af45221d621f4cf31aa1d3704d501f3f [file] [log] [blame]
Tom Rini855ff8e2018-05-18 17:54:39 -04001// SPDX-License-Identifier: GPL-2.0+
Jagan Teki21756372018-04-11 18:02:20 +05302/*
3 * Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com>
Jagan Teki21756372018-04-11 18:02:20 +05304 */
5
6/ {
Sjoerd Simonsbf219a32019-06-04 15:49:58 +02007 aliases {
8 usb0 = &usbotg;
9 };
10
Jagan Teki21756372018-04-11 18:02:20 +053011 soc {
12 u-boot,dm-spl;
13
Abel Vesae72e3542019-02-01 16:40:14 +000014 aips-bus@2000000 {
Jagan Teki21756372018-04-11 18:02:20 +053015 u-boot,dm-spl;
Adam Ford8d037092019-02-20 08:53:56 -060016 spba-bus@2000000 {
17 u-boot,dm-spl;
18 };
Jagan Teki21756372018-04-11 18:02:20 +053019 };
20
Abel Vesae72e3542019-02-01 16:40:14 +000021 aips-bus@2100000 {
Jagan Teki21756372018-04-11 18:02:20 +053022 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};