Lines Matching +full:external +full:- +full:memory +full:- +full:controller
1 * Samsung S3C2443 Clock Controller
3 The S3C2443 clock controller generates and supplies clock to various controllers
9 - compatible: should be one of the following.
10 - "samsung,s3c2416-clock" - controller compatible with S3C2416 SoC.
11 - "samsung,s3c2443-clock" - controller compatible with S3C2443 SoC.
12 - "samsung,s3c2450-clock" - controller compatible with S3C2450 SoC.
13 - reg: physical base address of the controller and length of memory mapped
15 - #clock-cells: should be 1.
22 dt-bindings/clock/s3c2443.h header and can be used in device
25 External clocks:
29 clock-output-names:
30 - "xti" - crystal input - required,
31 - "ext" - external clock source - optional,
32 - "ext_i2s" - external I2S clock - optional,
33 - "ext_uart" - external uart clock - optional,
35 Example: Clock controller node:
37 clocks: clock-controller@4c000000 {
38 compatible = "samsung,s3c2416-clock";
40 #clock-cells = <1>;
43 Example: UART controller node that consumes the clock generated by the clock
44 controller (refer to the standard clock bindings for information about
45 "clocks" and "clock-names" properties):
48 compatible = "samsung,s3c2440-uart";
51 clock-names = "uart", "clk_uart_baud2",