Advertisement
Guest User

dts

a guest
Sep 25th, 2014
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. /*
  2. * Copyright 2013 Freescale Semiconductor, Inc.
  3. *
  4. * Author: Fabio Estevam <fabio.estevam@freescale.com>
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. *
  10. */
  11. /dts-v1/;
  12.  
  13. #include <dt-bindings/interrupt-controller/irq.h>
  14. #include "imx6dl.dtsi"
  15. #include "imx6qdl-wandboard.dtsi"
  16.  
  17. / {
  18. model = "Wandboard i.MX6 Dual Lite Board";
  19. compatible = "wand,imx6dl-wandboard", "fsl,imx6dl";
  20. };
  21. &mxcfb1 {
  22.  
  23. status = "okay";
  24. };
  25.  
  26. &mxcfb2 {
  27.  
  28. status = "okay";
  29. };
  30. &mxcfb3 {
  31. status = "okay";
  32. };
  33.  
  34. &mxcfb4 {
  35. status = "okay";
  36. };
  37.  
  38. &epdc {
  39. status = "disabled";
  40. };
  41.  
  42. &ldb {
  43. ipu_id = <0>;
  44. sec_ipu_id = <0>;
  45. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement