13 lines
158 B
Text
13 lines
158 B
Text
/dts-v1/;
|
|
/plugin/;
|
|
/ {
|
|
fragment@1 {
|
|
target = <&foo>;
|
|
__overlay__ {
|
|
overlay-1-property;
|
|
bar: barnode {
|
|
bar-property = "bar";
|
|
};
|
|
};
|
|
};
|
|
};
|