hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
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
30
31
32
33
34
35
36
37
38
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (c) 2021 Rockchip Electronics Co., Ltd.
 */
 
/dts-v1/;
#include "rv1126-bat-evb-v10.dtsi"
 
/ {
   model = "Rockchip RV1126 BAT EVB V10 with snapshot Board";
   compatible = "rockchip,rv1126-tb-snapshot", "rockchip,rv1126";
};
 
&thunderboot_ramoops {
   reg = <0x00280000 0x00010000>;
   record-size = <0x0000>;
   console-size = <0x00000>;
   ftrace-size = <0x00000>;
   pmsg-size = <0x00000>;
   mcu-log-size = <0x10000>;
   mcu-log-count = <0x1>;
};
 
&rkisp_thunderboot {
   reg = <0x08000000 (64 * 0x00100000)>;
};
 
&rkisp_vir1 {
   status = "okay";
};
 
&rkispp_vir1 {
   status = "okay";
};
 
&sdio {
   status = "disabled";
};