blob: e6363aa1c1ac5a028f02b0c2650201c7c231b574 [file] [log] [blame]
Jagan Teki0d3dc272018-04-11 18:02:20 +05301/*
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 aips-bus@02000000 {
12 u-boot,dm-spl;
13 };
14
15 aips-bus@02100000 {
16 u-boot,dm-spl;
17 };
18 };
19};
20
21&gpio1 {
22 u-boot,dm-spl;
23};
24
25&iomuxc {
26 u-boot,dm-spl;
27};