summaryrefslogtreecommitdiff
path: root/arch/arm/dts/stih410-b2260-u-boot.dtsi
blob: 1aa0a58d2375814d73fd55de39144f889a2bc814 (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
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (C) 2018, STMicroelectronics - All Rights Reserved
 * Author(s): Patrice Chotard, <patrice.chotard@foss.st.com> for STMicroelectronics.
 *
 */

/{
	soc {
		clk_usb: clk-usb {
			compatible = "fixed-clock";
			#clock-cells = <0>;
			clock-frequency = <100000000>;
		};
	};
};

&dwc3 {
	dr_mode	= "peripheral";
	phys = <&usb2_picophy0>;
};

&ehci0 {
	compatible = "st,st-ehci-300x", "generic-ehci";
	clocks = <&clk_usb>;
};

&ehci1 {
	compatible = "st,st-ehci-300x", "generic-ehci";
	clocks = <&clk_usb>;
};

&ohci0 {
	compatible = "st,st-ehci-300x", "generic-ehci";
	clocks = <&clk_usb>;
};

&ohci1 {
	compatible = "st,st-ehci-300x", "generic-ehci";
	clocks = <&clk_usb>;
};