xref: /openbmc/u-boot/arch/arm/dts/imx6qdl-u-boot.dtsi (revision 0f347a0096ad0c1e56d1b18b7eb60731d40d49c2)
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@02000000 {
11			u-boot,dm-spl;
12		};
13
14		aips-bus@02100000 {
15			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};
27