Home
last modified time | relevance | path

Searched refs:RZV2M_PORT_PINMUX (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dr9a09g011-v2mevk2.dts172 <RZV2M_PORT_PINMUX(0, 1, 2)>, /* MMDAT1 */
173 <RZV2M_PORT_PINMUX(0, 2, 2)>, /* MMDAT2 */
174 <RZV2M_PORT_PINMUX(0, 3, 2)>, /* MMDAT3 */
175 <RZV2M_PORT_PINMUX(0, 4, 2)>, /* MMDAT4 */
176 <RZV2M_PORT_PINMUX(0, 5, 2)>, /* MMDAT5 */
177 <RZV2M_PORT_PINMUX(0, 6, 2)>, /* MMDAT6 */
178 <RZV2M_PORT_PINMUX(0, 7, 2)>; /* MMDAT7 */
184 <RZV2M_PORT_PINMUX(0, 11, 2)>; /* MMCLK */
191 <RZV2M_PORT_PINMUX(5, 1, 2)>; /* SCL */
196 <RZV2M_PORT_PINMUX(3, 9, 2)>; /* SCL */
[all …]
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Drenesas,rzv2m-pinctrl.yaml69 alternate function configuration number using the RZV2M_PORT_PINMUX()
163 pinmux = <RZV2M_PORT_PINMUX(3, 8, 2)>, /* SDA */
164 <RZV2M_PORT_PINMUX(3, 9, 2)>; /* SCL */
/openbmc/linux/include/dt-bindings/pinctrl/
H A Drzv2m-pinctrl.h18 #define RZV2M_PORT_PINMUX(b, p, f) ((b) * RZV2M_PINS_PER_PORT + (p) | ((f) << 16)) macro