The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm64/qcom/msm8992.dtsi

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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 };

Cache object: eef48b39e45713e46e6a33ca332d5c18


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.