Lines Matching refs:clock
3 The S3C2412 clock controller generates and supplies clock to various controllers
4 within the SoC. The clock binding described here is applicable to the s3c2412
9 - compatible: should be "samsung,s3c2412-clock"
12 - #clock-cells: should be 1.
14 Each clock is assigned an identifier and client nodes can use this identifier
15 to specify the clock which they consume. Some of the clocks are available only
19 dt-bindings/clock/s3c2412.h header and can be used in device
25 that they are defined using standard clock bindings with following
26 clock-output-names:
28 - "ext" - external clock source - optional,
32 clocks: clock-controller@4c000000 {
33 compatible = "samsung,s3c2412-clock";
35 #clock-cells = <1>;
38 Example: UART controller node that consumes the clock generated by the clock
39 controller (refer to the standard clock bindings for information about
40 "clocks" and "clock-names" properties):
46 clock-names = "uart", "clk_uart_baud2", "clk_uart_baud3";