Home
last modified time | relevance | path

Searched refs:J721E_IOPAD (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/arch/arm64/boot/dts/ti/
Dk3-j721e-sk.dts286 J721E_IOPAD(0x254, PIN_INPUT, 0) /* (R29) MMC1_CMD */
287 J721E_IOPAD(0x250, PIN_INPUT, 0) /* (P25) MMC1_CLK */
288 J721E_IOPAD(0x2ac, PIN_INPUT, 0) /* (P25) MMC1_CLKLB */
289 J721E_IOPAD(0x24c, PIN_INPUT, 0) /* (R24) MMC1_DAT0 */
290 J721E_IOPAD(0x248, PIN_INPUT, 0) /* (P24) MMC1_DAT1 */
291 J721E_IOPAD(0x244, PIN_INPUT, 0) /* (R25) MMC1_DAT2 */
292 J721E_IOPAD(0x240, PIN_INPUT, 0) /* (R26) MMC1_DAT3 */
293 J721E_IOPAD(0x258, PIN_INPUT, 0) /* (P23) MMC1_SDCD */
299 J721E_IOPAD(0x1f0, PIN_INPUT, 0) /* (AC2) UART0_CTSn */
300 J721E_IOPAD(0x1f4, PIN_OUTPUT, 0) /* (AB1) UART0_RTSn */
[all …]
Dk3-j721e-common-proc-board.dts178 J721E_IOPAD(0x0, PIN_INPUT, 7) /* (AC18) EXTINTn.GPIO0_0 */
184 J721E_IOPAD(0x254, PIN_INPUT, 0) /* (R29) MMC1_CMD */
185 J721E_IOPAD(0x250, PIN_INPUT, 0) /* (P25) MMC1_CLK */
186 J721E_IOPAD(0x2ac, PIN_INPUT, 0) /* (P25) MMC1_CLKLB */
187 J721E_IOPAD(0x24c, PIN_INPUT, 0) /* (R24) MMC1_DAT0 */
188 J721E_IOPAD(0x248, PIN_INPUT, 0) /* (P24) MMC1_DAT1 */
189 J721E_IOPAD(0x244, PIN_INPUT, 0) /* (R25) MMC1_DAT2 */
190 J721E_IOPAD(0x240, PIN_INPUT, 0) /* (R26) MMC1_DAT3 */
191 J721E_IOPAD(0x258, PIN_INPUT, 0) /* (P23) MMC1_SDCD */
192 J721E_IOPAD(0x25c, PIN_INPUT, 0) /* (R28) MMC1_SDWP */
[all …]
Dk3-j7200-common-proc-board.dts112 J721E_IOPAD(0xd4, PIN_INPUT_PULLUP, 0) /* (V3) I2C0_SCL */
113 J721E_IOPAD(0xd8, PIN_INPUT_PULLUP, 0) /* (W2) I2C0_SDA */
119 J721E_IOPAD(0xdc, PIN_INPUT_PULLUP, 3) /* (U3) ECAP0_IN_APWM_OUT.I2C1_SCL */
120 J721E_IOPAD(0xe0, PIN_INPUT_PULLUP, 3) /* (T3) EXT_REFCLK1.I2C1_SDA */
126 J721E_IOPAD(0x104, PIN_INPUT, 0) /* (M20) MMC1_CMD */
127 J721E_IOPAD(0x100, PIN_INPUT, 0) /* (P21) MMC1_CLK */
128 J721E_IOPAD(0xfc, PIN_INPUT, 0) /* (P25) MMC1_CLKLB */
129 J721E_IOPAD(0xf8, PIN_INPUT, 0) /* (M19) MMC1_DAT0 */
130 J721E_IOPAD(0xf4, PIN_INPUT, 0) /* (N21) MMC1_DAT1 */
131 J721E_IOPAD(0xf0, PIN_INPUT, 0) /* (N20) MMC1_DAT2 */
[all …]
Dk3-j7200-som-p0.dtsi124 J721E_IOPAD(0xd4, PIN_INPUT_PULLUP, 0) /* (V3) I2C0_SCL */
125 J721E_IOPAD(0xd8, PIN_INPUT_PULLUP, 0) /* (W2) I2C0_SDA */
/Linux-v6.1/include/dt-bindings/pinctrl/
Dk3.h44 #define J721E_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode)) macro