devices: include DTS meta-data
This commit is contained in:
committed by
Henry Cook
parent
baccd5ada2
commit
46aa6b0ac4
@ -286,6 +286,6 @@ object GPIOInputPinCtrl {
|
||||
|
||||
// Magic TL2 Incantation to create a TL2 Slave
|
||||
class TLGPIO(w: Int, c: GPIOParams)(implicit p: Parameters)
|
||||
extends TLRegisterRouter(c.address, interrupts = c.width, beatBytes = w)(
|
||||
extends TLRegisterRouter(c.address, "gpio", Seq("sifive,gpio0"), interrupts = c.width, beatBytes = w)(
|
||||
new TLRegBundle(c, _) with HasGPIOBundleContents)(
|
||||
new TLRegModule(c, _, _) with HasGPIOModuleContents)
|
||||
|
Reference in New Issue
Block a user