Lines Matching refs:clock
3 The Exynos3250 clock controller generates and supplies clock to various
12 - "samsung,exynos3250-cmu-isp" - ISP block clock controller compatible
18 - #clock-cells: should be 1.
20 Each clock is assigned an identifier and client nodes can use this identifier
21 to specify the clock which they consume.
24 dt-bindings/clock/exynos3250.h header and can be used in device
27 Example 1: Examples of clock controller nodes are listed below.
29 cmu: clock-controller@10030000 {
32 #clock-cells = <1>;
35 cmu_dmc: clock-controller@105C0000 {
38 #clock-cells = <1>;
41 cmu_isp: clock-controller@10048000 {
44 #clock-cells = <1>;
47 Example 2: UART controller node that consumes the clock generated by the clock
48 controller. Refer to the standard clock bindings for information
49 about 'clocks' and 'clock-names' property.
56 clock-names = "uart", "clk_uart_baud0";