wm8650-mid.dts 637 B

123456789101112131415161718192021222324252627282930313233343536
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * wm8650-mid.dts - Device tree file for Wondermedia WM8650-MID Tablet
  4. *
  5. * Copyright (C) 2012 Tony Prisk <[email protected]>
  6. */
  7. /dts-v1/;
  8. /include/ "wm8650.dtsi"
  9. / {
  10. model = "Wondermedia WM8650-MID Tablet";
  11. };
  12. &fb {
  13. bits-per-pixel = <16>;
  14. display-timings {
  15. native-mode = <&timing0>;
  16. timing0: 800x480 {
  17. clock-frequency = <0>; /* unused but required */
  18. hactive = <800>;
  19. vactive = <480>;
  20. hfront-porch = <40>;
  21. hback-porch = <88>;
  22. hsync-len = <0>;
  23. vback-porch = <32>;
  24. vfront-porch = <11>;
  25. vsync-len = <1>;
  26. };
  27. };
  28. };
  29. &uart0 {
  30. status = "okay";
  31. };