mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
16 lines
234 B
Text
16 lines
234 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_gpmi_nand {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&gpmi {
|
||
|
u-boot,dm-spl;
|
||
|
};
|