Advertisement
Guest User

dts

a guest
Sep 18th, 2014
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 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.  
  19.  
  20. / {
  21. model = "Wandboard i.MX6 Dual Lite Board";
  22. compatible = "wand,imx6dl-wandboard", "fsl,imx6dl";
  23. };
  24.  
  25. &mxcfb1 {
  26. status = "okay";
  27. };
  28.  
  29. &mxcfb2 {
  30. status = "okay";
  31. };
  32.  
  33. &mxcfb3 {
  34. status = "okay";
  35. };
  36.  
  37. &mxcfb4 {
  38. status = "okay";
  39. };
  40.  
  41.  
  42. &epdc {
  43. status = "disabled";
  44. };
  45.  
  46. &ldb {
  47. ipu_id = <0>;
  48. sec_ipu_id = <0>;
  49. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement