Lines Matching +full:gpio +full:- +full:select
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/gpio-mux-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Simple GPIO clock multiplexer
10 - Sergej Sawazki <ce3a@gmx.de>
14 const: gpio-mux-clock
18 - description: First parent clock
19 - description: Second parent clock
21 '#clock-cells':
24 select-gpios:
25 description: GPIO reference for selecting the parent clock.
29 - compatible
30 - clocks
31 - '#clock-cells'
32 - select-gpios
37 - |
38 #include <dt-bindings/gpio/gpio.h>
41 compatible = "gpio-mux-clock";
43 #clock-cells = <0>;
44 select-gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;