imx6qdl-sabreauto.dtsi 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. &ecspi1 {
  18. fsl,spi-num-chipselects = <1>;
  19. cs-gpios = <&gpio3 19 0>;
  20. pinctrl-names = "default";
  21. pinctrl-0 = <&pinctrl_ecspi1_1 &pinctrl_ecspi1_sabreauto>;
  22. status = "disabled"; /* pin conflict with WEIM NOR */
  23. flash: m25p80@0 {
  24. #address-cells = <1>;
  25. #size-cells = <1>;
  26. compatible = "st,m25p32";
  27. spi-max-frequency = <20000000>;
  28. reg = <0>;
  29. };
  30. };
  31. &fec {
  32. pinctrl-names = "default";
  33. pinctrl-0 = <&pinctrl_enet_2>;
  34. phy-mode = "rgmii";
  35. status = "okay";
  36. };
  37. &gpmi {
  38. pinctrl-names = "default";
  39. pinctrl-0 = <&pinctrl_gpmi_nand_1>;
  40. status = "okay";
  41. };
  42. &uart4 {
  43. pinctrl-names = "default";
  44. pinctrl-0 = <&pinctrl_uart4_1>;
  45. status = "okay";
  46. };
  47. &usdhc3 {
  48. pinctrl-names = "default";
  49. pinctrl-0 = <&pinctrl_usdhc3_1>;
  50. cd-gpios = <&gpio6 15 0>;
  51. wp-gpios = <&gpio1 13 0>;
  52. status = "okay";
  53. };