mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
21 lines
274 B
Text
21 lines
274 B
Text
|
/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>;
|
||
|
};
|
||
|
};
|