Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[oweals/u-boot.git] / arch / arm / dts / keystone-k2g-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 = &usb0;
12                 usb1 = &usb1;
13         };
14 };
15
16 &i2c0 {
17         u-boot,dm-pre-reloc;
18 };
19
20 &i2c1 {
21         u-boot,dm-pre-reloc;
22 };
23
24 &usb0_phy {
25         compatible = "ti,keystone-usbphy";
26         #phy-cells = <0>;
27         reg = <0x2620738 24>;
28         psc-domain = <25>;
29 };
30
31 &usb0 {
32         phys = <&usb0_phy>;
33         snps,u2ss_inp3_quirk;
34 };
35
36 &usb1_phy {
37         compatible = "ti,keystone-usbphy";
38         #phy-cells = <0>;
39         reg = <0x2620750 24>;
40         psc-domain = <26>;
41 };
42
43 &usb1 {
44         phys = <&usb1_phy>;
45         snps,u2ss_inp3_quirk;
46 };