mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
16 lines
233 B
Text
16 lines
233 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright 2021 Collabora Ltd.
|
||
|
* Copyright 2021 BSH Hausgeraete GmbH
|
||
|
*/
|
||
|
|
||
|
#include "imx8mn-bsh-smm-s2-u-boot-common.dtsi"
|
||
|
|
||
|
&pinctrl_usdhc1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&usdhc1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|