imx6q-udoo.dts 707 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. #include "imx6q.dtsi"
  13. / {
  14. model = "Udoo i.MX6 Quad Board";
  15. compatible = "udoo,imx6q-udoo", "fsl,imx6q";
  16. memory {
  17. reg = <0x10000000 0x40000000>;
  18. };
  19. };
  20. &sata {
  21. status = "okay";
  22. };
  23. &uart2 {
  24. pinctrl-names = "default";
  25. pinctrl-0 = <&pinctrl_uart2_1>;
  26. status = "okay";
  27. };
  28. &usdhc3 {
  29. pinctrl-names = "default";
  30. pinctrl-0 = <&pinctrl_usdhc3_2>;
  31. non-removable;
  32. status = "okay";
  33. };