Lines Matching +full:soc +full:- +full:controller
1 * Samsung Exynos5420 Clock Controller
3 The Exynos5420 clock controller generates and supplies clock to various
4 controllers within the Exynos5420 SoC and for the Exynos5800 SoC.
8 - compatible: should be one of the following.
9 - "samsung,exynos5420-clock" - controller compatible with Exynos5420 SoC.
10 - "samsung,exynos5800-clock" - controller compatible with Exynos5800 SoC.
12 - reg: physical base address of the controller and length of memory mapped
15 - #clock-cells: should be 1.
21 dt-bindings/clock/exynos5420.h header and can be used in device
24 Example 1: An example of a clock controller node is listed below.
26 clock: clock-controller@10010000 {
27 compatible = "samsung,exynos5420-clock";
29 #clock-cells = <1>;
32 Example 2: UART controller node that consumes the clock generated by the clock
33 controller. Refer to the standard clock bindings for information
34 about 'clocks' and 'clock-names' property.
37 compatible = "samsung,exynos4210-uart";
41 clock-names = "uart", "clk_uart_baud0";