50c50,51
< : AmbaPioDevice(p), gic(p->gic), timer0(name() + ".timer0", this, p->int_num0, p->clock0),
---
> : AmbaPioDevice(p, 0xfff), gic(p->gic),
> timer0(name() + ".timer0", this, p->int_num0, p->clock0),
53d53
< pioSize = 0xfff;