1*8bab661aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 2*8bab661aSEmmanuel Vadot/* 3*8bab661aSEmmanuel Vadot * Copyright (c) 2021, Iskren Chernev <iskren.chernev@gmail.com> 4*8bab661aSEmmanuel Vadot */ 5*8bab661aSEmmanuel Vadot 6*8bab661aSEmmanuel Vadot#include "sm6115.dtsi" 7*8bab661aSEmmanuel Vadot 8*8bab661aSEmmanuel Vadot&CPU0 { 9*8bab661aSEmmanuel Vadot compatible = "qcom,kryo240"; 10*8bab661aSEmmanuel Vadot}; 11*8bab661aSEmmanuel Vadot 12*8bab661aSEmmanuel Vadot&CPU1 { 13*8bab661aSEmmanuel Vadot compatible = "qcom,kryo240"; 14*8bab661aSEmmanuel Vadot}; 15*8bab661aSEmmanuel Vadot 16*8bab661aSEmmanuel Vadot&CPU2 { 17*8bab661aSEmmanuel Vadot compatible = "qcom,kryo240"; 18*8bab661aSEmmanuel Vadot}; 19*8bab661aSEmmanuel Vadot 20*8bab661aSEmmanuel Vadot&CPU3 { 21*8bab661aSEmmanuel Vadot compatible = "qcom,kryo240"; 22*8bab661aSEmmanuel Vadot}; 23*8bab661aSEmmanuel Vadot 24*8bab661aSEmmanuel Vadot&CPU4 { 25*8bab661aSEmmanuel Vadot compatible = "qcom,kryo240"; 26*8bab661aSEmmanuel Vadot}; 27*8bab661aSEmmanuel Vadot 28*8bab661aSEmmanuel Vadot&CPU5 { 29*8bab661aSEmmanuel Vadot compatible = "qcom,kryo240"; 30*8bab661aSEmmanuel Vadot}; 31*8bab661aSEmmanuel Vadot 32*8bab661aSEmmanuel Vadot&CPU6 { 33*8bab661aSEmmanuel Vadot compatible = "qcom,kryo240"; 34*8bab661aSEmmanuel Vadot}; 35*8bab661aSEmmanuel Vadot 36*8bab661aSEmmanuel Vadot&CPU7 { 37*8bab661aSEmmanuel Vadot compatible = "qcom,kryo240"; 38*8bab661aSEmmanuel Vadot}; 39