mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 05:00:27 +00:00
Add initial devicetree support for kona iot target. Change-Id: I455bf739ec049e1e1ef01f55707a746fd54653d4
24 lines
326 B
Plaintext
24 lines
326 B
Plaintext
#include "kona.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. kona v2";
|
|
compatible = "qcom,kona";
|
|
qcom,msm-id = <356 0x20000>;
|
|
};
|
|
|
|
&CPU4 {
|
|
dynamic-power-coefficient = <533>;
|
|
};
|
|
|
|
&CPU5 {
|
|
dynamic-power-coefficient = <533>;
|
|
};
|
|
|
|
&CPU6 {
|
|
dynamic-power-coefficient = <533>;
|
|
};
|
|
|
|
&CPU7 {
|
|
dynamic-power-coefficient = <642>;
|
|
};
|