mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-24 16:11:33 +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>;
|
||
|
};
|
||
|
};
|