Simon Glass | 66c164b | 2014-02-26 15:59:14 -0700 | [diff] [blame] | 1 | /dts-v1/; |
2 | |||||
3 | / { | ||||
4 | triangle { | ||||
5 | compatible = "demo-shape"; | ||||
6 | colour = "cyan"; | ||||
7 | sides = <3>; | ||||
8 | character = <83>; | ||||
9 | }; | ||||
10 | square { | ||||
11 | compatible = "demo-shape"; | ||||
12 | colour = "blue"; | ||||
13 | sides = <4>; | ||||
14 | }; | ||||
15 | hexagon { | ||||
16 | compatible = "demo-simple"; | ||||
17 | colour = "white"; | ||||
18 | sides = <6>; | ||||
19 | }; | ||||
20 | }; |