Forum Discussion
tehjingy_Altera
Regular Contributor
3 years agoHi
Could you try adding the timer into the linux device tree?
I am not quite familiar with linux device tree, but could you try the following:
timer4@FF200000 {
compatible = "snps,dw-apb-timer";
interrupts = <0x0 0x6B 0x4>;
reg = <0xFF200000 0x1F>;
clocks = <0x38>;
};
Regards
Jingyang, Teh