Lines Matching +full:clock +full:- +full:output +full:- +full:name
3 This binding uses the common clock binding[1].
5 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
8 - compatible : shall be "ti,keystone,psc-clock".
9 - #clock-cells : from common clock binding; shall be set to 0.
10 - clocks : parent clock phandle
11 - reg : psc control and domain address address space
12 - reg-names : psc control and domain registers
13 - domain-id : psc domain id needed to check the transition state register
16 - clock-output-names : From common clock binding to override the
17 default output clock name
20 #clock-cells = <0>;
21 compatible = "ti,keystone,psc-clock";
23 clock-output-names = "usb";
25 reg-names = "control", "domain";
26 domain-id = <0>;