Skip to content

Commit

Permalink
overlays: Add Pineboards HatDrive! POE+ (#6257)
Browse files Browse the repository at this point in the history
overlays: Add Pineboards HatDrive! POE+
  • Loading branch information
mikegapinski authored and pelwell committed Sep 30, 2024
1 parent 3d6fae8 commit 986c9d8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/overlays/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ dtbo-$(CONFIG_ARCH_BCM2835) += \
pifi-mini-210.dtbo \
piglow.dtbo \
pineboards-hat-ai.dtbo \
pineboards-hatdrive-poe-plus.dtbo \
piscreen.dtbo \
piscreen2r.dtbo \
pisound.dtbo \
Expand Down
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -3735,6 +3735,12 @@ Load: dtoverlay=pineboards-hat-ai
Params: <None>


Name: pineboards-hatdrive-poe-plus
Info: Configures the Pineboards HatDrive! PoE+
Load: dtoverlay=pineboards-hatdrive-poe-plus
Params: <None>


Name: piscreen
Info: PiScreen display by OzzMaker.com
Load: dtoverlay=piscreen,<param>=<val>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*
* Device Tree overlay for Pineboards HatDrive! PoE+.
*/

/dts-v1/;
/plugin/;

/ {
compatible = "brcm,bcm2712";

fragment@0 {
target-path = "/chosen";
__overlay__ {
power: power {
hat_current_supply = <5000>;
};
};
};
};

0 comments on commit 986c9d8

Please sign in to comment.