xref: /aosp_15_r20/system/libufdt/tests/testdata/local_fixup_with_offset-overlay.dts (revision 13e8728f0cffde9369df671f7b293a048a99c7ed)
1/dts-v1/;
2/plugin/;
3
4&a {
5  c: c{
6    d{ interrupt_parent = <0 1 &c 2 3>; };
7  };
8  e: e{
9    f{ interrupt_parent = <&c 5 &e>; };
10  };
11};
12