mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
ARM: zynq: dts: Added alias for usb node
This patch added alias for usb node in dts file. Signed-off-by: Vipul Kumar <vipul.kumar@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
a6af30908b
commit
69b67ec8c9
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
serial0 = &uart1;
|
||||
spi0 = &qspi;
|
||||
mmc0 = &sdhci0;
|
||||
usb0 = &usb0;
|
||||
};
|
||||
|
||||
memory@0 {
|
||||
|
|
Loading…
Reference in a new issue