Lines Matching +full:isc +full:- +full:mck
1 Atmel Image Sensor Controller (ISC)
2 ----------------------------------------------
4 Required properties for ISC:
5 - compatible
6 Must be "atmel,sama5d2-isc".
7 - reg
9 - interrupts
10 Should contain IRQ line for the ISC.
11 - clocks
13 the clock-names property;
14 Please refer to clock-bindings.txt.
15 - clock-names
17 - #clock-cells
19 - clock-output-names
20 Should be "isc-mck".
21 - pinctrl-names, pinctrl-0
22 Please refer to pinctrl-bindings.txt.
24 ISC supports a single port node with parallel bus. It should contain one
26 defined in Documentation/devicetree/bindings/media/video-interfaces.txt.
29 isc: isc@f0008000 {
30 compatible = "atmel,sama5d2-isc";
34 clock-names = "hclock", "iscck", "gck";
35 #clock-cells = <0>;
36 clock-output-names = "isc-mck";
37 pinctrl-names = "default";
38 …pinctrl-0 = <&pinctrl_isc_base &pinctrl_isc_data_8bit &pinctrl_isc_data_9_10 &pinctrl_isc_data_11_…
42 remote-endpoint = <&ov7740_0>;
43 hsync-active = <1>;
44 vsync-active = <0>;
45 pclk-sample = <1>;
54 clocks = <&isc>;
55 clock-names = "xvclk";
56 assigned-clocks = <&isc>;
57 assigned-clock-rates = <24000000>;
61 remote-endpoint = <&isc_0>;