18 lines
426 B
Plaintext
18 lines
426 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "rv1109-evb-v10.dtsi"
|
|
|
|
/ {
|
|
model = "Rockchip RV1109 EVB DDR3 Board";
|
|
compatible = "rockchip,rv1109-evb-ddr3-v10", "rockchip,rv1109";
|
|
|
|
chosen {
|
|
bootargs = "clk_ignore_unused earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait";
|
|
};
|
|
};
|