2 * Overlay for the Raspberry Pi POE HAT.
8 compatible = "brcm,bcm2835";
14 compatible = "pwm-fan";
15 cooling-levels = <0 1 10 100 255>;
17 pwms = <&fwpwm 0 80000>;
23 target = <&cpu_thermal>;
27 temperature = <40000>;
32 temperature = <45000>;
37 temperature = <50000>;
42 temperature = <55000>;
50 cooling-device = <&fan 0 1>;
54 cooling-device = <&fan 1 2>;
58 cooling-device = <&fan 2 3>;
62 cooling-device = <&fan 3 4>;
69 target-path = "/__overrides__";
71 poe_fan_temp0 = <&trip0>,"temperature:0";
72 poe_fan_temp0_hyst = <&trip0>,"hysteresis:0";
73 poe_fan_temp1 = <&trip1>,"temperature:0";
74 poe_fan_temp1_hyst = <&trip1>,"hysteresis:0";
75 poe_fan_temp2 = <&trip2>,"temperature:0";
76 poe_fan_temp2_hyst = <&trip2>,"hysteresis:0";
77 poe_fan_temp3 = <&trip3>,"temperature:0";
78 poe_fan_temp3_hyst = <&trip3>,"hysteresis:0";
79 poe_fan_i2c = <&fwpwm>,"status=disabled",
80 <&poe_mfd>,"status=okay",
81 <&fan>,"pwms:0=",<&poe_mfd_pwm>;
89 compatible = "raspberrypi,firmware-poe-pwm";
97 i2c_bus: __overlay__ {
102 compatible = "raspberrypi,poe-core";
106 poe_mfd_pwm: poe_pwm@f0 {
107 compatible = "raspberrypi,poe-pwm";
131 poe_fan_temp0 = <&trip0>,"temperature:0";
132 poe_fan_temp0_hyst = <&trip0>,"hysteresis:0";
133 poe_fan_temp1 = <&trip1>,"temperature:0";
134 poe_fan_temp1_hyst = <&trip1>,"hysteresis:0";
135 poe_fan_temp2 = <&trip2>,"temperature:0";
136 poe_fan_temp2_hyst = <&trip2>,"hysteresis:0";
137 poe_fan_temp3 = <&trip3>,"temperature:0";
138 poe_fan_temp3_hyst = <&trip3>,"hysteresis:0";
140 <&fwpwm>,"status=disabled",
141 <&i2c_bus>,"status=okay",
142 <&poe_mfd>,"status=okay",
143 <&fan>,"pwms:0=",<&poe_mfd_pwm>;