Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

overlays: Add overlay for the Pineboards Hat Ai! #6126

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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 @@ -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>;
};
};
};