mirror of https://gitlab.com/qemu-project/dtc.git
13 lines
140 B
Plaintext
13 lines
140 B
Plaintext
![]() |
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
interrupt-parent = <&intc>;
|
||
|
intc: interrupt-controller {
|
||
|
#interrupt-cells = <3>;
|
||
|
};
|
||
|
|
||
|
node {
|
||
|
interrupts = <1>;
|
||
|
};
|
||
|
};
|