summaryrefslogtreecommitdiff
path: root/arch/arm/dts/am4372-u-boot.dtsi
blob: 986ae17470d920a2bc428eacf304bd824739a4dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
// 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;
};

&dwc3_2 {
	u-boot,dm-spl;
};

&usb2 {
	u-boot,dm-spl;
};

&usb2_phy2 {
	u-boot,dm-spl;
};

&am43xx_control_usb2phy2 {
	u-boot,dm-spl;
};

&ocp2scp1 {
	u-boot,dm-spl;
};