1/dts-v1/;
2/plugin/;
3
4// re-generate and push test artifacts using ./gen_test_dtb.sh after change in this file
5/ {
6 // check wrong target-path
7 fragment@0 {
8 target-path = "/doesnt-exist";
9 __overlay__ {
10 property-1 = "overlay1-property-1-value";
11 };
12 };
13};