summaryrefslogtreecommitdiff
path: root/arch/sandbox/dts/sandbox.dts
blob: 96a4438073db409ced524562087b36b6e29d10f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/dts-v1/;

/ {
	triangle {
		compatible = "demo-shape";
		colour = "cyan";
		sides = <3>;
		character = <83>;
	};
	square {
		compatible = "demo-shape";
		colour = "blue";
		sides = <4>;
	};
	hexagon {
		compatible = "demo-simple";
		colour = "white";
		sides = <6>;
	};
};