1/dts-v1/;
2
3/ {
4	intc: interrupt-controller {
5		#interrupt-cells = <3>;
6	};
7
8	node {
9		interrupts-extended = <&intc>;
10	};
11};
12