diff -r b842c0cb760e -r 19c4533e1567 baseport/syborg/syborg.dts --- a/baseport/syborg/syborg.dts Wed Sep 22 20:10:53 2010 +0100 +++ b/baseport/syborg/syborg.dts Fri Sep 24 13:30:20 2010 +0100 @@ -130,15 +130,22 @@ interrupts = ; interrupt-parent = <&intc>; }; - graphicsdevice@0 { + graphicsdevice@0 { compatible = "syborg,graphicsdevice"; reg = ; interrupts = ; interrupt-parent = <&intc>; }; + timer@1 { + compatible = "syborg,timer"; + reg = ; + frequency = ; + interrupts = ; + interrupt-parent = <&intc>; + }; platform@0 { compatible = "syborg,platform"; - reg = ; + reg = ; }; }; };