Lines Matching +full:load +full:- +full:gpios
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/gpio/pisosr-gpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic Parallel-in/Serial-out Shift Register GPIO Driver
10 This binding describes generic parallel-in/serial-out shift register
12 SN74165 serial-out shift registers and the SN65HVS88x series of
16 - Frank Li <Frank.Li@nxp.com>
21 - pisosr-gpio
23 gpio-controller: true
25 '#gpio-cells':
32 load-gpios:
34 GPIO pin specifier attached to load enable, this
36 load input pin values into the device.
38 spi-cpol: true
41 - compatible
42 - gpio-controller
43 - '#gpio-cells'
46 - $ref: /schemas/spi/spi-peripheral-props.yaml#
51 - |
52 #include <dt-bindings/gpio/gpio.h>
55 #address-cells = <1>;
56 #size-cells = <0>;
59 compatible = "pisosr-gpio";
61 gpio-controller;
62 #gpio-cells = <2>;
63 load-gpios = <&gpio2 23 GPIO_ACTIVE_LOW>;
64 spi-max-frequency = <1000000>;
65 spi-cpol;