Commit 796b7dcf authored by Robert Jarzmik's avatar Robert Jarzmik

ARM: dts: pxa: add embedded pxa camera capture interface

The pxa27x SoCs have an embedded camera host controller. Add the
description to the family description.
Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent 316c9382
......@@ -77,6 +77,23 @@ keypad: keypad@41500000 {
clocks = <&clks CLK_KEYPAD>;
status = "disabled";
};
pxa_camera: imaging@50000000 {
compatible = "marvell,pxa270-qci";
reg = <0x50000000 0x1000>;
interrupts = <33>;
dmas = <&pdma 68 0 /* Y channel */
&pdma 69 0 /* U channel */
&pdma 70 0>; /* V channel */
dma-names = "CI_Y", "CI_U", "CI_V";
clocks = <&clks CLK_CAMERA>;
clock-names = "ciclk";
clock-frequency = <5000000>;
clock-output-names = "qci_mclk";
status = "disabled";
};
};
clocks {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment