aboutsummaryrefslogtreecommitdiff
path: root/tests/include7.dts
blob: ab2c948f0f697c8a31ba754b806453a50eeb9b67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
	subnode@1 {
		compatible = "subnode1";
		reg = <1>;
		prop-int = [deadbeef];

		subsubnode {
			compatible = "subsubnode1", "subsubnode";
			placeholder = "this is a placeholder string", "string2";
			prop-int = <0xdeadbeef>;
		};

		ss1 {
		};
	};