xref: /freebsd/sys/contrib/device-tree/Bindings/pinctrl/marvell,armada-38x-pinctrl.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot* Marvell Armada 380/385 SoC pinctrl driver for mpp
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotPlease refer to marvell,mvebu-pinctrl.txt in this directory for common binding
4*c66ec88fSEmmanuel Vadotpart and usage.
5*c66ec88fSEmmanuel Vadot
6*c66ec88fSEmmanuel VadotRequired properties:
7*c66ec88fSEmmanuel Vadot- compatible: "marvell,88f6810-pinctrl", "marvell,88f6820-pinctrl" or
8*c66ec88fSEmmanuel Vadot  "marvell,88f6828-pinctrl" depending on the specific variant of the
9*c66ec88fSEmmanuel Vadot  SoC being used.
10*c66ec88fSEmmanuel Vadot- reg: register specifier of MPP registers
11*c66ec88fSEmmanuel Vadot
12*c66ec88fSEmmanuel VadotAvailable mpp pins/groups and functions:
13*c66ec88fSEmmanuel VadotNote: brackets (x) are not part of the mpp name for marvell,function and given
14*c66ec88fSEmmanuel Vadotonly for more detailed description in this document.
15*c66ec88fSEmmanuel Vadot
16*c66ec88fSEmmanuel Vadotname          pins     functions
17*c66ec88fSEmmanuel Vadot================================================================================
18*c66ec88fSEmmanuel Vadotmpp0          0        gpio, ua0(rxd)
19*c66ec88fSEmmanuel Vadotmpp1          1        gpio, ua0(txd)
20*c66ec88fSEmmanuel Vadotmpp2          2        gpio, i2c0(sck)
21*c66ec88fSEmmanuel Vadotmpp3          3        gpio, i2c0(sda)
22*c66ec88fSEmmanuel Vadotmpp4          4        gpio, ge(mdc), ua1(txd), ua0(rts)
23*c66ec88fSEmmanuel Vadotmpp5          5        gpio, ge(mdio), ua1(rxd), ua0(cts)
24*c66ec88fSEmmanuel Vadotmpp6          6        gpio, ge0(txclkout), ge0(crs), dev(cs3)
25*c66ec88fSEmmanuel Vadotmpp7          7        gpio, ge0(txd0), dev(ad9)
26*c66ec88fSEmmanuel Vadotmpp8          8        gpio, ge0(txd1), dev(ad10)
27*c66ec88fSEmmanuel Vadotmpp9          9        gpio, ge0(txd2), dev(ad11)
28*c66ec88fSEmmanuel Vadotmpp10         10       gpio, ge0(txd3), dev(ad12)
29*c66ec88fSEmmanuel Vadotmpp11         11       gpio, ge0(txctl), dev(ad13)
30*c66ec88fSEmmanuel Vadotmpp12         12       gpio, ge0(rxd0), pcie0(rstout), spi0(cs1), dev(ad14), pcie3(clkreq)
31*c66ec88fSEmmanuel Vadotmpp13         13       gpio, ge0(rxd1), pcie0(clkreq), pcie1(clkreq) [1], spi0(cs2), dev(ad15), pcie2(clkreq)
32*c66ec88fSEmmanuel Vadotmpp14         14       gpio, ge0(rxd2), ptp(clk), dram(vttctrl), spi0(cs3), dev(we1), pcie3(clkreq)
33*c66ec88fSEmmanuel Vadotmpp15         15       gpio, ge0(rxd3), ge(mdc slave), pcie0(rstout), spi0(mosi)
34*c66ec88fSEmmanuel Vadotmpp16         16       gpio, ge0(rxctl), ge(mdio slave), dram(deccerr), spi0(miso), pcie0(clkreq), pcie1(clkreq) [1]
35*c66ec88fSEmmanuel Vadotmpp17         17       gpio, ge0(rxclk), ptp(clk), ua1(rxd), spi0(sck), sata1(prsnt), sata0(prsnt)
36*c66ec88fSEmmanuel Vadotmpp18         18       gpio, ge0(rxerr), ptp(trig), ua1(txd), spi0(cs0)
37*c66ec88fSEmmanuel Vadotmpp19         19       gpio, ge0(col), ptp(evreq), ge0(txerr), sata1(prsnt), ua0(cts)
38*c66ec88fSEmmanuel Vadotmpp20         20       gpio, ge0(txclk), ptp(clk), sata0(prsnt), ua0(rts)
39*c66ec88fSEmmanuel Vadotmpp21         21       gpio, spi0(cs1), ge1(rxd0), sata0(prsnt), sd0(cmd), dev(bootcs), sata1(prsnt)
40*c66ec88fSEmmanuel Vadotmpp22         22       gpio, spi0(mosi), dev(ad0)
41*c66ec88fSEmmanuel Vadotmpp23         23       gpio, spi0(sck), dev(ad2)
42*c66ec88fSEmmanuel Vadotmpp24         24       gpio, spi0(miso), ua0(cts), ua1(rxd), sd0(d4), dev(ready)
43*c66ec88fSEmmanuel Vadotmpp25         25       gpio, spi0(cs0), ua0(rts), ua1(txd), sd0(d5), dev(cs0)
44*c66ec88fSEmmanuel Vadotmpp26         26       gpio, spi0(cs2), i2c1(sck), sd0(d6), dev(cs1)
45*c66ec88fSEmmanuel Vadotmpp27         27       gpio, spi0(cs3), ge1(txclkout), i2c1(sda), sd0(d7), dev(cs2)
46*c66ec88fSEmmanuel Vadotmpp28         28       gpio, ge1(txd0), sd0(clk), dev(ad5)
47*c66ec88fSEmmanuel Vadotmpp29         29       gpio, ge1(txd1), dev(ale0)
48*c66ec88fSEmmanuel Vadotmpp30         30       gpio, ge1(txd2), dev(oe)
49*c66ec88fSEmmanuel Vadotmpp31         31       gpio, ge1(txd3), dev(ale1)
50*c66ec88fSEmmanuel Vadotmpp32         32       gpio, ge1(txctl), dev(we0)
51*c66ec88fSEmmanuel Vadotmpp33         33       gpio, dram(deccerr), dev(ad3)
52*c66ec88fSEmmanuel Vadotmpp34         34       gpio, dev(ad1)
53*c66ec88fSEmmanuel Vadotmpp35         35       gpio, ref(clk_out1), dev(a1)
54*c66ec88fSEmmanuel Vadotmpp36         36       gpio, ptp(trig), dev(a0)
55*c66ec88fSEmmanuel Vadotmpp37         37       gpio, ptp(clk), ge1(rxclk), sd0(d3), dev(ad8)
56*c66ec88fSEmmanuel Vadotmpp38         38       gpio, ptp(evreq), ge1(rxd1), ref(clk_out0), sd0(d0), dev(ad4)
57*c66ec88fSEmmanuel Vadotmpp39         39       gpio, i2c1(sck), ge1(rxd2), ua0(cts), sd0(d1), dev(a2)
58*c66ec88fSEmmanuel Vadotmpp40         40       gpio, i2c1(sda), ge1(rxd3), ua0(rts), sd0(d2), dev(ad6)
59*c66ec88fSEmmanuel Vadotmpp41         41       gpio, ua1(rxd), ge1(rxctl), ua0(cts), spi1(cs3), dev(burst/last), nand(rb0)
60*c66ec88fSEmmanuel Vadotmpp42         42       gpio, ua1(txd), ua0(rts), dev(ad7)
61*c66ec88fSEmmanuel Vadotmpp43         43       gpio, pcie0(clkreq), dram(vttctrl), dram(deccerr), spi1(cs2), dev(clkout), nand(rb1)
62*c66ec88fSEmmanuel Vadotmpp44         44       gpio, sata0(prsnt), sata1(prsnt), sata2(prsnt) [2], sata3(prsnt) [3]
63*c66ec88fSEmmanuel Vadotmpp45         45       gpio, ref(clk_out0), pcie0(rstout), ua1(rxd)
64*c66ec88fSEmmanuel Vadotmpp46         46       gpio, ref(clk_out1), pcie0(rstout), ua1(txd)
65*c66ec88fSEmmanuel Vadotmpp47         47       gpio, sata0(prsnt), sata1(prsnt), sata2(prsnt) [2], sata3(prsnt) [2]
66*c66ec88fSEmmanuel Vadotmpp48         48       gpio, sata0(prsnt), dram(vttctrl), tdm(pclk), audio(mclk), sd0(d4), pcie0(clkreq)
67*c66ec88fSEmmanuel Vadotmpp49         49       gpio, sata2(prsnt) [2], sata3(prsnt) [2], tdm(fsync), audio(lrclk), sd0(d5), pcie1(clkreq)
68*c66ec88fSEmmanuel Vadotmpp50         50       gpio, pcie0(rstout), tdm(drx), audio(extclk), sd0(cmd)
69*c66ec88fSEmmanuel Vadotmpp51         51       gpio, tdm(dtx), audio(sdo), dram(deccerr), ptp(trig)
70*c66ec88fSEmmanuel Vadotmpp52         52       gpio, pcie0(rstout), tdm(int), audio(sdi), sd0(d6), ptp(clk)
71*c66ec88fSEmmanuel Vadotmpp53         53       gpio, sata1(prsnt), sata0(prsnt), tdm(rst), audio(bclk), sd0(d7), ptp(evreq)
72*c66ec88fSEmmanuel Vadotmpp54         54       gpio, sata0(prsnt), sata1(prsnt), pcie0(rstout), ge0(txerr), sd0(d3)
73*c66ec88fSEmmanuel Vadotmpp55         55       gpio, ua1(cts), ge(mdio), pcie1(clkreq) [1], spi1(cs1), sd0(d0), ua1(rxd)
74*c66ec88fSEmmanuel Vadotmpp56         56       gpio, ua1(rts), ge(mdc), dram(deccerr), spi1(mosi), ua1(txd)
75*c66ec88fSEmmanuel Vadotmpp57         57       gpio, spi1(sck), sd0(clk), ua1(txd)
76*c66ec88fSEmmanuel Vadotmpp58         58       gpio, pcie1(clkreq) [1], i2c1(sck), pcie2(clkreq), spi1(miso), sd0(d1), ua1(rxd)
77*c66ec88fSEmmanuel Vadotmpp59         59       gpio, pcie0(rstout), i2c1(sda), spi1(cs0), sd0(d2)
78*c66ec88fSEmmanuel Vadot
79*c66ec88fSEmmanuel Vadot[1]: only available on 88F6820 and 88F6828
80*c66ec88fSEmmanuel Vadot[2]: only available on 88F6828
81