plic: do not output #address-cells
This is only needed for an interrupt-map, not an interrupt-controller.
This commit is contained in:
		@@ -70,8 +70,7 @@ class TLPLIC(params: PLICParams)(implicit p: Parameters) extends LazyModule
 | 
			
		||||
      val extra = Map(
 | 
			
		||||
        "interrupt-controller" -> Nil,
 | 
			
		||||
        "riscv,ndev" -> Seq(ResourceInt(nDevices)),
 | 
			
		||||
        "#interrupt-cells" -> Seq(ResourceInt(1)),
 | 
			
		||||
        "#address-cells" -> Seq(ResourceInt(0)))
 | 
			
		||||
        "#interrupt-cells" -> Seq(ResourceInt(1)))
 | 
			
		||||
      Description(name, mapping ++ extra)
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user