xref: /rk3399_rockchip-uboot/arch/arm/dts/rk3368-evb.dts (revision b8fa3d2a17dce6006a8a5f46cbc978a19a3fdf82)
1/*
2 * SPDX-License-Identifier:     GPL-2.0+
3 *
4 * (C) Copyright 2018 Rockchip Electronics Co., Ltd
5 */
6
7/dts-v1/;
8#include "rk3368.dtsi"
9#include "rk3368-u-boot.dtsi"
10#include <dt-bindings/input/input.h>
11
12/ {
13	model = "Rockchip RK3399 Evaluation Board";
14	compatible = "rockchip,rk3368-evb", "rockchip,rk3368";
15
16	chosen {
17		stdout-path = "serial2:115200n8";
18	};
19};
20
21&emmc {
22	fifo-mode;
23	bus-width = <8>;
24	cap-mmc-highspeed;
25	supports-emmc;
26	disable-wp;
27	non-removable;
28	num-slots = <1>;
29	pinctrl-names = "default";
30	pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
31	status = "okay";
32};
33
34&uart2 {
35	status = "okay";
36};
37
38&u2phy {
39	status = "okay";
40
41	u2phy_host: host-port {
42		status = "okay";
43	};
44};
45
46&usb_host0_ehci {
47	status = "okay";
48};
49
50&usb_host0_ohci {
51	status = "okay";
52};
53
54&usb_otg {
55	status = "okay";
56};
57