mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
55 lines
827 B
Text
55 lines
827 B
Text
|
/*
|
||
|
* (C) Copyright 2016 Rockchip Electronics Co., Ltd
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "rv1108.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Rockchip RV1108 Evaluation board";
|
||
|
compatible = "rockchip,rv1108-evb", "rockchip,rv1108";
|
||
|
|
||
|
memory@60000000 {
|
||
|
device_type = "memory";
|
||
|
reg = <0x60000000 0x08000000>;
|
||
|
};
|
||
|
|
||
|
chosen {
|
||
|
stdout-path = "serial2:1500000n8";
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&gmac {
|
||
|
status = "okay";
|
||
|
clock_in_out = <0>;
|
||
|
snps,reset-active-low;
|
||
|
snps,reset-delays-us = <0 10000 1000000>;
|
||
|
snps,reset-gpio = <&gpio1 RK_PC1 GPIO_ACTIVE_LOW>;
|
||
|
};
|
||
|
|
||
|
&sfc {
|
||
|
status = "okay";
|
||
|
flash@0 {
|
||
|
compatible = "gd25q256","spi-flash";
|
||
|
reg = <0>;
|
||
|
spi-tx-bus-width = <1>;
|
||
|
spi-rx-bus-width = <1>;
|
||
|
spi-max-frequency = <96000000>;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&uart0 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&uart1 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&uart2 {
|
||
|
status = "okay";
|
||
|
};
|