marvell,orion-pinctrl.txt 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. * Marvell Orion SoC pinctrl driver for mpp
  2. Please refer to marvell,mvebu-pinctrl.txt in this directory for common binding
  3. part and usage.
  4. Required properties:
  5. - compatible: "marvell,88f5181l-pinctrl", "marvell,88f5182-pinctrl",
  6. "marvell,88f5281-pinctrl"
  7. - reg: two register areas, the first one describing the first two
  8. contiguous MPP registers, and the second one describing the single
  9. final MPP register, separated from the previous one.
  10. Available mpp pins/groups and functions:
  11. Note: brackets (x) are not part of the mpp name for marvell,function and given
  12. only for more detailed description in this document.
  13. * Marvell Orion 88f5181l
  14. name pins functions
  15. ================================================================================
  16. mpp0 0 pcie(rstout), pci(req2), gpio
  17. mpp1 1 gpio, pci(gnt2)
  18. mpp2 2 gpio, pci(req3), pci-1(pme)
  19. mpp3 3 gpio, pci(gnt3)
  20. mpp4 4 gpio, pci(req4)
  21. mpp5 5 gpio, pci(gnt4)
  22. mpp6 6 gpio, pci(req5), pci-1(clk)
  23. mpp7 7 gpio, pci(gnt5), pci-1(clk)
  24. mpp8 8 gpio, ge(col)
  25. mpp9 9 gpio, ge(rxerr)
  26. mpp10 10 gpio, ge(crs)
  27. mpp11 11 gpio, ge(txerr)
  28. mpp12 12 gpio, ge(txd4)
  29. mpp13 13 gpio, ge(txd5)
  30. mpp14 14 gpio, ge(txd6)
  31. mpp15 15 gpio, ge(txd7)
  32. mpp16 16 ge(rxd4)
  33. mpp17 17 ge(rxd5)
  34. mpp18 18 ge(rxd6)
  35. mpp19 19 ge(rxd7)
  36. * Marvell Orion 88f5182
  37. name pins functions
  38. ================================================================================
  39. mpp0 0 pcie(rstout), pci(req2), gpio
  40. mpp1 1 gpio, pci(gnt2)
  41. mpp2 2 gpio, pci(req3), pci-1(pme)
  42. mpp3 3 gpio, pci(gnt3)
  43. mpp4 4 gpio, pci(req4), bootnand(re), sata0(prsnt)
  44. mpp5 5 gpio, pci(gnt4), bootnand(we), sata1(prsnt)
  45. mpp6 6 gpio, pci(req5), nand(re0), sata0(act)
  46. mpp7 7 gpio, pci(gnt5), nand(we0), sata1(act)
  47. mpp8 8 gpio, ge(col)
  48. mpp9 9 gpio, ge(rxerr)
  49. mpp10 10 gpio, ge(crs)
  50. mpp11 11 gpio, ge(txerr)
  51. mpp12 12 gpio, ge(txd4), nand(re1), sata0(ledprsnt)
  52. mpp13 13 gpio, ge(txd5), nand(we1), sata1(ledprsnt)
  53. mpp14 14 gpio, ge(txd6), nand(re2), sata0(ledact)
  54. mpp15 15 gpio, ge(txd7), nand(we2), sata1(ledact)
  55. mpp16 16 uart1(rxd), ge(rxd4), gpio
  56. mpp17 17 uart1(txd), ge(rxd5), gpio
  57. mpp18 18 uart1(cts), ge(rxd6), gpio
  58. mpp19 19 uart1(rts), ge(rxd7), gpio
  59. * Marvell Orion 88f5281
  60. name pins functions
  61. ================================================================================
  62. mpp0 0 pcie(rstout), pci(req2), gpio
  63. mpp1 1 gpio, pci(gnt2)
  64. mpp2 2 gpio, pci(req3), pci(pme)
  65. mpp3 3 gpio, pci(gnt3)
  66. mpp4 4 gpio, pci(req4), bootnand(re)
  67. mpp5 5 gpio, pci(gnt4), bootnand(we)
  68. mpp6 6 gpio, pci(req5), nand(re0)
  69. mpp7 7 gpio, pci(gnt5), nand(we0)
  70. mpp8 8 gpio, ge(col)
  71. mpp9 9 gpio, ge(rxerr)
  72. mpp10 10 gpio, ge(crs)
  73. mpp11 11 gpio, ge(txerr)
  74. mpp12 12 gpio, ge(txd4), nand(re1)
  75. mpp13 13 gpio, ge(txd5), nand(we1)
  76. mpp14 14 gpio, ge(txd6), nand(re2)
  77. mpp15 15 gpio, ge(txd7), nand(we2)
  78. mpp16 16 uart1(rxd), ge(rxd4)
  79. mpp17 17 uart1(txd), ge(rxd5)
  80. mpp18 18 uart1(cts), ge(rxd6)
  81. mpp19 19 uart1(rts), ge(rxd7)