mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
ARM: DTS: am43xx: Add aliases for the USB ports
Although not required, it doesn't hurt to explicitly map the USB ports to a USB controller. Without this, the port number will be derived from the binding order of the peripheral devices. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
This commit is contained in:
parent
dd5b0e229b
commit
64c59926ad
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@
|
|||
* Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
|
||||
*/
|
||||
|
||||
/{
|
||||
aliases {
|
||||
usb0 = &usb1;
|
||||
usb1 = &usb2;
|
||||
};
|
||||
};
|
||||
|
||||
&am43xx_control_usb2phy1 {
|
||||
compatible = "ti,control-phy-usb2-am437", "syscon";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue