Skip to content

Commit e53eefb

Browse files
committed
overlays: hat_map: Add Sense and Hailo AI HATs
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]>
1 parent 2132f8a commit e53eefb

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

arch/arm/boot/dts/overlays/hat_map.dts

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
/dts-v1/;
22

33
/ {
4+
hailo-8 {
5+
product = "Raspberry Pi AI Hat, Model Hailo-8";
6+
vendor = "Hailo Technologies";
7+
overlay = "none,pciex1,pciex1_gen=3";
8+
};
9+
10+
hailo-8l {
11+
product = "Raspberry Pi AI Hat, Model Hailo-8L";
12+
vendor = "Hailo Technologies";
13+
overlay = "none,pciex1,pciex1_gen=3";
14+
};
15+
416
hifiberry-amp100-1 {
517
uuid = [ 5eb863b8 12f9 41ad 978f 4cee1b3eca62 ];
618
overlay = "hifiberry-amp100";
@@ -97,12 +109,16 @@
97109
};
98110

99111
sensehat-v1 {
100-
uuid = [ 5d960035 8e87 428f 95d8 59852d697754 ];
112+
product = "Sense HAT";
113+
vendor = "Raspberry Pi";
114+
pver = < 0x0001 >;
101115
overlay = "rpi-sense";
102116
};
103117

104118
sensehat-v2 {
105-
uuid = [ 1aa9c428 72eb 48da 9306 8c3706ed3653 ];
119+
product = "Sense HAT";
120+
vendor = "Raspberry Pi";
121+
pver = < 0x0002 >;
106122
overlay = "rpi-sense-v2";
107123
};
108124
};

0 commit comments

Comments
 (0)