blob: 99922ca0307b27c37d9e75997ab9d6e677e566ee [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
6&am43xx_control_usb2phy1 {
7 compatible = "ti,control-phy-usb2-am437", "syscon";
8};
9
10&am43xx_control_usb2phy2 {
11 compatible = "ti,control-phy-usb2-am437", "syscon";
12};
13
14&ocp2scp0 {
15 compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp", "simple-bus";
16};
17
18&ocp2scp1 {
19 compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp", "simple-bus";
20};
Jean-Jacques Hiblot4ea07112018-12-04 11:30:53 +010021
22&dwc3_1 {
23 u-boot,dm-spl;
24};
25
26&usb1 {
27 u-boot,dm-spl;
28};
29
30&usb2_phy1 {
31 u-boot,dm-spl;
32};
33
34&am43xx_control_usb2phy1 {
35 u-boot,dm-spl;
36};
37
38&ocp2scp0 {
39 u-boot,dm-spl;
40};