Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / arm / dts / rk3399-evb-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
4  */
5
6 #include "rk3399-u-boot.dtsi"
7 #include "rk3399-sdram-lpddr3-4GB-1600.dtsi"
8
9 / {
10         chosen {
11                 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
12         };
13 };
14
15 &rng {
16         status = "okay";
17 };
18
19 &i2c0 {
20         u-boot,dm-pre-reloc;
21 };
22
23 &rk808 {
24         u-boot,dm-pre-reloc;
25 };
26
27 &tcphy1 {
28         status = "okay";
29 };
30
31 &usbdrd3_1 {
32         status = "okay";
33 };
34
35 &usbdrd_dwc3_1 {
36         dr_mode = "host";
37         status = "okay";
38 };