1 Atmel Image Sensor Controller (ISC)
2 ----------------------------------------------
4 Required properties for ISC:
6 Must be "atmel,sama5d2-isc".
8 Physical base address and length of the registers set for the device.
10 Should contain IRQ line for the ISC.
12 List of clock specifiers, corresponding to entries in
13 the clock-names property;
14 Please refer to clock-bindings.txt.
16 Required elements: "hclock", "iscck", "gck".
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
25 'port' child node with child 'endpoint' node. Please refer to the bindings
26 defined in Documentation/devicetree/bindings/media/video-interfaces.txt.
30 compatible = "atmel,sama5d2-isc";
31 reg = <0xf0008000 0x4000>;
32 interrupts = <46 IRQ_TYPE_LEVEL_HIGH 5>;
33 clocks = <&isc_clk>, <&iscck>, <&isc_gclk>;
34 clock-names = "hclock", "iscck", "gck";
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_12>;
42 remote-endpoint = <&ov7740_0>;
52 compatible = "ovti,ov7740";
55 clock-names = "xvclk";
56 assigned-clocks = <&isc>;
57 assigned-clock-rates = <24000000>;
61 remote-endpoint = <&isc_0>;