Lines Matching +full:pinctrl +full:- +full:bindings
1 Microsemi Ocelot pin controller Device Tree Bindings
2 ----------------------------------------------------
5 - compatible : Should be "mscc,ocelot-pinctrl",
6 "mscc,jaguar2-pinctrl" or "microchip,sparx5-pinctrl"
7 - reg : Address and length of the register set for the device
8 - gpio-controller : Indicates this device is a GPIO controller
9 - #gpio-cells : Must be 2.
12 <dt-bindings/gpio/gpio.h>.
13 - gpio-ranges : Range of pins managed by the GPIO controller.
16 The ocelot-pinctrl driver uses the generic pin multiplexing and generic pin
17 configuration documented in pinctrl-bindings.txt.
20 - function
21 - pins
24 gpio: pinctrl@71070034 {
25 compatible = "mscc,ocelot-pinctrl";
27 gpio-controller;
28 #gpio-cells = <2>;
29 gpio-ranges = <&gpio 0 0 22>;
31 uart_pins: uart-pins {
36 uart2_pins: uart2-pins {