Lines Matching refs:clock
3 The Exynos4 clock controller generates and supplies clock to various controllers
4 within the Exynos4 SoC. The clock binding described here is applicable to all
10 - "samsung,exynos4210-clock" - controller compatible with Exynos4210 SoC.
11 - "samsung,exynos4412-clock" - controller compatible with Exynos4412 SoC.
16 - #clock-cells: should be 1.
18 Each clock is assigned an identifier and client nodes can use this identifier
19 to specify the clock which they consume.
22 dt-bindings/clock/exynos4.h header and can be used in device
25 Example 1: An example of a clock controller node is listed below.
27 clock: clock-controller@0x10030000 {
28 compatible = "samsung,exynos4210-clock";
30 #clock-cells = <1>;
33 Example 2: UART controller node that consumes the clock generated by the clock
34 controller. Refer to the standard clock bindings for information
35 about 'clocks' and 'clock-names' property.
41 clocks = <&clock CLK_UART2>, <&clock CLK_SCLK_UART2>;
42 clock-names = "uart", "clk_uart_baud0";