Lines Matching +full:gpio +full:- +full:gate +full:- +full:clock
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/gpio-gate-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Simple GPIO clock gate
10 - Jyri Sarha <jsarha@ti.com>
14 const: gpio-gate-clock
19 '#clock-cells':
22 enable-gpios:
23 description: GPIO reference for enabling and disabling the clock.
27 - compatible
28 - '#clock-cells'
29 - enable-gpios
34 - |
35 #include <dt-bindings/gpio/gpio.h>
37 clock {
38 compatible = "gpio-gate-clock";
40 #clock-cells = <0>;
41 enable-gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;