Lines Matching +full:connect +full:- +full:gpios
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Adham Abozaeid <[email protected]>
11 - Ajay Singh <[email protected]>
15 describes the binding to connect wilc devices.
20 - items:
21 - const: microchip,wilc3000
22 - const: microchip,wilc1000
23 - const: microchip,wilc1000
34 clock-names:
37 enable-gpios:
39 description: Used by wilc1000-spi to determine the GPIO line
40 connected to the ENABLE line. If specified, reset-gpios
44 active-high signal.
46 reset-gpios:
48 description: Used by wilc1000-spi to determine the GPIO line
50 active-low signal.
53 - compatible
54 - interrupts
57 - $ref: /schemas/spi/spi-peripheral-props.yaml#
62 - |
63 #include <dt-bindings/gpio/gpio.h>
66 #address-cells = <1>;
67 #size-cells = <0>;
70 spi-max-frequency = <48000000>;
72 interrupt-parent = <&pioC>;
75 clock-names = "rtc";
76 enable-gpios = <&pioA 5 GPIO_ACTIVE_HIGH>;
77 reset-gpios = <&pioA 6 GPIO_ACTIVE_LOW>;
81 - |
83 #address-cells = <1>;
84 #size-cells = <0>;
85 pinctrl-names = "default";
86 pinctrl-0 = <&pinctrl_mmc1_clk_cmd_dat0 &pinctrl_mmc1_dat1_3>;
87 non-removable;
88 vmmc-supply = <&vcc_mmc1_reg>;
89 vqmmc-supply = <&vcc_3v3_reg>;
90 bus-width = <4>;
94 interrupt-parent = <&pioC>;
97 clock-names = "rtc";