u-boot-brain/arch/arm/dts/am4372-u-boot.dtsi
Jean-Jacques Hiblot 64c59926ad 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>
2019-02-01 09:14:21 -05:00

48 lines
678 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/*
* 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";
};
&am43xx_control_usb2phy2 {
compatible = "ti,control-phy-usb2-am437", "syscon";
};
&ocp2scp0 {
compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp", "simple-bus";
};
&ocp2scp1 {
compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp", "simple-bus";
};
&dwc3_1 {
u-boot,dm-spl;
};
&usb1 {
u-boot,dm-spl;
};
&usb2_phy1 {
u-boot,dm-spl;
};
&am43xx_control_usb2phy1 {
u-boot,dm-spl;
};
&ocp2scp0 {
u-boot,dm-spl;
};