xref: /rk3399_rockchip-uboot/doc/device-tree-bindings/video/sandbox-fb.txt (revision 5d6050fdb8b0aaf3d3c43b3cad68d6b8f5037f9a)
1Sandbox 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	};
14