blob: b1c94dd246cb9ba29cf4e1bafd34e8b68c35d2bf [file] [log] [blame]
Lokesh Kumar Aakulu25213502013-05-07 17:43:03 -07001/*
2 * Copyright (c) 2013, The Linux Foundation. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 and
6 * only version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
14&soc{
15 qcom,msm-cam@fd8c0000 {
16 compatible = "qcom,msm-cam";
17 reg = <0xfd8C0000 0x10000>;
18 reg-names = "msm-cam";
19 };
20
21 qcom,csiphy@fda00c00 {
22 cell-index = <0>;
23 compatible = "qcom,csiphy";
24 reg = <0xfda00c00 0x1f4>;
25 reg-names = "csiphy";
26 interrupts = <0 78 0>;
27 interrupt-names = "csiphy";
28 };
29
30 qcom,csiphy@fda01000 {
31 cell-index = <1>;
32 compatible = "qcom,csiphy";
33 reg = <0xfda01000 0x1f4>;
34 reg-names = "csiphy";
35 interrupts = <0 79 0>;
36 interrupt-names = "csiphy";
37 };
38
39 qcom,csid@fda00000 {
40 cell-index = <0>;
41 compatible = "qcom,csid";
42 reg = <0xfda00000 0x100>;
43 reg-names = "csid";
44 interrupts = <0 50 0>;
45 interrupt-names = "csid";
46 qcom,csi-vdd-voltage = <1200000>;
47 qcom,mipi-csi-vdd-supply = <&pm8110_l4>;
48 };
49
50 qcom,csid@fda00400 {
51 cell-index = <1>;
52 compatible = "qcom,csid";
53 reg = <0xfda00400 0x100>;
54 reg-names = "csid";
55 interrupts = <0 51 0>;
56 interrupt-names = "csid";
57 qcom,csi-vdd-voltage = <1200000>;
58 qcom,mipi-csi-vdd-supply = <&pm8110_l4>;
59 };
60
61 qcom,ispif@fda00800 {
62 cell-index = <0>;
63 compatible = "qcom,ispif";
64 reg = <0xfda00800 0x200>;
65 reg-names = "ispif";
66 interrupts = <0 52 0>;
67 interrupt-names = "ispif";
68 };
69
70 qcom,vfe@fde00000 {
71 cell-index = <0>;
72 compatible = "qcom,vfe32";
73 reg = <0xfde00000 0x800>;
74 reg-names = "vfe", "vfe_vbif";
75 interrupts = <0 49 0>;
76 interrupt-names = "vfe";
77 vdd-supply = <&gdsc_vfe>;
78 };
79
80};