1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 2 /* 3 * Copyright (c) 2021, Iskren Chernev <iskren.chernev@gmail.com> 4 */ 5 6 #include "sm6115.dtsi" 7 8 &CPU0 { 9 compatible = "qcom,kryo240"; 10 }; 11 12 &CPU1 { 13 compatible = "qcom,kryo240"; 14 }; 15 16 &CPU2 { 17 compatible = "qcom,kryo240"; 18 }; 19 20 &CPU3 { 21 compatible = "qcom,kryo240"; 22 }; 23 24 &CPU4 { 25 compatible = "qcom,kryo240"; 26 }; 27 28 &CPU5 { 29 compatible = "qcom,kryo240"; 30 }; 31 32 &CPU6 { 33 compatible = "qcom,kryo240"; 34 }; 35 36 &CPU7 { 37 compatible = "qcom,kryo240"; 38 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.