Merge tag 'execve-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
[platform/kernel/linux-starfive.git] / arch / arm64 / boot / dts / qcom / msm8992.dtsi
1 // SPDX-License-Identifier: GPL-2.0-only
2 /* Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.
3  */
4
5 #include "msm8994.dtsi"
6
7 /* 8992 only features 2 A57 cores. */
8 /delete-node/ &CPU6;
9 /delete-node/ &CPU7;
10 /delete-node/ &cpu6_map;
11 /delete-node/ &cpu7_map;
12
13 &gcc {
14         compatible = "qcom,gcc-msm8992";
15 };
16
17 &mmcc {
18         compatible = "qcom,mmcc-msm8992";
19
20         assigned-clock-rates = <800000000>,
21                                <808000000>,
22                                <1020000000>,
23                                <960000000>,
24                                <800000000>;
25 };
26
27 &ocmem {
28         reg = <0xfdd00000 0x2000>, <0xfec00000 0x100000>;
29
30         gmu-sram@0 {
31                 reg = <0x0 0x80000>;
32         };
33 };
34
35 &rpmcc {
36         compatible = "qcom,rpmcc-msm8992", "qcom,rpmcc";
37 };
38
39 &tcsr_mutex {
40         compatible = "qcom,sfpb-mutex";
41 };
42
43 &timer {
44         interrupts = <GIC_PPI 2 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
45                              <GIC_PPI 3 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
46                              <GIC_PPI 4 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
47                              <GIC_PPI 1 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
48 };
49
50 &tlmm {
51         compatible = "qcom,msm8992-pinctrl";
52 };