Skip to content

Commit 269a721

Browse files
mikegapinskipelwell
authored andcommitted
overlays: Add overlay for the Pineboards Hat Ai!
This overlay simplifies the configuration of the Coral Edge TPU (Single and Dual Edge) on the Pi 5.
1 parent a02f1a2 commit 269a721

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

arch/arm/boot/dts/overlays/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ dtbo-$(CONFIG_ARCH_BCM2835) += \
196196
pifi-dac-zero.dtbo \
197197
pifi-mini-210.dtbo \
198198
piglow.dtbo \
199+
pineboards-hat-ai.dtbo \
199200
piscreen.dtbo \
200201
piscreen2r.dtbo \
201202
pisound.dtbo \

arch/arm/boot/dts/overlays/README

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3618,6 +3618,12 @@ Load: dtoverlay=piglow
36183618
Params: <None>
36193619

36203620

3621+
Name: pineboards-hat-ai
3622+
Info: Pineboards Hat Ai! overlay for the Google Coral Edge TPU
3623+
Load: dtoverlay=pineboards-hat-ai
3624+
Params: <None>
3625+
3626+
36213627
Name: piscreen
36223628
Info: PiScreen display by OzzMaker.com
36233629
Load: dtoverlay=piscreen,<param>=<val>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/*
2+
* Device Tree overlay for Pineboards Hat Ai!.
3+
* Compatible with the Google Coral Edge TPU (Single and Dual Edge).
4+
*/
5+
6+
/dts-v1/;
7+
/plugin/;
8+
9+
/ {
10+
compatible = "brcm,bcm2712";
11+
12+
fragment@0 {
13+
target = <&pcie1>;
14+
__overlay__ {
15+
msi-parent = <&pcie1>;
16+
};
17+
};
18+
};

0 commit comments

Comments
 (0)