summaryrefslogtreecommitdiffstats
path: root/src/dtc/tests/include7.dts
blob: dba5e470559acc89f727c0d4b0a1574dfa6ad418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	subnode@1 {
		compatible = "subnode1";
		prop-int = [deadbeef];

		subsubnode {
			compatible = "subsubnode1", "subsubnode";
			prop-int = <0xdeadbeef>;
		};

		ss1 {
		};
	};
OpenPOWER on IntegriCloud