File tree 3 files changed +26
-0
lines changed
arch/arm/boot/dts/overlays
3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,7 @@ dtbo-$(CONFIG_ARCH_BCM2835) += \
205
205
pifi-mini-210.dtbo \
206
206
piglow.dtbo \
207
207
pineboards-hat-ai.dtbo \
208
+ pineboards-hatdrive-poe-plus.dtbo \
208
209
piscreen.dtbo \
209
210
piscreen2r.dtbo \
210
211
pisound.dtbo \
Original file line number Diff line number Diff line change @@ -3735,6 +3735,12 @@ Load: dtoverlay=pineboards-hat-ai
3735
3735
Params: <None>
3736
3736
3737
3737
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
+
3738
3744
Name: piscreen
3739
3745
Info: PiScreen display by OzzMaker.com
3740
3746
Load: dtoverlay=piscreen,<param>=<val>
Original file line number Diff line number Diff line change
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
+ };
You can’t perform that action at this time.
0 commit comments