Part Number: AM6548
Tool/software: Code Composer Studio
The datasheet for the AM6548 says it runs at 1.1 GHz. If I attach a JTAG debugger to the AM6548 GP EVM and connect to the ARM, I can use a GEL script to dump the PLLs for the A53. I see
CortexA53_0_0: GEL Output: *****
CortexA53_0_0: GEL Output: Getting ARM0 PLL in progress...
CortexA53_0_0: GEL Output: CLKIN = 25.0
CortexA53_0_0: GEL Output: MULT = 0x00000020 (32)
CortexA53_0_0: GEL Output: DIV = 0x00000000 (0)
CortexA53_0_0: GEL Output: M2_DIV = 0x00000001 (1)
CortexA53_0_0: GEL Output: DCOCLKLDO FREQ: 1600.0 MHz
CortexA53_0_0: GEL Output: CLKOUT FREQ: 800.0 MHz
CortexA53_0_0: GEL Output: Getting ARM0 PLL done!
Is this correct?
I don't see 1.1GHz anywhere in the list of clock rates?