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
/dts-v1/;
/plugin/;
 
/ {
   metadata {
       title = "Enable UART2-M2";
       compatible = "radxa,rock-5b";
       category = "misc";
       exclusive = "GPIO3_B1", "GPIO3_B2";
       description = "Enable UART2-M2.\nOn Radxa ROCK 5B this is TX pin 36 and this is RX pin 38.";
   };
 
   fragment@0 {
       target = <&fiq_debugger>;
 
       __overlay__ {
           status = "okay";
           rockchip,serial-id = <0xffffffff>;
       };
   };
 
   fragment1 {
       target = <&uart2>;
 
       __overlay__ {
           status = "okay";
           pinctrl-0 = <&uart2m2_xfer>;
       };
   };
};