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 11, 2024
1 parent 3703d6a commit 1c83490
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 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 @@ -97,12 +109,16 @@
};

sensehat-v1 {
uuid = [ 5d960035 8e87 428f 95d8 59852d697754 ];
product = "Sense HAT";
vendor = "Raspberry Pi";
pver = < 0x0001 >;
overlay = "rpi-sense";
};

sensehat-v2 {
uuid = [ 1aa9c428 72eb 48da 9306 8c3706ed3653 ];
product = "Sense HAT";
vendor = "Raspberry Pi";
pver = < 0x0002 >;
overlay = "rpi-sense-v2";
};
};

0 comments on commit 1c83490

Please sign in to comment.