Lines Matching +full:- +full:pins
3 Please refer to pinctrl-bindings.txt, ../gpio/gpio.txt, and
4 ../interrupt-controller/interrupts.txt for generic information regarding
7 OXNAS 'pin configuration node' is a node of a group of pins which can be
9 pins, optional function, and optional mux related configuration.
12 - compatible: "oxsemi,ox810se-pinctrl" or "oxsemi,ox820-pinctrl"
13 - oxsemi,sys-ctrl: a phandle to the system controller syscon node
15 Required properties for pin configuration sub-nodes:
16 - pins: List of pins to which the configuration applies.
18 Optional properties for pin configuration sub-nodes:
19 ----------------------------------------------------
20 - function: Mux function for the specified pins.
21 - bias-pull-up: Enable weak pull-up.
26 compatible = "oxsemi,ox810se-pinctrl";
29 oxsemi,sys-ctrl = <&sys>;
33 pins = "gpio31";
37 pins = "gpio32";
48 reg-shift = <0>;
49 fifo-size = <16>;
50 reg-io-width = <1>;
51 current-speed = <115200>;
52 no-loopback-test;
54 pinctrl-names = "default";
55 pinctrl-0 = <&pinctrl_uart2>;