Skip to content

Commit 6d965a3

Browse files
committed
Add HI3516DV500/HI3519DV500
1 parent 7002930 commit 6d965a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/hal/hisi/hal_hisi.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,9 @@ static const char *get_hisi_chip_id(uint32_t family_id, uint8_t scsysid0) {
769769
case 0x3516E200:
770770
chip_generation = HISI_V4;
771771
return "3516EV200";
772+
case 0x3516D500:
773+
chip_generation = HISI_OT;
774+
return "3516DV500";
772775
case 0x3516E300:
773776
chip_generation = HISI_V4;
774777
return "3516EV300";
@@ -781,6 +784,9 @@ static const char *get_hisi_chip_id(uint32_t family_id, uint8_t scsysid0) {
781784
case 0x3518E300:
782785
chip_generation = HISI_V4;
783786
return "3518EV300";
787+
case 0x3519D500:
788+
chip_generation = HISI_OT;
789+
return "3519DV500";
784790
case 0x3536C100:
785791
chip_generation = HISI_3536C;
786792
return "3536CV100";

0 commit comments

Comments
 (0)