vt8500-bv07.dts 608 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /*
  2. * vt8500-bv07.dts - Device tree file for Benign BV07 Netbook
  3. *
  4. * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
  5. *
  6. * Licensed under GPLv2 or later
  7. */
  8. /dts-v1/;
  9. /include/ "vt8500.dtsi"
  10. / {
  11. model = "Benign BV07 Netbook";
  12. };
  13. &fb {
  14. bits-per-pixel = <16>;
  15. display-timings {
  16. native-mode = <&timing0>;
  17. timing0: 800x480 {
  18. clock-frequency = <0>; /* unused but required */
  19. hactive = <800>;
  20. vactive = <480>;
  21. hfront-porch = <40>;
  22. hback-porch = <88>;
  23. hsync-len = <0>;
  24. vback-porch = <32>;
  25. vfront-porch = <11>;
  26. vsync-len = <1>;
  27. };
  28. };
  29. };
  30. &uart0 {
  31. status = "okay";
  32. };