1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source extras for U-Boot for the OPOS6UL SoM
4 *
5 * Copyright (C) 2018 Armadeus Systems <support@armadeus.com>
6 */
7
8/ {
9	soc {
10		u-boot,dm-spl;
11	};
12};
13
14&aips2 {
15	u-boot,dm-spl;
16};
17
18&iomuxc {
19	u-boot,dm-spl;
20};
21
22&pinctrl_usdhc1 {
23	u-boot,dm-spl;
24};
25
26&usdhc1 {
27	u-boot,dm-spl;
28};
29