wm8505-ref.dts 640 B

1234567891011121314151617181920212223242526272829303132333435
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * wm8505-ref.dts - Device tree file for Wondermedia WM8505 reference netbook
  4. *
  5. * Copyright (C) 2012 Tony Prisk <[email protected]>
  6. */
  7. /dts-v1/;
  8. /include/ "wm8505.dtsi"
  9. / {
  10. model = "Wondermedia WM8505 Netbook";
  11. };
  12. &fb {
  13. bits-per-pixel = <32>;
  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. };