hc
2024-03-22 a0752693d998599af469473b8dc239ef973a012f
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
/dts-v1/;
/plugin/;
#include <dt-bindings/clock/rk3588-cru.h>
 
/ {
   metadata {
       title = "Enable 8K output on HDMI1";
       compatible = "radxa,rock-5b";
       category = "display";
       description = "Enable 8K output on HDMI1.\n8K cannot be enabled on HDMI1 and HDMI2 at the same time.";
   };
 
   fragment@0 {
       target = <&route_hdmi1>;
 
       __overlay__ {
           connect = <&vp2_out_hdmi1>;
           status = "okay";
       };
   };
 
   fragment@1 {
       target = <&hdmi1_in_vp1>;
 
       __overlay__ {
           status = "disabled";
       };
   };
 
   fragment@2 {
       target = <&hdmi1_in_vp2>;
 
       __overlay__ {
           status = "okay";
       };
   };
 
   fragment@3 {
       target = <&route_hdmi0>;
 
       __overlay__ {
           connect = <&vp0_out_hdmi0>;
           status = "okay";
       };
   };
 
   fragment@4 {
       target = <&hdmi0_in_vp0>;
 
       __overlay__ {
           status = "okay";
       };
   };
 
   fragment@5 {
       target = <&vop>;
 
       __overlay__ {
           assigned-clocks = <&cru ACLK_VOP>;
           assigned-clock-rates = <800000000>;
       };
   };
};