imx8m: config: convert to bootm_size
[platform/kernel/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                 stdout-path = "serial2:1500000n8";
12                 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
13         };
14 };
15
16 &rng {
17         status = "okay";
18 };
19
20 &i2c0 {
21         u-boot,dm-pre-reloc;
22 };
23
24 &rk808 {
25         u-boot,dm-pre-reloc;
26 };
27
28 &tcphy1 {
29         status = "okay";
30 };
31
32 &usbdrd3_1 {
33         status = "okay";
34 };
35
36 &usbdrd_dwc3_1 {
37         dr_mode = "host";
38         status = "okay";
39 };