Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm64/boot/dts/ti/
Dk3-j721e-common-proc-board.dts117 J721E_IOPAD(0x0, PIN_INPUT, 7) /* (AC18) EXTINTn.GPIO0_0 */
123 J721E_IOPAD(0x254, PIN_INPUT, 0) /* (R29) MMC1_CMD */
124 J721E_IOPAD(0x250, PIN_INPUT, 0) /* (P25) MMC1_CLK */
125 J721E_IOPAD(0x2ac, PIN_INPUT, 0) /* (P25) MMC1_CLKLB */
126 J721E_IOPAD(0x24c, PIN_INPUT, 0) /* (R24) MMC1_DAT0 */
127 J721E_IOPAD(0x248, PIN_INPUT, 0) /* (P24) MMC1_DAT1 */
128 J721E_IOPAD(0x244, PIN_INPUT, 0) /* (R25) MMC1_DAT2 */
129 J721E_IOPAD(0x240, PIN_INPUT, 0) /* (R26) MMC1_DAT3 */
130 J721E_IOPAD(0x258, PIN_INPUT, 0) /* (P23) MMC1_SDCD */
131 J721E_IOPAD(0x25c, PIN_INPUT, 0) /* (R28) MMC1_SDWP */
[all …]
Dk3-j7200-common-proc-board.dts109 J721E_IOPAD(0xd4, PIN_INPUT_PULLUP, 0) /* (V3) I2C0_SCL */
110 J721E_IOPAD(0xd8, PIN_INPUT_PULLUP, 0) /* (W2) I2C0_SDA */
116 J721E_IOPAD(0xdc, PIN_INPUT_PULLUP, 3) /* (U3) ECAP0_IN_APWM_OUT.I2C1_SCL */
117 J721E_IOPAD(0xe0, PIN_INPUT_PULLUP, 3) /* (T3) EXT_REFCLK1.I2C1_SDA */
123 J721E_IOPAD(0x104, PIN_INPUT, 0) /* (M20) MMC1_CMD */
124 J721E_IOPAD(0x100, PIN_INPUT, 0) /* (P21) MMC1_CLK */
125 J721E_IOPAD(0xfc, PIN_INPUT, 0) /* (P25) MMC1_CLKLB */
126 J721E_IOPAD(0xf8, PIN_INPUT, 0) /* (M19) MMC1_DAT0 */
127 J721E_IOPAD(0xf4, PIN_INPUT, 0) /* (N21) MMC1_DAT1 */
128 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-v5.15/include/dt-bindings/pinctrl/
Dk3.h35 #define J721E_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode)) macro