1 /* Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
13 #include <dt-bindings/interrupt-controller/arm-gic.h>
14 #include <dt-bindings/clock/qcom,gcc-msm8994.h>
17 model = "Qualcomm Technologies, Inc. MSM 8992";
18 compatible = "qcom,msm8992";
19 // msm-id needed by bootloader for selecting correct blob
20 qcom,msm-id = <251 0>, <252 0>;
21 interrupt-parent = <&intc>;
41 compatible = "arm,cortex-a53", "arm,armv8";
43 next-level-cache = <&L2_0>;
52 compatible = "arm,armv8-timer";
53 interrupts = <GIC_PPI 2 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
54 <GIC_PPI 3 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
55 <GIC_PPI 4 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
56 <GIC_PPI 1 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
60 compatible = "fixed-clock";
62 clock-frequency = <19200000>;
65 sleep_clk: sleep_clk {
66 compatible = "fixed-clock";
68 clock-frequency = <32768>;
71 vreg_vph_pwr: vreg-vph-pwr {
72 compatible = "regulator-fixed";
74 regulator-name = "vph-pwr";
76 regulator-min-microvolt = <3600000>;
77 regulator-max-microvolt = <3600000>;
83 compatible = "qcom,sfpb-mutex";
84 syscon = <&sfpb_mutex_regs 0x0 0x100>;
89 compatible = "qcom,smem";
90 memory-region = <&smem_region>;
91 qcom,rpm-msg-ram = <&rpm_msg_ram>;
92 hwlocks = <&sfpb_mutex 3>;
98 ranges = <0 0 0 0xffffffff>;
99 compatible = "simple-bus";
101 intc: interrupt-controller@f9000000 {
102 compatible = "qcom,msm-qgic2";
103 interrupt-controller;
104 #interrupt-cells = <3>;
105 reg = <0xf9000000 0x1000>,
109 apcs: syscon@f900d000 {
110 compatible = "syscon";
111 reg = <0xf900d000 0x2000>;
115 #address-cells = <1>;
118 compatible = "arm,armv7-timer-mem";
119 reg = <0xf9020000 0x1000>;
123 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
124 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
125 reg = <0xf9021000 0x1000>,
131 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
132 reg = <0xf9023000 0x1000>;
138 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
139 reg = <0xf9024000 0x1000>;
145 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
146 reg = <0xf9025000 0x1000>;
152 interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
153 reg = <0xf9026000 0x1000>;
159 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
160 reg = <0xf9027000 0x1000>;
166 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
167 reg = <0xf9028000 0x1000>;
173 compatible = "qcom,pshold";
174 reg = <0xfc4ab000 0x4>;
177 msmgpio: pinctrl@fd510000 {
178 compatible = "qcom,msm8994-pinctrl";
179 reg = <0xfd510000 0x4000>;
180 interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
183 interrupt-controller;
184 #interrupt-cells = <2>;
187 blsp1_uart2: serial@f991e000 {
188 compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
189 reg = <0xf991e000 0x1000>;
190 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_LOW>;
192 clock-names = "core", "iface";
193 clocks = <&clock_gcc GCC_BLSP1_UART2_APPS_CLK>,
194 <&clock_gcc GCC_BLSP1_AHB_CLK>;
197 clock_gcc: clock-controller@fc400000 {
198 compatible = "qcom,gcc-msm8994";
201 #power-domain-cells = <1>;
202 reg = <0xfc400000 0x2000>;
205 rpm_msg_ram: memory@fc428000 {
206 compatible = "qcom,rpm-msg-ram";
207 reg = <0xfc428000 0x4000>;
210 sfpb_mutex_regs: syscon@fd484000 {
211 #address-cells = <1>;
213 compatible = "syscon";
214 reg = <0xfd484000 0x400>;
219 device_type = "memory";
220 reg = <0 0 0 0>; // bootloader will update
224 #address-cells = <2>;
228 smem_region: smem@6a00000 {
229 reg = <0x0 0x6a00000 0x0 0x200000>;
237 #include "msm8992-pins.dtsi"