mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 02:20:25 +00:00
14 lines
167 B
Text
14 lines
167 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright (C) 2022 Collabora
|
||
|
*/
|
||
|
|
||
|
#include "imx6qdl-u-boot.dtsi"
|
||
|
|
||
|
/ {
|
||
|
aliases {
|
||
|
mmc0 = &usdhc3;
|
||
|
mmc1 = &usdhc4;
|
||
|
};
|
||
|
};
|