Skip to content

Commit f22f3f7

Browse files
committed
Add MILK-V Pioneer board mapping
1 parent 60dc328 commit f22f3f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/soc/detect.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010
// boardMap maps device tree compatible strings to board names.
1111
var boardMap = map[string]string{
1212
"scaleway,em-rv1-c4m16s128-a": "scw-em-rv1",
13+
"sophgo,mango": "cloudv10x-pioneer",
1314
}
1415

1516
// DetectBoard reads the device tree compatible property and maps it to a board name.

0 commit comments

Comments
 (0)