blob: eb91b30e3f8e5717a855ecfcc74c346b982ed86c [file] [log] [blame]
Simon Glass7d95f2a2014-02-27 13:26:19 -07001Sandbox LCD
2===========
3
4This uses the displaymode.txt binding except that only xres and yres are
5required properties.
6
7Example:
8
9 lcd {
10 compatible = "sandbox,lcd-sdl";
11 xres = <800>;
12 yres = <600>;
13 };