]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/dts/rk3399-evb-u-boot.dtsi
Merge branch 'next'
[thirdparty/u-boot.git] / arch / arm / dts / rk3399-evb-u-boot.dtsi
CommitLineData
ddf49cbf
JT
1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
4 */
5
90430fa8 6#include "rk3399-u-boot.dtsi"
ddf49cbf 7#include "rk3399-sdram-lpddr3-4GB-1600.dtsi"
e7505d06
PR
8
9/ {
10 chosen {
3d82b1b3 11 stdout-path = "serial2:1500000n8";
97de3935 12 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
e7505d06
PR
13 };
14};
91e858dc 15
f44bf1b5 16&i2c0 {
8c103c33 17 bootph-all;
f44bf1b5
JT
18};
19
20&rk808 {
8c103c33 21 bootph-all;
f44bf1b5 22};
86554ab1
FW
23
24&tcphy1 {
25 status = "okay";
26};
27
28&usbdrd3_1 {
29 status = "okay";
30};
31
32&usbdrd_dwc3_1 {
33 dr_mode = "host";
34 status = "okay";
35};
d6092e32 36
2a6eb3b8
KY
37&vdd_center {
38 regulator-init-microvolt = <900000>;
39};
40
d6092e32 41&sdmmc {
8c103c33 42 bootph-all;
d6092e32
KY
43 bus-width = <4>;
44 cap-mmc-highspeed;
45 cap-sd-highspeed;
46 cd-gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
47 disable-wp;
48 max-frequency = <150000000>;
49 pinctrl-names = "default";
50 pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_bus4>;
51 status = "okay";
52};