blob: 45ae2fad0b28bda92c49e2a1d62de9fe2f7ca8ce [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;
12 };
13
Abel Vesae72e3542019-02-01 16:40:14 +000014 aips-bus@2100000 {
Jagan Teki21756372018-04-11 18:02:20 +053015 u-boot,dm-spl;
16 };
17 };
18};
19
20&gpio1 {
21 u-boot,dm-spl;
22};
23
24&iomuxc {
25 u-boot,dm-spl;
26};