Home
last modified time | relevance | path

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

/linux/arch/arm/boot/dts/renesas/
H A Dr7s9210-rza2mevb.dts142 <RZA2_PINMUX(PORTE, 5, 1)>, /* ET0_MDC */
143 <RZA2_PINMUX(PORTE, 6, 1)>, /* ET0_MDIO */
144 <RZA2_PINMUX(PORTL, 0, 5)>; /* IRQ4 */
156 <RZA2_PINMUX(PORT3, 3, 1)>, /* ET1_MDC */
158 <RZA2_PINMUX(PORTL, 1, 5)>; /* IRQ5 */
173 <RZA2_PINMUX(PORTE, 1, 3)>; /* RxD2 */
178 <RZA2_PINMUX(PORT5, 1, 3)>; /* SD0_WP */
183 <RZA2_PINMUX(PORT5, 5, 3)>; /* SD1_WP */
188 <RZA2_PINMUX(PORTC, 6, 1)>, /* VBUSEN0 */
189 <RZA2_PINMUX(PORTC, 7, 1)>; /* OVRCUR0 */
[all …]
/linux/Documentation/devicetree/bindings/pinctrl/
H A Drenesas,rza2-pinctrl.yaml54 pin number and the desired function index. Use the RZA2_PINMUX macro
64 alternate function configuration number using the RZA2_PINMUX()
95 pinmux = <RZA2_PINMUX(PORT9, 0, 4)>, /* TxD4 */
96 <RZA2_PINMUX(PORT9, 1, 4)>; /* RxD4 */
/linux/include/dt-bindings/pinctrl/
H A Dr7s9210-pinctrl.h40 #define RZA2_PINMUX(b, p, f) ((b) * RZA2_PINS_PER_PORT + (p) | (f << 16)) macro