Lines Matching +full:semi +full:-
1 * Actions Semi Owl Clock Management Unit (CMU)
3 The Actions Semi Owl Clock Management Unit generates and supplies clock
9 - compatible: should be one of the following,
10 "actions,s900-cmu"
11 "actions,s700-cmu"
12 "actions,s500-cmu"
13 - reg: physical base address of the controller and length of memory mapped
15 - clocks: Reference to the parent clocks ("hosc", "losc")
16 - #clock-cells: should be 1.
17 - #reset-cells: should be 1.
23 dt-bindings/clock/actions,s900-cmu.h or actions,s700-cmu.h or
24 actions,s500-cmu.h header and can be used in device tree sources.
31 Actions Semi S900 CMU also requires one more clock:
32 - "losc" - internal low frequency oscillator
36 cmu: clock-controller@e0160000 {
37 compatible = "actions,s900-cmu";
40 #clock-cells = <1>;
41 #reset-cells = <1>;
48 compatible = "actions,s900-uart", "actions,owl-uart";