1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com>
4 */
5
6/ {
7	soc {
8		u-boot,dm-spl;
9
10		aips-bus@2000000 {
11			u-boot,dm-spl;
12			spba-bus@2000000 {
13				u-boot,dm-spl;
14			};
15		};
16
17		aips-bus@2100000 {
18			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};
30