Skip to content

Commit

Permalink
overlays: hat_map: Add Sense and Hailo AI HATs
Browse files Browse the repository at this point in the history
Add mappings to overlays for the Sense HATs and the Hailo AI HATs. Note
that mapping by product names (and not UUIDs) as used here requires an
updated firmware.

Signed-off-by: Phil Elwell <[email protected]>
  • Loading branch information
pelwell committed Oct 1, 2024
1 parent 82a50e4 commit 15ef795
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions arch/arm/boot/dts/overlays/hat_map.dts
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
/dts-v1/;

/ {
hailo-8 {
product = "Raspberry Pi AI Hat, Model Hailo-8";
vendor = "Hailo Technologies";
overlay = "none,pciex1,pciex1_gen=3";
};

hailo-8l {
product = "Raspberry Pi AI Hat, Model Hailo-8L";
vendor = "Hailo Technologies";
overlay = "none,pciex1,pciex1_gen=3";
};

hifiberry-amp100-1 {
uuid = [ 5eb863b8 12f9 41ad 978f 4cee1b3eca62 ];
overlay = "hifiberry-amp100";
Expand Down Expand Up @@ -95,4 +107,18 @@
uuid = [ 1c955808 681f 4bbc a2ef b7ea47cd388e ];
overlay = "recalboxrgbdual";
};

sensehat-v1 {
product = "Sense HAT";
vendor = "Raspberry Pi";
overlay = "rpi-sense";
pver = < 0x0001 >;
};

sensehat-v2 {
product = "Sense HAT";
vendor = "Raspberry Pi";
overlay = "rpi-sense-v2";
pver = < 0x0002 >;
};
};

0 comments on commit 15ef795

Please sign in to comment.