blob: 0aa29e38b831deb48db8990bc00929dbd3877a39 [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/ {
7 soc {
8 u-boot,dm-spl;
9
Abel Vesae72e3542019-02-01 16:40:14 +000010 aips-bus@2000000 {
Jagan Teki21756372018-04-11 18:02:20 +053011 u-boot,dm-spl;
Adam Ford8d037092019-02-20 08:53:56 -060012 spba-bus@2000000 {
13 u-boot,dm-spl;
14 };
Jagan Teki21756372018-04-11 18:02:20 +053015 };
16
Abel Vesae72e3542019-02-01 16:40:14 +000017 aips-bus@2100000 {
Jagan Teki21756372018-04-11 18:02:20 +053018 u-boot,dm-spl;
19 };
20 };
21};
22
23&gpio1 {
24 u-boot,dm-spl;
25};
26
27&iomuxc {
28 u-boot,dm-spl;
29};