Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /* Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.
0003  */
0004 
0005 #include "msm8994.dtsi"
0006 
0007 /* 8992 only features 2 A57 cores. */
0008 /delete-node/ &CPU6;
0009 /delete-node/ &CPU7;
0010 /delete-node/ &cpu6_map;
0011 /delete-node/ &cpu7_map;
0012 
0013 &gcc {
0014         compatible = "qcom,gcc-msm8992";
0015 };
0016 
0017 &mmcc {
0018         compatible = "qcom,mmcc-msm8992";
0019 
0020         assigned-clock-rates = <800000000>,
0021                                <808000000>,
0022                                <1020000000>,
0023                                <960000000>,
0024                                <800000000>;
0025 };
0026 
0027 &ocmem {
0028         reg = <0xfdd00000 0x2000>, <0xfec00000 0x100000>;
0029 
0030         gmu-sram@0 {
0031                 reg = <0x0 0x80000>;
0032         };
0033 };
0034 
0035 &rpmcc {
0036         compatible = "qcom,rpmcc-msm8992", "qcom,rpmcc";
0037 };
0038 
0039 &tcsr_mutex {
0040         compatible = "qcom,sfpb-mutex";
0041 };
0042 
0043 &timer {
0044         interrupts = <GIC_PPI 2 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
0045                              <GIC_PPI 3 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
0046                              <GIC_PPI 4 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
0047                              <GIC_PPI 1 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
0048 };
0049 
0050 &tlmm {
0051         compatible = "qcom,msm8992-pinctrl";
0052 };