Lines Matching +full:fimc +full:- +full:is

1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/media/samsung,exynos4212-fimc-is.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung Exynos4212/4412 SoC Imaging Subsystem (FIMC-IS)
10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
11 - Sylwester Nawrocki <s.nawrocki@samsung.com>
14 The FIMC-IS is a subsystem for processing image signal from an image sensor.
15 The Exynos4x12 SoC series FIMC-IS V1.5 comprises of a dedicated ARM Cortex-A5
22 - samsung,exynos4212-fimc-is
29 '#address-cells':
32 '#size-cells':
38 clock-names:
40 - const: lite0
41 - const: lite1
42 - const: ppmuispx
43 - const: ppmuispmx
44 - const: isp
45 - const: drc
46 - const: fd
47 - const: mcuisp
48 - const: gicisp
49 - const: mcuctl_isp
50 - const: pwm_isp
51 - const: ispdiv0
52 - const: ispdiv1
53 - const: mcuispdiv0
54 - const: mcuispdiv1
55 - const: mpll
56 - const: aclk200
57 - const: aclk400mcuisp
58 - const: div_aclk200
59 - const: div_aclk400mcuisp
60 - const: uart
68 iommu-names:
70 - const: isp
71 - const: drc
72 - const: fd
73 - const: mcuctl
75 power-domains:
78 samsung,pmu-syscon:
85 "^pmu@[0-9a-f]+$":
91 correct PMU node in the SoC). Deprecated, use samsung,pmu-syscon.
98 - reg
100 "^i2c-isp@[0-9a-f]+$":
102 $ref: /schemas/i2c/i2c-controller.yaml#
109 const: samsung,exynos4212-i2c-isp
118 clock-names:
120 - const: i2c_isp
122 pinctrl-0: true
123 pinctrl-names:
125 - const: default
128 - compatible
129 - reg
130 - clocks
131 - clock-names
134 - compatible
135 - reg
136 - '#address-cells'
137 - clocks
138 - clock-names
139 - interrupts
140 - ranges
141 - samsung,pmu-syscon
142 - '#size-cells'
147 - |
148 #include <dt-bindings/clock/exynos4.h>
149 #include <dt-bindings/gpio/gpio.h>
150 #include <dt-bindings/interrupt-controller/arm-gic.h>
152 fimc-is@12000000 {
153 compatible = "samsung,exynos4212-fimc-is";
178 clock-names = "lite0", "lite1", "ppmuispx",
188 iommu-names = "isp", "drc", "fd", "mcuctl";
189 power-domains = <&pd_isp>;
190 samsung,pmu-syscon = <&pmu_system_controller>;
192 #address-cells = <1>;
193 #size-cells = <1>;
196 i2c-isp@12140000 {
197 compatible = "samsung,exynos4212-i2c-isp";
200 clock-names = "i2c_isp";
201 pinctrl-0 = <&fimc_is_i2c1>;
202 pinctrl-names = "default";
203 #address-cells = <1>;
204 #size-cells = <0>;
206 image-sensor@10 {
209 svdda-supply = <&cam_io_reg>;
210 svddio-supply = <&ldo19_reg>;
211 afvdd-supply = <&ldo19_reg>;
212 clock-frequency = <24000000>;
214 clock-names = "extclk";
219 remote-endpoint = <&csis1_ep>;
220 data-lanes = <1>;