1// SPDX-License-Identifier: GPL-2.0+ OR MIT 2/* 3 * hwmon sensors expected on all systems 4 * 5 * Copyright The Asahi Linux Contributors 6 */ 7 8&smc_hwmon { 9 power-PSTR { 10 apple,key-id = "PSTR"; 11 label = "Total System Power"; 12 }; 13 14 power-PDTR { 15 apple,key-id = "PDTR"; 16 label = "AC Input Power"; 17 }; 18 19 power-PMVR { 20 apple,key-id = "PMVR"; 21 label = "3.8 V Rail Power"; 22 }; 23 24 temperature-TH0x { 25 apple,key-id = "TH0x"; 26 label = "NAND Flash Temperature"; 27 }; 28 29 voltage-VD0R { 30 apple,key-id = "VD0R"; 31 label = "AC Input Voltage"; 32 }; 33 34 current-ID0R { 35 apple,key-id = "ID0R"; 36 label = "AC Input Current"; 37 }; 38}; 39