Lines Matching refs:clock
3 The Exynos5410 clock controller generates and supplies clock to various
8 - compatible: should be "samsung,exynos5410-clock"
13 - #clock-cells: should be 1.
16 dt-bindings/clock/exynos5410.h header and can be used in device
19 External clock:
21 There is clock that is generated outside the SoC. It
22 is expected that it is defined using standard clock bindings
23 with following clock-output-name:
25 - "fin_pll" - PLL input clock from XXTI
27 Example 1: An example of a clock controller node is listed below.
29 clock: clock-controller@0x10010000 {
30 compatible = "samsung,exynos5410-clock";
32 #clock-cells = <1>;
35 Example 2: UART controller node that consumes the clock generated by the clock
36 controller. Refer to the standard clock bindings for information
37 about 'clocks' and 'clock-names' property.
43 clocks = <&clock CLK_UART0>, <&clock CLK_SCLK_UART0>;
44 clock-names = "uart", "clk_uart_baud0";