Lines Matching +full:exynos4 +full:- +full:sysreg

1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/media/samsung,exynos4210-fimc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
11 - Sylwester Nawrocki <s.nawrocki@samsung.com>
20 - samsung,exynos4210-fimc
21 - samsung,exynos4212-fimc
22 - samsung,s5pv210-fimc
30 clock-names:
32 - const: fimc
33 - const: sclk_fimc
35 clock-frequency:
45 power-domains:
48 samsung,cam-if:
53 samsung,isp-wb:
58 samsung,lcd-wb:
63 samsung,mainscaler-ext:
68 samsung,min-pix-alignment:
69 $ref: /schemas/types.yaml#/definitions/uint32-array
71 - description: Minimum supported image height alignment.
72 - description: Horizontal image offset.
76 samsung,min-pix-sizes:
77 $ref: /schemas/types.yaml#/definitions/uint32-array
84 samsung,pix-limits:
85 $ref: /schemas/types.yaml#/definitions/uint32-array
89 Table 2-1 in the S5PV210 SoC User Manual. The meaning of each cell is as
91 0 - scaler input horizontal size
92 1 - input horizontal size for the scaler bypassed
93 2 - REAL_WIDTH without input rotation
94 3 - REAL_HEIGHT with input rotation
105 samsung,sysreg:
108 System Registers (SYSREG) node.
111 - compatible
112 - reg
113 - clocks
114 - clock-names
115 - samsung,pix-limits
118 - if:
120 - samsung,isp-wb
123 - samsung,sysreg
128 - |
129 #include <dt-bindings/clock/exynos4.h>
130 #include <dt-bindings/interrupt-controller/arm-gic.h>
133 compatible = "samsung,exynos4212-fimc";
137 clock-names = "fimc", "sclk_fimc";
140 power-domains = <&pd_cam>;
141 samsung,sysreg = <&sys_reg>;
143 samsung,pix-limits = <4224 8192 1920 4224>;
144 samsung,mainscaler-ext;
145 samsung,isp-wb;
146 samsung,cam-if;
148 assigned-clocks = <&clock CLK_MOUT_FIMC0>,
150 assigned-clock-parents = <&clock CLK_MOUT_MPLL_USER_T>;
151 assigned-clock-rates = <0>, <176000000>;