cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

qcom-msm8974pro.dtsi (397B)


      1// SPDX-License-Identifier: GPL-2.0
      2#include "qcom-msm8974.dtsi"
      3
      4&gcc {
      5	compatible = "qcom,gcc-msm8974pro";
      6};
      7
      8&gpu {
      9	compatible = "qcom,adreno-330.2", "qcom,adreno";
     10};
     11
     12&sdhc_1 {
     13	clocks = <&gcc GCC_SDCC1_APPS_CLK>,
     14		 <&gcc GCC_SDCC1_AHB_CLK>,
     15		 <&xo_board>,
     16		 <&gcc GCC_SDCC1_CDCCAL_FF_CLK>,
     17		 <&gcc GCC_SDCC1_CDCCAL_SLEEP_CLK>;
     18	clock-names = "core", "iface", "xo", "cal", "sleep";
     19};