mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
29 lines
331 B
Text
29 lines
331 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Device Tree Source extras for U-Boot for the OPOS6UL SoM
|
||
|
*
|
||
|
* Copyright (C) 2018 Armadeus Systems <support@armadeus.com>
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
soc {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&aips2 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&iomuxc {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&pinctrl_usdhc1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&usdhc1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|