Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions arch/arm/boot/dts/overlays/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dtbo-$(CONFIG_ARCH_BCM2835) += \
cma.dtbo \
crystalfontz-cfa050_pi_m.dtbo \
cutiepi-panel.dtbo \
cytron-pwr-stdhat.dtbo \
dacberry400.dtbo \
dht11.dtbo \
dionaudio-kiwi.dtbo \
Expand Down
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -1063,6 +1063,13 @@ Load: dtoverlay=cutiepi-panel
Params: <None>


Name: cytron-pwr-stdhat
Info: Generic Device Tree overlay for Cytron standard HAT+ boards
that also supply power to the Raspberry Pi 5.
Load: dtoverlay=cytron-pwr-stdhat
Params: <None>


Name: dacberry400
Info: Configures the dacberry400 add on soundcard
Load: dtoverlay=dacberry400
Expand Down
21 changes: 21 additions & 0 deletions arch/arm/boot/dts/overlays/cytron-pwr-stdhat.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* Generic Device Tree overlay for Cytron standard HAT+ boards
* that also supply power to the Raspberry Pi.
*/

/dts-v1/;
/plugin/;

/ {
compatible = "brcm,bcm2712";

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