summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/aspeed-bmc-ibm-rainier-4u.dts
blob: f7fd3b3c90d08b8883dd8e00d5acb9a8b184d8d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// SPDX-License-Identifier: GPL-2.0-or-later
// Copyright 2020 IBM Corp.
/dts-v1/;

#include "aspeed-bmc-ibm-rainier.dts"

/ {
	model = "Rainier 4U";
};

&i2c3 {
	power-supply@6a {
		compatible = "ibm,cffps";
		reg = <0x6a>;
	};

	power-supply@6b {
		compatible = "ibm,cffps";
		reg = <0x6b>;
	};
};

&fan0 {
	tach-pulses = <4>;
	/delete-property/ maxim,fan-dual-tach;
};

&fan1 {
	tach-pulses = <4>;
	/delete-property/ maxim,fan-dual-tach;
};

&fan2 {
	tach-pulses = <4>;
	/delete-property/ maxim,fan-dual-tach;
};

&fan3 {
	tach-pulses = <4>;
	/delete-property/ maxim,fan-dual-tach;
};

&fan4 {
	tach-pulses = <4>;
	/delete-property/ maxim,fan-dual-tach;
};

&fan5 {
	tach-pulses = <4>;
	/delete-property/ maxim,fan-dual-tach;
};