ARM: dts: mmp2: add camera interfaces
Supported by the mmp-camera driver. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Acked-by: Pavel Machek <pavel@ucw.cz>
This commit is contained in:

committed by
Arnd Bergmann

parent
e45b876d19
commit
9a0c157d88
@@ -170,6 +170,28 @@
|
|||||||
interrupts = <54>;
|
interrupts = <54>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
camera0: camera@d420a000 {
|
||||||
|
compatible = "marvell,mmp2-ccic";
|
||||||
|
reg = <0xd420a000 0x800>;
|
||||||
|
interrupts = <42>;
|
||||||
|
clocks = <&soc_clocks MMP2_CLK_CCIC0>;
|
||||||
|
clock-names = "axi";
|
||||||
|
#clock-cells = <0>;
|
||||||
|
clock-output-names = "mclk";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
camera1: camera@d420a800 {
|
||||||
|
compatible = "marvell,mmp2-ccic";
|
||||||
|
reg = <0xd420a800 0x800>;
|
||||||
|
interrupts = <30>;
|
||||||
|
clocks = <&soc_clocks MMP2_CLK_CCIC1>;
|
||||||
|
clock-names = "axi";
|
||||||
|
#clock-cells = <0>;
|
||||||
|
clock-output-names = "mclk";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
apb@d4000000 { /* APB */
|
apb@d4000000 { /* APB */
|
||||||
|
Reference in New Issue
Block a user