mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-03 18:10:13 +00:00
8 lines
84 B
Text
8 lines
84 B
Text
|
// SPDX-License-Identifier: GPL-2.0 OR MIT
|
||
|
|
||
|
/ {
|
||
|
aliases {
|
||
|
mmc0 = &usdhc3;
|
||
|
};
|
||
|
};
|