hc
2023-03-21 4b55d97acc464242bcd6a8ae77b8ff37c22dec58
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (c) 2021 Rockchip Electronics Co., Ltd.
 */
 
/dts-v1/;
#include "rv1126-bat-evb-v10.dtsi"
#include "rv1126-thunder-boot-spi-nor.dtsi"
 
/ {
   model = "Rockchip RV1126 trailcamera Board";
   compatible = "rockchip,rv1126-trailcamera", "rockchip,rv1126";
 
   reserved-memory {
       /delete-node/ mmc@20f000;
       /delete-node/ mmc@500000;
   };
};
 
&emmc {
   /delete-property/ memory-region-ecsd;
   status = "disabled";
};
 
&i2c5 {
   status = "okay";
   clock-frequency = <400000>;
 
   gt1x: gt1x@14 {
       compatible = "goodix,gt1x";
       reg = <0x14>;
       gtp_ics_slot_report;
       power-supply = <&vcc18_lcd_n>;
       goodix,rst-gpio = <&gpio2 RK_PA6 GPIO_ACTIVE_HIGH>;
       goodix,irq-gpio = <&gpio2 RK_PA7 GPIO_ACTIVE_LOW>;
   };
};
 
&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>;
};
 
&rkvdec {
   status = "okay";
};
 
&rkvdec_mmu {
   status = "okay";
};
 
&rkisp_thunderboot {
   reg = <0x08000000 (64 * 0x00100000)>;
};
 
&rkisp_vir1 {
   status = "okay";
};
 
&rkispp_vir1 {
   status = "okay";
};
 
&sdio {
   status = "disabled";
};
 
&sfc {
   /delete-property/ assigned-clocks;
   /delete-property/ assigned-clock-rates;
   status = "okay";
};
 
&thunder_boot_mmc {
   /delete-property/ memory-region-idmac;
   status = "disabled";
};
 
&vdpu {
   status = "okay";
};