blob: 4918de388e31eb5194aca2cf146903ea509ebd9d [file] [log] [blame]
Sébastien Szymanski2f90c622018-09-06 09:51:53 +02001// 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};