On Wednesday 07 March 2012, Jason Cooper wrote: > + > + rtc at f1010300 { > + compatible = "mrvl,kirkwood-rtc", "mrvl,orion-rtc"; > + reg = <0xf1010300 0x1f>; > + interrupts = <53>; > + }; > }; Same as with the uart, this length should be 0x20 instead of 0x1f. Arnd