3 /include/ "skeleton.dtsi"
5 #include <dt-bindings/interrupt-controller/arm-gic.h>
6 #include <dt-bindings/clock/qcom,gcc-msm8960.h>
7 #include <dt-bindings/soc/qcom,gsbi.h>
10 model = "Qualcomm MSM8960";
11 compatible = "qcom,msm8960";
12 interrupt-parent = <&intc>;
17 interrupts = <1 14 0x304>;
20 compatible = "qcom,krait";
21 enable-method = "qcom,kpss-acc-v1";
24 next-level-cache = <&L2>;
30 compatible = "qcom,krait";
31 enable-method = "qcom,kpss-acc-v1";
34 next-level-cache = <&L2>;
46 compatible = "qcom,krait-pmu";
47 interrupts = <1 10 0x304>;
55 compatible = "simple-bus";
57 intc: interrupt-controller@2000000 {
58 compatible = "qcom,msm-qgic2";
60 #interrupt-cells = <3>;
61 reg = <0x02000000 0x1000>,
66 compatible = "qcom,kpss-timer", "qcom,msm-timer";
67 interrupts = <1 1 0x301>,
70 reg = <0x0200a000 0x100>;
71 clock-frequency = <27000000>,
73 cpu-offset = <0x80000>;
76 msmgpio: gpio@800000 {
77 compatible = "qcom,msm-gpio";
81 interrupts = <0 16 0x4>;
83 #interrupt-cells = <2>;
84 reg = <0x800000 0x4000>;
87 gcc: clock-controller@900000 {
88 compatible = "qcom,gcc-msm8960";
91 reg = <0x900000 0x4000>;
94 lcc: clock-controller@28000000 {
95 compatible = "qcom,lcc-msm8960";
96 reg = <0x28000000 0x1000>;
101 clock-controller@4000000 {
102 compatible = "qcom,mmcc-msm8960";
103 reg = <0x4000000 0x1000>;
108 acc0: clock-controller@2088000 {
109 compatible = "qcom,kpss-acc-v1";
110 reg = <0x02088000 0x1000>, <0x02008000 0x1000>;
113 acc1: clock-controller@2098000 {
114 compatible = "qcom,kpss-acc-v1";
115 reg = <0x02098000 0x1000>, <0x02008000 0x1000>;
118 saw0: regulator@2089000 {
119 compatible = "qcom,saw2";
120 reg = <0x02089000 0x1000>, <0x02009000 0x1000>;
124 saw1: regulator@2099000 {
125 compatible = "qcom,saw2";
126 reg = <0x02099000 0x1000>, <0x02009000 0x1000>;
130 gsbi5: gsbi@16400000 {
131 compatible = "qcom,gsbi-v1.0.0";
133 reg = <0x16400000 0x100>;
134 clocks = <&gcc GSBI5_H_CLK>;
135 clock-names = "iface";
136 #address-cells = <1>;
140 syscon-tcsr = <&tcsr>;
143 compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
144 reg = <0x16440000 0x1000>,
146 interrupts = <0 154 0x0>;
147 clocks = <&gcc GSBI5_UART_CLK>, <&gcc GSBI5_H_CLK>;
148 clock-names = "core", "iface";
154 compatible = "qcom,ssbi";
155 reg = <0x500000 0x1000>;
156 qcom,controller-type = "pmic-arbiter";
159 compatible = "qcom,pm8921";
160 interrupt-parent = <&msmgpio>;
161 interrupts = <104 8>;
162 #interrupt-cells = <2>;
163 interrupt-controller;
164 #address-cells = <1>;
168 compatible = "qcom,pm8921-pwrkey";
170 interrupt-parent = <&pmicintc>;
171 interrupts = <50 1>, <51 1>;
177 compatible = "qcom,pm8921-keypad";
179 interrupt-parent = <&pmicintc>;
180 interrupts = <74 1>, <75 1>;
187 compatible = "qcom,pm8921-rtc";
188 interrupt-parent = <&pmicintc>;
197 compatible = "qcom,prng";
198 reg = <0x1a500000 0x200>;
199 clocks = <&gcc PRNG_CLK>;
200 clock-names = "core";
203 /* Temporary fixed regulator */
204 vsdcc_fixed: vsdcc-regulator {
205 compatible = "regulator-fixed";
206 regulator-name = "SDCC Power";
207 regulator-min-microvolt = <2700000>;
208 regulator-max-microvolt = <2700000>;
213 compatible = "arm,amba-bus";
214 #address-cells = <1>;
217 sdcc1: sdcc@12400000 {
219 compatible = "arm,pl18x", "arm,primecell";
220 arm,primecell-periphid = <0x00051180>;
221 reg = <0x12400000 0x8000>;
222 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
223 interrupt-names = "cmd_irq";
224 clocks = <&gcc SDC1_CLK>, <&gcc SDC1_H_CLK>;
225 clock-names = "mclk", "apb_pclk";
227 max-frequency = <96000000>;
231 vmmc-supply = <&vsdcc_fixed>;
234 sdcc3: sdcc@12180000 {
235 compatible = "arm,pl18x", "arm,primecell";
236 arm,primecell-periphid = <0x00051180>;
238 reg = <0x12180000 0x8000>;
239 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
240 interrupt-names = "cmd_irq";
241 clocks = <&gcc SDC3_CLK>, <&gcc SDC3_H_CLK>;
242 clock-names = "mclk", "apb_pclk";
246 max-frequency = <192000000>;
248 vmmc-supply = <&vsdcc_fixed>;
252 tcsr: syscon@1a400000 {
253 compatible = "qcom,tcsr-msm8960", "syscon";
254 reg = <0x1a400000 0x100>;