Hi,
What is the timer used in below device tree in Linux SDK 08.00.00.21 ?
a53_timer0: timer-cl0-cpu0 { compatible = "arm,armv8-timer"; interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>, /* cntpsirq */ <GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>, /* cntpnsirq */ <GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>, /* cntvirq */ <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>; /* cnthpirq */ };
It seems the timer is "a physical timer" described in TRM section 6.1.3.4.2.
But there is no detailed information.
My customer wants to know the differences between this timer and the timer1 used in u-boot.
The customer thinks below timer is the "timer0" described in TRM section 12.5.3.6 Table 12-5403.
Correct?
timer1: timer@2400000 { compatible = "ti,omap5430-timer"; reg = <0x0 0x2400000 0x0 0x80>; ti,timer-alwon; clock-frequency = <25000000>; u-boot,dm-spl; };
Thanks and regards,
Koichiro Tashiro