xref: /rk3399_rockchip-uboot/arch/arm/dts/rk3368-evb.dts (revision d59cf5aebb67b925168bd8f731d061f6aa633d8a)
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
17&emmc {
18	fifo-mode;
19	bus-width = <8>;
20	cap-mmc-highspeed;
21	supports-emmc;
22	disable-wp;
23	non-removable;
24	num-slots = <1>;
25	pinctrl-names = "default";
26	pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
27	status = "okay";
28};
29
30&uart2 {
31	status = "okay";
32};
33
34&u2phy {
35	status = "okay";
36
37	u2phy_host: host-port {
38		status = "okay";
39	};
40};
41
42&usb_host0_ehci {
43	status = "okay";
44};
45
46&usb_host0_ohci {
47	status = "okay";
48};
49
50&usb_otg {
51	status = "okay";
52};
53