Part Number: AM3358
Tool/software: Linux
According to
ti-processor-sdk-linux-am335x-evm-02.00.02.11\board-support\linux-4.1.18+gitAUTOINC+bbe8cfc1da-gbbe8cfc\arch\arm\plat-omap\include\plat\dmtimer.h define,
struct timer_regs {
u32 tidr;
u32 tier;
u32 twer;
u32 tclr;
u32 tcrr;
u32 tldr;
u32 ttrg;
u32 twps;
u32 tmar;
u32 tcar1;
u32 tsicr;
u32 tcar2;
u32 tpir;
u32 tnir;
u32 tcvr;
u32 tocr;
u32 towr;
};
The TCLK offset should be 0x24, but according to TRM, it is 0x38h.
What is wrong?
