summaryrefslogtreecommitdiff
path: root/tests/testdata/libufdt_local_fixup.add_ov_dts
blob: 27341415e661db48b281c77041f06671a3fc5e3c (plain)
1
2
3
4
5
6
7
8
9
10
11
/dts-v1/ /plugin/;
/ {
  fragment@0 {
    target = <&a>;
    __overlay__ {
      c: c{
        d{ interrupt_parent = <&c>; };
      };
    };
  };
};