1// SPDX-License-Identifier: GPL-2.0+ OR MIT 2/* 3 * hwmon sensors common to the Mac mini desktop 4 * models, but not the Studio or Pro. 5 * 6 * Copyright The Asahi Linux Contributors 7 */ 8 9#include "hwmon-fan.dtsi" 10 11&smc_hwmon { 12 temperature-TW0P { 13 apple,key-id = "TW0P"; 14 label = "WiFi/BT Module Temp"; 15 }; 16}; 17