mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-02 22:37:22 +00:00
11 lines
128 B
Text
11 lines
128 B
Text
|
/ {
|
||
|
aliases {
|
||
|
mmc0 = &usdhc3;
|
||
|
usb0 = &usbotg1;
|
||
|
};
|
||
|
|
||
|
chosen {
|
||
|
stdout-path = &uart1;
|
||
|
};
|
||
|
};
|