According to commit 724ba67515 ("ARM: dts: Move .dts files to vendor sub-directories").
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I3a8da8240526c0f0d8114b591a5143d851ffac5b
30 lines
483 B
Plaintext
30 lines
483 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2023 Rockchip Electronics Co., Ltd.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "rv1106g-evb2-v10.dts"
|
|
|
|
/ {
|
|
model = "Rockchip RV1106G EVB2 V12 Board";
|
|
compatible = "rockchip,rv1106g-evb2-v12", "rockchip,rv1106";
|
|
};
|
|
|
|
&rkcif_mipi_lvds {
|
|
rtt-suspend;
|
|
status = "okay";
|
|
};
|
|
|
|
&rkisp_vir0 {
|
|
memory-region-thunderboot = <&rkisp_thunderboot>;
|
|
rtt-suspend;
|
|
status = "okay";
|
|
};
|
|
|
|
&thunder_boot_service {
|
|
memory-no-free;
|
|
status = "okay";
|
|
};
|