Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / arm / dts / keystone-k2e-evm-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
4  */
5
6 /{
7         soc {
8                 u-boot,dm-pre-reloc;
9         };
10         aliases {
11                 usb0 = &usb;
12                 usb1 = &usb1;
13         };
14 };
15
16 &i2c1 {
17         u-boot,dm-pre-reloc;
18 };
19
20 &usb_phy {
21         #phy-cells = <0>;
22         psc-domain = <2>;
23 };
24
25 &usb {
26         dwc3@2690000 {
27                 phys = <&usb_phy>;
28                 dr_mode = "host";
29                 snps,u2ss_inp3_quirk;
30                 status = "okay";
31         };
32 };
33
34 &usb1_phy {
35         #phy-cells = <0>;
36         psc-domain = <1>;
37 };
38
39 &usb1 {
40         dwc3@25010000 {
41                 phys = <&usb1_phy>;
42                 dr_mode = "peripheral";
43                 snps,u2ss_inp3_quirk;
44                 status = "okay";
45         };
46 };