]> git.karo-electronics.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/media/exynos-fimc-lite.txt
Merge tag 'vexpress/fixes-for-3.15' of git://git.linaro.org/people/pawel.moll/linux...
[karo-tx-linux.git] / Documentation / devicetree / bindings / media / exynos-fimc-lite.txt
1 Exynos4x12/Exynos5 SoC series camera host interface (FIMC-LITE)
2
3 Required properties:
4
5 - compatible    : should be one of:
6                   "samsung,exynos4212-fimc-lite" for Exynos4212/4412 SoCs,
7                   "samsung,exynos5250-fimc-lite" for Exynos5250 compatible
8                    devices;
9 - reg           : physical base address and size of the device memory mapped
10                   registers;
11 - interrupts    : should contain FIMC-LITE interrupt;
12 - clocks        : FIMC LITE gate clock should be specified in this property.
13 - clock-names   : should contain "flite" entry.
14
15 Each FIMC device should have an alias in the aliases node, in the form of
16 fimc-lite<n>, where <n> is an integer specifying the IP block instance.