Home | History | Annotate | Download | only in testdata
      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