avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
13
u-boot/doc/device-tree-bindings/video/sandbox-fb.txt
Normal file
13
u-boot/doc/device-tree-bindings/video/sandbox-fb.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Sandbox LCD
|
||||
===========
|
||||
|
||||
This uses the displaymode.txt binding except that only xres and yres are
|
||||
required properties.
|
||||
|
||||
Example:
|
||||
|
||||
lcd {
|
||||
compatible = "sandbox,lcd-sdl";
|
||||
xres = <800>;
|
||||
yres = <600>;
|
||||
};
|
||||
Reference in New Issue
Block a user