aboutsummaryrefslogtreecommitdiff
path: root/tests/property_iterate.dts
blob: e8f5f8f4fedd63a43aee18fe1b4c3c39916bf2fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/dts-v1/;

/ {
	#address-cells = <1>;
	#size-cells = <0>;

	test1 {
		test-properties = <3>;

		test {
			linux,phandle = <0x1>;
			#address-cells = <1>;
			#size-cells = <0>;
		};
	};

	test2 {
		test-properties = <0>;

		test {
		};
	};
};