Brooklyn/arch/arm/boot/dts/overlays/rpi-poe-plus-overlay.dts

24 lines
423 B
Plaintext
Raw Normal View History

// SPDX-License-Identifier: (GPL-2.0 OR MIT)
// Overlay for the Raspberry Pi PoE+ HAT.
#include "rpi-poe-overlay.dts"
/ {
compatible = "brcm,bcm2835";
2021-10-02 16:09:28 +00:00
fragment@10 {
target-path = "/";
__overlay__ {
2021-10-02 16:09:28 +00:00
rpi_poe_power_supply: rpi-poe-power-supply {
compatible = "raspberrypi,rpi-poe-power-supply";
firmware = <&firmware>;
status = "okay";
};
};
};
};
2021-09-02 09:56:01 +00:00
2021-10-02 16:09:28 +00:00
&fan {
2021-09-02 09:56:01 +00:00
cooling-levels = <0 32 64 128 255>;
};