hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// 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";
};