blob: 2fac2fcdf9ba38669148eae19b57b1bf7fd71f3b [file] [log] [blame]
Jean-Jacques Hiblot894f0022018-12-04 11:30:52 +01001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
4 */
5
Jean-Jacques Hiblot64c59922019-01-24 15:42:51 +01006/{
7 aliases {
8 usb0 = &usb1;
9 usb1 = &usb2;
10 };
11};
12
Jean-Jacques Hiblot894f0022018-12-04 11:30:52 +010013&am43xx_control_usb2phy1 {
14 compatible = "ti,control-phy-usb2-am437", "syscon";
15};
16
17&am43xx_control_usb2phy2 {
18 compatible = "ti,control-phy-usb2-am437", "syscon";
19};
20
21&ocp2scp0 {
22 compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp", "simple-bus";
23};
24
25&ocp2scp1 {
26 compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp", "simple-bus";
27};
Jean-Jacques Hiblot4ea07112018-12-04 11:30:53 +010028
29&dwc3_1 {
Simon Glass8c103c32023-02-13 08:56:33 -070030 bootph-pre-ram;
Jean-Jacques Hiblot4ea07112018-12-04 11:30:53 +010031};
32
33&usb1 {
Simon Glass8c103c32023-02-13 08:56:33 -070034 bootph-pre-ram;
Jean-Jacques Hiblot4ea07112018-12-04 11:30:53 +010035};
36
37&usb2_phy1 {
Simon Glass8c103c32023-02-13 08:56:33 -070038 bootph-pre-ram;
Jean-Jacques Hiblot4ea07112018-12-04 11:30:53 +010039};
40
41&am43xx_control_usb2phy1 {
Simon Glass8c103c32023-02-13 08:56:33 -070042 bootph-pre-ram;
Jean-Jacques Hiblot4ea07112018-12-04 11:30:53 +010043};
44
45&ocp2scp0 {
Simon Glass8c103c32023-02-13 08:56:33 -070046 bootph-pre-ram;
Jean-Jacques Hiblot4ea07112018-12-04 11:30:53 +010047};
Jean-Jacques Hiblot341e5a22019-01-24 15:42:52 +010048
49&dwc3_2 {
Simon Glass8c103c32023-02-13 08:56:33 -070050 bootph-pre-ram;
Jean-Jacques Hiblot341e5a22019-01-24 15:42:52 +010051};
52
53&usb2 {
Simon Glass8c103c32023-02-13 08:56:33 -070054 bootph-pre-ram;
Jean-Jacques Hiblot341e5a22019-01-24 15:42:52 +010055};
56
57&usb2_phy2 {
Simon Glass8c103c32023-02-13 08:56:33 -070058 bootph-pre-ram;
Jean-Jacques Hiblot341e5a22019-01-24 15:42:52 +010059};
60
61&am43xx_control_usb2phy2 {
Simon Glass8c103c32023-02-13 08:56:33 -070062 bootph-pre-ram;
Jean-Jacques Hiblot341e5a22019-01-24 15:42:52 +010063};
64
65&ocp2scp1 {
Simon Glass8c103c32023-02-13 08:56:33 -070066 bootph-pre-ram;
Jean-Jacques Hiblot341e5a22019-01-24 15:42:52 +010067};