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 <adham.abozaeid@microchip.com>
11 - Ajay Singh <ajay.kathat@microchip.com>
15 describes the binding to connect wilc devices.
30 clock-names:
33 enable-gpios:
35 description: Used by wilc1000-spi to determine the GPIO line
36 connected to the ENABLE line. If specified, reset-gpios
40 active-high signal.
42 reset-gpios:
44 description: Used by wilc1000-spi to determine the GPIO line
46 active-low signal.
49 - compatible
50 - interrupts
53 - $ref: /schemas/spi/spi-peripheral-props.yaml#
58 - |
59 #include <dt-bindings/gpio/gpio.h>
62 #address-cells = <1>;
63 #size-cells = <0>;
66 spi-max-frequency = <48000000>;
68 interrupt-parent = <&pioC>;
71 clock-names = "rtc";
72 enable-gpios = <&pioA 5 GPIO_ACTIVE_HIGH>;
73 reset-gpios = <&pioA 6 GPIO_ACTIVE_LOW>;
77 - |
79 #address-cells = <1>;
80 #size-cells = <0>;
81 pinctrl-names = "default";
82 pinctrl-0 = <&pinctrl_mmc1_clk_cmd_dat0 &pinctrl_mmc1_dat1_3>;
83 non-removable;
84 vmmc-supply = <&vcc_mmc1_reg>;
85 vqmmc-supply = <&vcc_3v3_reg>;
86 bus-width = <4>;
90 interrupt-parent = <&pioC>;
93 clock-names = "rtc";