xref: /linux/arch/arm64/boot/dts/apple/hwmon-fan.dtsi (revision 67f8bc848ee31831336bd478e57d2f993551902e)
1// SPDX-License-Identifier: GPL-2.0+ OR MIT
2/*
3 * Copyright The Asahi Linux Contributors
4 *
5 * Fan hwmon sensors for machines with a single fan.
6 */
7
8&smc_hwmon {
9	fan-F0Ac {
10		apple,key-id = "F0Ac";
11		label = "Fan";
12		apple,fan-minimum = "F0Mn";
13		apple,fan-maximum = "F0Mx";
14		apple,fan-target = "F0Tg";
15		apple,fan-mode = "F0Md";
16	};
17};
18