Skip to content

Commit

Permalink
overlays: Add overlay for the Pineboards Hat Ai!
Browse files Browse the repository at this point in the history
This overlay simplifies the configuration of the Coral Edge TPU (Single and Dual Edge) on the Pi 5.
  • Loading branch information
mikegapinski committed Apr 24, 2024
1 parent 85cc26d commit a21c8fb
Show file tree
Hide file tree
Showing 3 changed files with 25 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 @@ -196,6 +196,7 @@ dtbo-$(CONFIG_ARCH_BCM2835) += \
pifi-dac-zero.dtbo \
pifi-mini-210.dtbo \
piglow.dtbo \
pineboards-hat-ai.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 @@ -3618,6 +3618,12 @@ Load: dtoverlay=piglow
Params: <None>


Name: pineboards-hat-ai
Info: Pineboards Hat Ai! overlay for the Google Coral Edge TPU
Load: dtoverlay=pineboards-hat-ai
Params: <None>


Name: piscreen
Info: PiScreen display by OzzMaker.com
Load: dtoverlay=piscreen,<param>=<val>
Expand Down
18 changes: 18 additions & 0 deletions arch/arm/boot/dts/overlays/pineboards-hat-ai-overlay.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*
* Device Tree overlay for Pineboards Hat Ai!.
* Compatible with the Google Coral Edge TPU (Single and Dual Edge).
*/

/dts-v1/;
/plugin/;

/ {
compatible = "brcm,bcm2712";

fragment@0 {
target = <&pcie1>;
__overlay__ {
msi-parent = <&pcie1>;
};
};
};

0 comments on commit a21c8fb

Please sign in to comment.