1 // SPDX-License-Identifier: GPL-2.0-only
2 /* Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.
5 #include <dt-bindings/interrupt-controller/arm-gic.h>
6 #include <dt-bindings/clock/qcom,gcc-msm8994.h>
9 model = "Qualcomm Technologies, Inc. MSM 8994";
10 compatible = "qcom,msm8994";
11 // msm-id and pmic-id are required by bootloader for
12 // proper selection of dt blob
13 qcom,msm-id = <207 0x20000>;
14 qcom,pmic-id = <0x10009 0x1000A 0x0 0x0>;
15 interrupt-parent = <&intc>;
35 compatible = "arm,cortex-a53";
37 next-level-cache = <&L2_0>;
46 compatible = "arm,armv8-timer";
47 interrupts = <1 2 0xff08>,
57 ranges = <0 0 0 0xffffffff>;
58 compatible = "simple-bus";
60 intc: interrupt-controller@f9000000 {
61 compatible = "qcom,msm-qgic2";
63 #interrupt-cells = <3>;
64 reg = <0xf9000000 0x1000>,
72 compatible = "arm,armv7-timer-mem";
73 reg = <0xf9020000 0x1000>;
77 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
78 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
79 reg = <0xf9021000 0x1000>,
85 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
86 reg = <0xf9023000 0x1000>;
92 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
93 reg = <0xf9024000 0x1000>;
99 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
100 reg = <0xf9025000 0x1000>;
106 interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
107 reg = <0xf9026000 0x1000>;
113 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
114 reg = <0xf9027000 0x1000>;
120 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
121 reg = <0xf9028000 0x1000>;
127 compatible = "qcom,pshold";
128 reg = <0xfc4ab000 0x4>;
131 msmgpio: pinctrl@fd510000 {
132 compatible = "qcom,msm8994-pinctrl";
133 reg = <0xfd510000 0x4000>;
134 interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
137 interrupt-controller;
138 #interrupt-cells = <2>;
141 blsp1_uart2: serial@f991e000 {
142 compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
143 reg = <0xf991e000 0x1000>;
144 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
146 clock-names = "core", "iface";
147 clocks = <&clock_gcc GCC_BLSP1_UART2_APPS_CLK>,
148 <&clock_gcc GCC_BLSP1_AHB_CLK>;
151 tcsr_mutex_regs: syscon@fd484000 {
152 compatible = "syscon";
153 reg = <0xfd484000 0x2000>;
156 clock_gcc: clock-controller@fc400000 {
157 compatible = "qcom,gcc-msm8994";
160 #power-domain-cells = <1>;
161 reg = <0xfc400000 0x2000>;
166 device_type = "memory";
167 // We expect the bootloader to fill in the reg
172 compatible = "fixed-clock";
174 clock-frequency = <19200000>;
177 sleep_clk: sleep_clk {
178 compatible = "fixed-clock";
180 clock-frequency = <32768>;
184 #address-cells = <2>;
188 smem_mem: smem_region@6a00000 {
189 reg = <0x0 0x6a00000 0x0 0x200000>;
195 compatible = "qcom,tcsr-mutex";
196 syscon = <&tcsr_mutex_regs 0 0x80>;
201 compatible = "qcom,smem";
202 memory-region = <&smem_mem>;
203 hwlocks = <&tcsr_mutex 3>;
208 #include "msm8994-pins.dtsi"