Merge branch 'master' of git://git.denx.de/u-boot-samsung
[platform/kernel/u-boot.git] / arch / arm / dts / rv1108-evb.dts
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
25 &gmac {
26         status = "okay";
27         clock_in_out = <0>;
28         snps,reset-active-low;
29         snps,reset-delays-us = <0 10000 1000000>;
30         snps,reset-gpio = <&gpio1 RK_PC1 GPIO_ACTIVE_LOW>;
31 };
32
33 &sfc {
34         status = "okay";
35         flash@0 {
36                 compatible = "gd25q256","spi-flash";
37                 reg = <0>;
38                 spi-tx-bus-width = <1>;
39                 spi-rx-bus-width = <1>;
40                 spi-max-frequency = <96000000>;
41         };
42 };
43
44 &uart0 {
45         status = "okay";
46 };
47
48 &uart1 {
49         status = "okay";
50 };
51
52 &uart2 {
53         status = "okay";
54 };