2019-11-19 07:42:07 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
|
/*
|
2020-03-04 06:19:43 +00:00
|
|
|
* Copyright (c) 2020 Fuzhou Rockchip Electronics Co., Ltd.
|
2019-11-19 07:42:07 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/dts-v1/;
|
2020-02-21 02:32:12 +00:00
|
|
|
#include "rv1126.dtsi"
|
|
|
|
|
#include "rv1126-u-boot.dtsi"
|
2019-11-19 07:42:07 +00:00
|
|
|
|
|
|
|
|
/ {
|
2020-02-21 02:32:12 +00:00
|
|
|
model = "Rockchip RV1126 Evaluation Board";
|
|
|
|
|
compatible = "rockchip,rv1126-evb", "rockchip,rv1126";
|
2020-03-04 06:19:43 +00:00
|
|
|
|
|
|
|
|
ramdisk-ro {
|
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
|
compatible = "ramdisk-ro";
|
|
|
|
|
status = "okay";
|
|
|
|
|
};
|
2019-11-19 07:42:07 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
&uart2 {
|
|
|
|
|
status = "okay";
|
|
|
|
|
};
|