ARM: dts: rockchip: Adds dts for rv1109 fpga board

Change-Id: Id7294812c0f4147b9c4c124437a8b8897578bc9f
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
This commit is contained in:
Sugar Zhang
2019-09-19 10:49:34 +08:00
committed by Tao Huang
parent 67a9bae411
commit d41061eefc
2 changed files with 31 additions and 0 deletions

View File

@@ -842,6 +842,7 @@ dtb-$(CONFIG_ARCH_RENESAS) += \
sh73a0-kzm9g.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += \
rv1108-evb.dtb \
rv1109-fpga.dtb \
rk3036-evb.dtb \
rk3036-kylin.dtb \
rk3066a-bqcurie2.dtb \

View File

@@ -0,0 +1,30 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd.
*/
/dts-v1/;
#include "rv1109.dtsi"
/ {
model = "Rockchip RV1109 FPGA Board";
compatible = "rockchip,rv1109-fpga", "rockchip,rv1109";
memory@0 {
device_type = "memory";
reg = <0x00000000 0x10000000>;
};
chosen {
bootargs = "earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 initrd=0x9000000,0xb05e7 init=/init";
};
};
&fiq_debugger {
status = "okay";
};
&uart2 {
clocks = <&xin24m>, <&xin24m>;
};