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

sm7225.dtsi (491B)


      1// SPDX-License-Identifier: BSD-3-Clause
      2/*
      3 * Copyright (c) 2021, Luca Weiss <luca@z3ntu.xyz>
      4 */
      5
      6#include "sm6350.dtsi"
      7
      8/* SM7225 uses Kryo 570 instead of Kryo 560 */
      9&CPU0 { compatible = "qcom,kryo570"; };
     10&CPU1 { compatible = "qcom,kryo570"; };
     11&CPU2 { compatible = "qcom,kryo570"; };
     12&CPU3 { compatible = "qcom,kryo570"; };
     13&CPU4 { compatible = "qcom,kryo570"; };
     14&CPU5 { compatible = "qcom,kryo570"; };
     15&CPU6 { compatible = "qcom,kryo570"; };
     16&CPU7 { compatible = "qcom,kryo570"; };