xref: /linux/arch/arm64/boot/dts/apple/hwmon-fan-dual.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 2 fan.
6 */
7
8#include "hwmon-fan.dtsi"
9
10&smc_hwmon {
11	fan-F0Ac {
12		label = "Fan 1";
13	};
14
15	fan-F1Ac {
16		apple,key-id = "F1Ac";
17		label = "Fan 2";
18		apple,fan-minimum = "F1Mn";
19		apple,fan-maximum = "F1Mx";
20		apple,fan-target = "F1Tg";
21		apple,fan-mode = "F1Md";
22	};
23};
24