xref: /rk3399_rockchip-uboot/arch/arm/dts/rv1108-evb.dts (revision 5821df21ae36d9ef252d346a5abb76be773c5d69)
1/*
2 * (C) Copyright 2016 Rockchip Electronics Co., Ltd
3 *
4 * SPDX-License-Identifier:     GPL-2.0+
5 */
6
7/dts-v1/;
8
9#include "rv1108.dtsi"
10
11/ {
12	model = "Rockchip RV1108 Evaluation board";
13	compatible = "rockchip,rv1108-evb", "rockchip,rv1108";
14
15	memory@60000000 {
16		device_type = "memory";
17		reg = <0x60000000 0x08000000>;
18	};
19
20	chosen {
21		stdout-path = "serial2:1500000n8";
22	};
23
24	vcc5v0_otg: vcc5v0-otg-drv {
25		compatible = "regulator-fixed";
26		enable-active-high;
27		regulator-name = "vcc5v0_otg";
28		gpio = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>;
29		regulator-min-microvolt = <5000000>;
30		regulator-max-microvolt = <5000000>;
31	};
32};
33
34&gmac {
35	status = "okay";
36	clock_in_out = <0>;
37	snps,reset-active-low;
38	snps,reset-delays-us = <0 10000 1000000>;
39	snps,reset-gpio = <&gpio1 RK_PC1 GPIO_ACTIVE_LOW>;
40};
41
42&saradc {
43	status = "okay";
44};
45
46&sfc {
47	status = "okay";
48	flash@0 {
49		compatible = "gd25q256","spi-flash";
50		reg = <0>;
51		spi-tx-bus-width = <1>;
52		spi-rx-bus-width = <1>;
53		spi-max-frequency = <96000000>;
54	};
55};
56
57&u2phy {
58	status = "okay";
59};
60
61&u2phy_otg {
62	status = "okay";
63};
64
65&u2phy_host {
66	status = "okay";
67};
68
69&uart0 {
70	status = "okay";
71};
72
73&uart1 {
74	status = "okay";
75};
76
77&uart2 {
78	status = "okay";
79};
80
81&usb20_otg {
82	vbus-supply = <&vcc5v0_otg>;
83	status = "okay";
84};
85
86&usb_host_ehci {
87	status = "okay";
88};
89
90&usb_host_ohci {
91	status = "okay";
92};
93