15 lines
192 B
Plaintext
15 lines
192 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/dts-v1/;
|
||
|
/plugin/;
|
||
|
|
||
|
/ {
|
||
|
/* overlay_3 - disable using label */
|
||
|
|
||
|
fragment@0 {
|
||
|
target = <&unittest3>;
|
||
|
__overlay__ {
|
||
|
status = "disabled";
|
||
|
};
|
||
|
};
|
||
|
};
|