22 lines
234 B
Plaintext
22 lines
234 B
Plaintext
|
|
/dts-v1/;
|
||
|
|
/plugin/;
|
||
|
|
|
||
|
|
/ {
|
||
|
|
fragment@0 {
|
||
|
|
target = <&uart2>;
|
||
|
|
|
||
|
|
__overlay__ {
|
||
|
|
status = "okay";
|
||
|
|
pinctrl-0 = <&uart2m0_xfer>;
|
||
|
|
};
|
||
|
|
};
|
||
|
|
|
||
|
|
fragment@1 {
|
||
|
|
target = <&fiq_debugger>;
|
||
|
|
|
||
|
|
__overlay__ {
|
||
|
|
status = "disabled";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|