Lines Matching +full:confd +full:- +full:gpios
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/fpga/altr,fpga-passive-serial.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Fabio Estevam <[email protected]>
21 - $ref: /schemas/spi/spi-peripheral-props.yaml#
26 - altr,fpga-passive-serial
27 - altr,fpga-arria10-passive-serial
29 spi-max-frequency:
35 nconfig-gpios:
40 nstat-gpios:
45 confd-gpios:
47 confd pin (referred to as CONF_DONE in the manual)
51 - compatible
52 - reg
53 - nconfig-gpios
54 - nstat-gpios
59 - |
60 #include <dt-bindings/gpio/gpio.h>
63 #address-cells = <1>;
64 #size-cells = <0>;
67 compatible = "altr,fpga-passive-serial";
69 nconfig-gpios = <&gpio4 18 GPIO_ACTIVE_LOW>;
70 nstat-gpios = <&gpio4 19 GPIO_ACTIVE_LOW>;
71 confd-gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;