xref: /linux/arch/arm64/boot/dts/apple/hwmon-laptop.dtsi (revision 67f8bc848ee31831336bd478e57d2f993551902e)
1// SPDX-License-Identifier: GPL-2.0+ OR MIT
2/*
3 * hwmon sensors expected on all laptops
4 *
5 * Copyright The Asahi Linux Contributors
6 */
7
8&smc_hwmon {
9	power-PHPC {
10		apple,key-id = "PHPC";
11		label = "Heatpipe Power";
12	};
13
14	temperature-TB0T {
15		apple,key-id = "TB0T";
16		label = "Battery Hotspot";
17	};
18
19	temperature-TCHP {
20		apple,key-id = "TCHP";
21		label = "Charge Regulator Temp";
22	};
23
24	temperature-TW0P {
25		apple,key-id = "TW0P";
26		label = "WiFi/BT Module Temp";
27	};
28
29	voltage-SBAV {
30		apple,key-id = "SBAV";
31		label = "Battery Voltage";
32	};
33
34	voltage-VD0R {
35		apple,key-id = "VD0R";
36		label = "Charger Input Voltage";
37	};
38};
39