xref: /aosp_15_r20/bootable/libbootloader/gbl/libfdt/test/overlay_wrong_path.dts (revision 5225e6b173e52d2efc6bcf950c27374fd72adabc)
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};