Skip to content

Commit 986c9d8

Browse files
mikegapinskipelwell
authored andcommitted
overlays: Add Pineboards HatDrive! POE+ (#6257)
overlays: Add Pineboards HatDrive! POE+
1 parent 3d6fae8 commit 986c9d8

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

arch/arm/boot/dts/overlays/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ dtbo-$(CONFIG_ARCH_BCM2835) += \
205205
pifi-mini-210.dtbo \
206206
piglow.dtbo \
207207
pineboards-hat-ai.dtbo \
208+
pineboards-hatdrive-poe-plus.dtbo \
208209
piscreen.dtbo \
209210
piscreen2r.dtbo \
210211
pisound.dtbo \

arch/arm/boot/dts/overlays/README

+6
Original file line numberDiff line numberDiff line change
@@ -3735,6 +3735,12 @@ Load: dtoverlay=pineboards-hat-ai
37353735
Params: <None>
37363736

37373737

3738+
Name: pineboards-hatdrive-poe-plus
3739+
Info: Configures the Pineboards HatDrive! PoE+
3740+
Load: dtoverlay=pineboards-hatdrive-poe-plus
3741+
Params: <None>
3742+
3743+
37383744
Name: piscreen
37393745
Info: PiScreen display by OzzMaker.com
37403746
Load: dtoverlay=piscreen,<param>=<val>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*
2+
* Device Tree overlay for Pineboards HatDrive! PoE+.
3+
*/
4+
5+
/dts-v1/;
6+
/plugin/;
7+
8+
/ {
9+
compatible = "brcm,bcm2712";
10+
11+
fragment@0 {
12+
target-path = "/chosen";
13+
__overlay__ {
14+
power: power {
15+
hat_current_supply = <5000>;
16+
};
17+
};
18+
};
19+
};

0 commit comments

Comments
 (0)