hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (c) 2022 Rockchip Electronics Co., Ltd.
 */
#include "rv1106-amp.dtsi"
#include <dt-bindings/input/input.h>
 
/ {
   adc-keys {
       compatible = "adc-keys";
       io-channels = <&saradc 0>;
       io-channel-names = "buttons";
       poll-interval = <100>;
       keyup-threshold-microvolt = <1800000>;
 
       key_volumeup-key {
           label = "key_volumeup";
           linux,code = <KEY_VOLUMEUP>;
           press-threshold-microvolt = <0>;
       };
 
       key_volumedown-key {
           label = "key_volumedown";
           linux,code = <KEY_VOLUMEDOWN>;
           press-threshold-microvolt = <400781>;
       };
   };
 
   restart-poweroff {
       compatible = "restart-poweroff";
   };
};
 
&fiq_debugger {
   rockchip,irq-mode-enable = <1>;
   status = "okay";
};
 
&gmac {
   status = "okay";
};
 
&i2s0_8ch {
   status = "okay";
};
 
&mpp_srv {
   status = "okay";
};
 
&mpp_vcodec {
   status = "okay";
};
 
&npu {
   status = "okay";
};
 
&rga2 {
   status = "okay";
};
 
&rkdvbm {
   status = "okay";
};
 
&rkvenc {
   status = "okay";
};
 
&rkvenc_pp {
   status = "okay";
};
 
&rmii_phy {
   bgs,increment = <0>;
};
 
&rng {
   status = "okay";
};
 
&rve {
   status = "okay";
};
 
&tsadc {
   status = "okay";
};
 
&u2phy {
   status = "okay";
};
 
&u2phy_otg {
   status = "okay";
};
 
&usbdrd {
   status = "okay";
};
 
&usbdrd_dwc3 {
   extcon = <&u2phy>;
   status = "okay";
};