1 Binding for simple gpio gated clock.
3 This binding uses the common clock binding[1].
5 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
8 - compatible : shall be "gpio-gate-clock".
9 - #clock-cells : from common clock binding; shall be set to 0.
10 - enable-gpios : GPIO reference for enabling and disabling the clock.
13 - clocks: Maximum of one parent clock is supported.
17 compatible = "gpio-gate-clock";
18 clocks = <&parentclk>;
20 enable-gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;