summaryrefslogtreecommitdiff
path: root/tests/testdata/local_fixup_with_offset.add_dts
blob: f45757e9746d6f7437a88ac2f53150ed4e512626 (plain)
1
2
3
4
5
6
7
8
&a {
  c: c{
    d{ interrupt_parent = <0 1 &c 2 3>; };
  };
  e: e{
    f{ interrupt_parent = <&c 5 &e>; };
  };
};