wm8650-mid.dts 775 B

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. * wm8650-mid.dts - Device tree file for Wondermedia WM8650-MID Tablet
  3. *
  4. * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
  5. *
  6. * Licensed under GPLv2 or later
  7. */
  8. /dts-v1/;
  9. /include/ "wm8650.dtsi"
  10. / {
  11. model = "Wondermedia WM8650-MID Tablet";
  12. /*
  13. * Display node is based on Sascha Hauer's patch on dri-devel.
  14. * Added a bpp property to calculate the size of the framebuffer
  15. * until the binding is formalized.
  16. */
  17. display: display@0 {
  18. modes {
  19. mode0: mode@0 {
  20. hactive = <800>;
  21. vactive = <480>;
  22. hback-porch = <88>;
  23. hfront-porch = <40>;
  24. hsync-len = <0>;
  25. vback-porch = <32>;
  26. vfront-porch = <11>;
  27. vsync-len = <1>;
  28. clock = <0>; /* unused but required */
  29. bpp = <16>; /* non-standard but required */
  30. };
  31. };
  32. };
  33. };