]> git.sur5r.net Git - u-boot/blobdiff - arch/nds32/dts/ag101p.dts
nds32: Support AG101P timer DM.
[u-boot] / arch / nds32 / dts / ag101p.dts
index 2baa3dc9ae18214eadcb370c922777a38862a0b9..91314b5633b1145bfe2bea6816464b6bc12cd162 100644 (file)
@@ -13,6 +13,7 @@
                /* bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0x99600000 debug bootmem_debug memblock=debug loglevel=7"; */
                bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0x99600000 debug loglevel=7";
                stdout-path = "uart0:38400n8";
+               tick-timer = &timer0;
        };
 
        memory@0 {
                no-loopback-test = <1>;
        };
 
+       timer0: timer@98400000 {
+               compatible = "andestech,attmr010";
+               reg = <0x98400000 0x1000>;
+               interrupts = <19 4>;
+               clock-frequency = <15000000>;
+       };
+
 };