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-k2hk-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 };
11
12 &i2c1 {
13         u-boot,dm-pre-reloc;
14 };
15
16 &usb_phy {
17         #phy-cells = <0>;
18         psc-domain = <2>;
19 };
20
21 &usb {
22         dwc3@2690000 {
23                 phys = <&usb_phy>;
24                 dr_mode = "host";
25                 snps,u2ss_inp3_quirk;
26                 status = "okay";
27         };
28 };