Advertisement
Guest User

imx6q-udoo.dts

a guest
Dec 7th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. /*
  2. * Copyright 2013 Freescale Semiconductor, Inc.
  3. *
  4. * Author: Fabio Estevam <fabio.estevam <at> 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.  
  12. /dts-v1/;
  13. #include "imx6q.dtsi"
  14. #include "imx6qdl-udoo.dtsi"
  15.  
  16. / {
  17. model = "Udoo i.MX6 Quad Board";
  18. compatible = "fsl,imx6q-udoo", "fsl,imx6q";
  19. };
  20.  
  21. &sata {
  22. status = "okay";
  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. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement