Lines Matching +full:clock +full:- +full:controller
1 * Samsung S3C2410 Clock Controller
3 The S3C2410 clock controller generates and supplies clock to various controllers
4 within the SoC. The clock binding described here is applicable to the s3c2410,
9 - compatible: should be one of the following.
10 - "samsung,s3c2410-clock" - controller compatible with S3C2410 SoC.
11 - "samsung,s3c2440-clock" - controller compatible with S3C2440 SoC.
12 - "samsung,s3c2442-clock" - controller compatible with S3C2442 SoC.
13 - reg: physical base address of the controller and length of memory mapped
15 - #clock-cells: should be 1.
17 Each clock is assigned an identifier and client nodes can use this identifier
18 to specify the clock which they consume. Some of the clocks are available only
22 dt-bindings/clock/s3c2410.h header and can be used in device
27 The xti clock used as input for the plls is generated outside the SoC. It is
28 expected that is are defined using standard clock bindings with a
29 clock-output-names value of "xti".
31 Example: Clock controller node:
33 clocks: clock-controller@4c000000 {
34 compatible = "samsung,s3c2410-clock";
36 #clock-cells = <1>;
39 Example: UART controller node that consumes the clock generated by the clock
40 controller (refer to the standard clock bindings for information about
41 "clocks" and "clock-names" properties):
44 compatible = "samsung,s3c2440-uart";
47 clock-names = "uart", "clk_uart_baud2";