historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/dtc/tests/stacked_overlay_bar.dts

14 lines
158 B
Text
Raw Normal View History

2024-01-16 17:20:27 +00:00
/dts-v1/;
/plugin/;
/ {
fragment@1 {
target = <&foo>;
__overlay__ {
overlay-1-property;
bar: barnode {
bar-property = "bar";
};
};
};
};