aboutsummaryrefslogtreecommitdiff
path: root/tests/bad-interrupt-cells.dts
blob: 39fc78fdc11df983981f650ec2dba231179bce94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/dts-v1/;

/ {
	interrupt-parent = <&intc>;
	intc: interrupt-controller {
		#interrupt-cells = <3>;
	};

	node {
		interrupts = <1>;
	};
};