soc: compatible with "simple-bus" => scanned for platform devices
This commit is contained in:
parent
9f85b2e996
commit
a2fc51d65e
@ -66,7 +66,7 @@ trait CoreplexNetwork extends HasCoreplexParameters {
|
||||
Description("soc", Map(
|
||||
"#address-cells" -> width,
|
||||
"#size-cells" -> width,
|
||||
"compatible" -> (p(DTSModel) +: p(DTSCompat)).map(s => ResourceString(s + "-soc")),
|
||||
"compatible" -> ((p(DTSModel) +: p(DTSCompat)).map(s => ResourceString(s + "-soc")) :+ ResourceString("simple-bus")),
|
||||
"ranges" -> Nil))
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user