Hello,
inside DM365 dvsdk (psp/flash-utils/DM36x/Common/src/device.c) I can find the following setup for PERI_CLKCTL register:
#define PERIPHERAL_CLK_CTRL_VAL 0x243F04FC
According to ARM datasheet it seems that like this we set:
- ARM926 clock: PLLC2SYSCLK2
- HDVICP clock: PLLC2SYSCLK2
In the datasheet I can find that HDVICP should go to the same frequency as DDR which is slower than ARM.
1. Am I right?
2. Can both the clocks be linked to the same pll output?
3. Should I move (as I suppose) HDVICP clock to PLLC1SYSCLK2?
Thank for every possible help!