imx6qdl-sabreauto.dtsi 874 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*
  2. * Copyright 2012 Freescale Semiconductor, Inc.
  3. * Copyright 2011 Linaro Ltd.
  4. *
  5. * The code contained herein is licensed under the GNU General Public
  6. * License. You may obtain a copy of the GNU General Public License
  7. * Version 2 or later at the following locations:
  8. *
  9. * http://www.opensource.org/licenses/gpl-license.html
  10. * http://www.gnu.org/copyleft/gpl.html
  11. */
  12. / {
  13. memory {
  14. reg = <0x10000000 0x80000000>;
  15. };
  16. };
  17. &fec {
  18. pinctrl-names = "default";
  19. pinctrl-0 = <&pinctrl_enet_2>;
  20. phy-mode = "rgmii";
  21. status = "okay";
  22. };
  23. &gpmi {
  24. pinctrl-names = "default";
  25. pinctrl-0 = <&pinctrl_gpmi_nand_1>;
  26. status = "okay";
  27. };
  28. &uart4 {
  29. pinctrl-names = "default";
  30. pinctrl-0 = <&pinctrl_uart4_1>;
  31. status = "okay";
  32. };
  33. &usdhc3 {
  34. pinctrl-names = "default";
  35. pinctrl-0 = <&pinctrl_usdhc3_1>;
  36. cd-gpios = <&gpio6 15 0>;
  37. wp-gpios = <&gpio1 13 0>;
  38. status = "okay";
  39. };