1 // SPDX-License-Identifier: GPL-2.0
4 #include <dt-bindings/interrupt-controller/arm-gic.h>
5 #include <dt-bindings/clock/qcom,gcc-msm8960.h>
6 #include <dt-bindings/mfd/qcom-rpm.h>
7 #include <dt-bindings/soc/qcom,gsbi.h>
12 model = "Qualcomm MSM8960";
13 compatible = "qcom,msm8960";
14 interrupt-parent = <&intc>;
19 interrupts = <1 14 0x304>;
22 compatible = "qcom,krait";
23 enable-method = "qcom,kpss-acc-v1";
26 next-level-cache = <&L2>;
32 compatible = "qcom,krait";
33 enable-method = "qcom,kpss-acc-v1";
36 next-level-cache = <&L2>;
48 device_type = "memory";
53 compatible = "qcom,krait-pmu";
54 interrupts = <1 10 0x304>;
60 compatible = "fixed-clock";
62 clock-frequency = <19200000>;
63 clock-output-names = "cxo_board";
67 compatible = "fixed-clock";
69 clock-frequency = <27000000>;
70 clock-output-names = "pxo_board";
74 compatible = "fixed-clock";
76 clock-frequency = <32768>;
77 clock-output-names = "sleep_clk";
85 compatible = "simple-bus";
87 intc: interrupt-controller@2000000 {
88 compatible = "qcom,msm-qgic2";
90 #interrupt-cells = <3>;
91 reg = <0x02000000 0x1000>,
96 compatible = "qcom,kpss-timer",
97 "qcom,kpss-wdt-msm8960", "qcom,msm-timer";
98 interrupts = <1 1 0x301>,
101 reg = <0x0200a000 0x100>;
102 clock-frequency = <27000000>,
104 cpu-offset = <0x80000>;
107 msmgpio: pinctrl@800000 {
108 compatible = "qcom,msm8960-pinctrl";
110 gpio-ranges = <&msmgpio 0 0 152>;
112 interrupts = <0 16 0x4>;
113 interrupt-controller;
114 #interrupt-cells = <2>;
115 reg = <0x800000 0x4000>;
118 gcc: clock-controller@900000 {
119 compatible = "qcom,gcc-msm8960";
122 reg = <0x900000 0x4000>;
125 lcc: clock-controller@28000000 {
126 compatible = "qcom,lcc-msm8960";
127 reg = <0x28000000 0x1000>;
132 clock-controller@4000000 {
133 compatible = "qcom,mmcc-msm8960";
134 reg = <0x4000000 0x1000>;
139 l2cc: clock-controller@2011000 {
140 compatible = "syscon";
141 reg = <0x2011000 0x1000>;
145 compatible = "qcom,rpm-msm8960";
146 reg = <0x108000 0x1000>;
147 qcom,ipc = <&l2cc 0x8 2>;
149 interrupts = <0 19 0>, <0 21 0>, <0 22 0>;
150 interrupt-names = "ack", "err", "wakeup";
153 compatible = "qcom,rpm-pm8921-regulators";
157 acc0: clock-controller@2088000 {
158 compatible = "qcom,kpss-acc-v1";
159 reg = <0x02088000 0x1000>, <0x02008000 0x1000>;
162 acc1: clock-controller@2098000 {
163 compatible = "qcom,kpss-acc-v1";
164 reg = <0x02098000 0x1000>, <0x02008000 0x1000>;
167 saw0: regulator@2089000 {
168 compatible = "qcom,saw2";
169 reg = <0x02089000 0x1000>, <0x02009000 0x1000>;
173 saw1: regulator@2099000 {
174 compatible = "qcom,saw2";
175 reg = <0x02099000 0x1000>, <0x02009000 0x1000>;
179 gsbi5: gsbi@16400000 {
180 compatible = "qcom,gsbi-v1.0.0";
182 reg = <0x16400000 0x100>;
183 clocks = <&gcc GSBI5_H_CLK>;
184 clock-names = "iface";
185 #address-cells = <1>;
189 syscon-tcsr = <&tcsr>;
191 gsbi5_serial: serial@16440000 {
192 compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
193 reg = <0x16440000 0x1000>,
195 interrupts = <0 154 0x0>;
196 clocks = <&gcc GSBI5_UART_CLK>, <&gcc GSBI5_H_CLK>;
197 clock-names = "core", "iface";
203 compatible = "qcom,ssbi";
204 reg = <0x500000 0x1000>;
205 qcom,controller-type = "pmic-arbiter";
208 compatible = "qcom,pm8921";
209 interrupt-parent = <&msmgpio>;
210 interrupts = <104 8>;
211 #interrupt-cells = <2>;
212 interrupt-controller;
213 #address-cells = <1>;
217 compatible = "qcom,pm8921-pwrkey";
219 interrupt-parent = <&pmicintc>;
220 interrupts = <50 1>, <51 1>;
226 compatible = "qcom,pm8921-keypad";
228 interrupt-parent = <&pmicintc>;
229 interrupts = <74 1>, <75 1>;
236 compatible = "qcom,pm8921-rtc";
237 interrupt-parent = <&pmicintc>;
246 compatible = "qcom,prng";
247 reg = <0x1a500000 0x200>;
248 clocks = <&gcc PRNG_CLK>;
249 clock-names = "core";
252 /* Temporary fixed regulator */
253 vsdcc_fixed: vsdcc-regulator {
254 compatible = "regulator-fixed";
255 regulator-name = "SDCC Power";
256 regulator-min-microvolt = <2700000>;
257 regulator-max-microvolt = <2700000>;
262 compatible = "simple-bus";
263 #address-cells = <1>;
266 sdcc1: sdcc@12400000 {
268 compatible = "arm,pl18x", "arm,primecell";
269 arm,primecell-periphid = <0x00051180>;
270 reg = <0x12400000 0x8000>;
271 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
272 interrupt-names = "cmd_irq";
273 clocks = <&gcc SDC1_CLK>, <&gcc SDC1_H_CLK>;
274 clock-names = "mclk", "apb_pclk";
276 max-frequency = <96000000>;
280 vmmc-supply = <&vsdcc_fixed>;
283 sdcc3: sdcc@12180000 {
284 compatible = "arm,pl18x", "arm,primecell";
285 arm,primecell-periphid = <0x00051180>;
287 reg = <0x12180000 0x8000>;
288 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
289 interrupt-names = "cmd_irq";
290 clocks = <&gcc SDC3_CLK>, <&gcc SDC3_H_CLK>;
291 clock-names = "mclk", "apb_pclk";
295 max-frequency = <192000000>;
297 vmmc-supply = <&vsdcc_fixed>;
301 tcsr: syscon@1a400000 {
302 compatible = "qcom,tcsr-msm8960", "syscon";
303 reg = <0x1a400000 0x100>;
307 compatible = "qcom,gsbi-v1.0.0";
309 reg = <0x16000000 0x100>;
310 clocks = <&gcc GSBI1_H_CLK>;
311 clock-names = "iface";
312 #address-cells = <1>;
317 compatible = "qcom,spi-qup-v1.1.1";
318 #address-cells = <1>;
320 reg = <0x16080000 0x1000>;
321 interrupts = <0 147 0>;
322 spi-max-frequency = <24000000>;
323 cs-gpios = <&msmgpio 8 0>;
325 clocks = <&gcc GSBI1_QUP_CLK>, <&gcc GSBI1_H_CLK>;
326 clock-names = "core", "iface";