xref: /linux/arch/arm64/boot/dts/apple/hwmon-mini.dtsi (revision 67f8bc848ee31831336bd478e57d2f993551902e)
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