We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60dc328 commit f22f3f7Copy full SHA for f22f3f7
1 file changed
pkg/soc/detect.go
@@ -10,6 +10,7 @@ import (
10
// boardMap maps device tree compatible strings to board names.
11
var boardMap = map[string]string{
12
"scaleway,em-rv1-c4m16s128-a": "scw-em-rv1",
13
+ "sophgo,mango": "cloudv10x-pioneer",
14
}
15
16
// DetectBoard reads the device tree compatible property and maps it to a board name.
0 commit comments