imx6qdl-sabreauto.dtsi 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. };
  54. &weim {
  55. pinctrl-names = "default";
  56. pinctrl-0 = <&pinctrl_weim_nor_1 &pinctrl_weim_cs0_1>;
  57. #address-cells = <2>;
  58. #size-cells = <1>;
  59. ranges = <0 0 0x08000000 0x08000000>;
  60. status = "disabled"; /* pin conflict with SPI NOR */
  61. nor@0,0 {
  62. compatible = "cfi-flash";
  63. reg = <0 0 0x02000000>;
  64. #address-cells = <1>;
  65. #size-cells = <1>;
  66. bank-width = <2>;
  67. fsl,weim-cs-timing = <0x00620081 0x00000001 0x1c022000
  68. 0x0000c000 0x1404a38e 0x00000000>;
  69. };
  70. };