3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-15 03:35:55 +00:00
Brooklyn/arch/arm64/boot/dts/qcom/sdm632.dtsi
crowetic a94b3d14aa Brooklyn+ (PLUS) changes
Changes included (and more):

1. Dynamic RAM merge

2. Real-time page scan and allocation

3. Cache compression

4. Real-time IRQ checks

5. Dynamic I/O allocation for Java heap

6. Java page migration

7. Contiguous memory allocation

8. Idle pages tracking

9. Per CPU RAM usage tracking

10. ARM NEON scalar multiplication library

11. NEON/ARMv8 crypto extensions

12. NEON SHA, Blake, RIPEMD crypto extensions

13. Parallel NEON crypto engine for multi-algo based CPU stress reduction
2022-05-12 10:47:00 -07:00

82 lines
1.3 KiB
Plaintext

// SPDX-License-Identifier: BSD-3-Clause
/* Copyright (c) 2022, The Linux Foundation. All rights reserved. */
#include "msm8953.dtsi"
/ {
thermal-zones {
/delete-node/cpu1-thermal;
/delete-node/cpu2-thermal;
/delete-node/cpu3-thermal;
cpu0-thermal {
thermal-sensors = <&tsens0 13>;
cooling-maps {
map0 {
cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};
cpu4-thermal {
thermal-sensors = <&tsens0 5>;
};
cpu5-thermal {
thermal-sensors = <&tsens0 6>;
};
cpu6-thermal {
thermal-sensors = <&tsens0 7>;
};
cpu7-thermal {
thermal-sensors = <&tsens0 8>;
};
};
};
/*
* SDM632 uses Kryo 250 instead of Cortex A53
* CPU0-3 are efficiency cores, CPU4-7 are performance cores
*/
&CPU0 {
compatible = "qcom,kryo250";
};
&CPU1 {
compatible = "qcom,kryo250";
};
&CPU2 {
compatible = "qcom,kryo250";
};
&CPU3 {
compatible = "qcom,kryo250";
};
&CPU4 {
compatible = "qcom,kryo250";
capacity-dmips-mhz = <1980>;
};
&CPU5 {
compatible = "qcom,kryo250";
capacity-dmips-mhz = <1980>;
};
&CPU6 {
compatible = "qcom,kryo250";
capacity-dmips-mhz = <1980>;
};
&CPU7 {
compatible = "qcom,kryo250";
capacity-dmips-mhz = <1980>;
};