12 lines
138 B
Plaintext
12 lines
138 B
Plaintext
|
/dts-v1/;
|
||
|
/plugin/;
|
||
|
|
||
|
&a {
|
||
|
c: c{
|
||
|
d{ interrupt_parent = <0 1 &c 2 3>; };
|
||
|
};
|
||
|
e: e{
|
||
|
f{ interrupt_parent = <&c 5 &e>; };
|
||
|
};
|
||
|
};
|