blob: 0fe01b09e89ae023e66e07f8ed170ca7151e659c [file] [log] [blame]
Matthew Barth6923a3f2021-08-05 10:11:16 -05001[
Patrick Williamsa49e3f12022-12-08 06:12:40 -06002 {
3 "name": "fan0",
4 "path": "/system/chassis/motherboard/fan0",
5 "methods": [
6 {
7 "type": "gpio",
8 "key": 15,
9 "physpath": "/sys/bus/i2c/devices/30-0061",
10 "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event"
11 },
12 {
13 "type": "tach",
14 "sensors": ["fan0_0", "fan0_1"]
15 }
16 ],
17 "rpolicy": {
18 "type": "anyof"
19 },
20 "eeprom": {
21 "bus_address": "31-0050",
22 "driver_name": "at24",
23 "bind_delay_ms": 1000
24 }
25 },
26 {
27 "name": "fan1",
28 "path": "/system/chassis/motherboard/fan1",
29 "methods": [
30 {
31 "type": "gpio",
32 "key": 14,
33 "physpath": "/sys/bus/i2c/devices/30-0061",
34 "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event"
35 },
36 {
37 "type": "tach",
38 "sensors": ["fan1_0", "fan1_1"]
39 }
40 ],
41 "rpolicy": {
42 "type": "anyof"
43 },
44 "eeprom": {
45 "bus_address": "32-0050",
46 "driver_name": "at24",
47 "bind_delay_ms": 1000
48 }
49 },
50 {
51 "name": "fan2",
52 "path": "/system/chassis/motherboard/fan2",
53 "methods": [
54 {
55 "type": "gpio",
56 "key": 13,
57 "physpath": "/sys/bus/i2c/devices/30-0061",
58 "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event"
59 },
60 {
61 "type": "tach",
62 "sensors": ["fan2_0", "fan2_1"]
63 }
64 ],
65 "rpolicy": {
66 "type": "anyof"
67 },
68 "eeprom": {
69 "bus_address": "33-0050",
70 "driver_name": "at24",
71 "bind_delay_ms": 1000
72 }
73 },
74 {
75 "name": "fan3",
76 "path": "/system/chassis/motherboard/fan3",
77 "methods": [
78 {
79 "type": "gpio",
80 "key": 12,
81 "physpath": "/sys/bus/i2c/devices/30-0061",
82 "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event"
83 },
84 {
85 "type": "tach",
86 "sensors": ["fan3_0", "fan3_1"]
87 }
88 ],
89 "rpolicy": {
90 "type": "anyof"
91 },
92 "eeprom": {
93 "bus_address": "34-0050",
94 "driver_name": "at24",
95 "bind_delay_ms": 1000
96 }
97 }
Matthew Barth6923a3f2021-08-05 10:11:16 -050098]