imx6dl-wandboard.dts 819 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 "imx6dl.dtsi"
  13. / {
  14. model = "Wandboard i.MX6 Dual Lite Board";
  15. compatible = "wand,imx6dl-wandboard", "fsl,imx6dl";
  16. memory {
  17. reg = <0x10000000 0x40000000>;
  18. };
  19. };
  20. &fec {
  21. pinctrl-names = "default";
  22. pinctrl-0 = <&pinctrl_enet_1>;
  23. phy-mode = "rgmii";
  24. status = "okay";
  25. };
  26. &uart1 {
  27. pinctrl-names = "default";
  28. pinctrl-0 = <&pinctrl_uart1_1>;
  29. status = "okay";
  30. };
  31. &usbh1 {
  32. status = "okay";
  33. };
  34. &usdhc3 {
  35. pinctrl-names = "default";
  36. pinctrl-0 = <&pinctrl_usdhc3_2>;
  37. status = "okay";
  38. };