mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
11 lines
128 B
Text
11 lines
128 B
Text
|
/ {
|
||
|
aliases {
|
||
|
mmc0 = &usdhc3;
|
||
|
usb0 = &usbotg1;
|
||
|
};
|
||
|
|
||
|
chosen {
|
||
|
stdout-path = &uart1;
|
||
|
};
|
||
|
};
|