This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DDR PLL Value for Uboot

Hi All,

           I want to know how to choose a value for first argument - "pll" of config_ddr() function call in board/ti/am335x/board.c file. I'm using MT41K128M16JT125.

Regards,

Gangadhar

  • For DDR3 memories the allowed DDR_CLK frequency range is from 303MHz to 400MHz max. On the EZSDK v3.2 this is setup in the file board.c file in the s_init function in the following lines:

    else if (!strncmp("A33515BB", header.name, 8) &&
                    strncmp("1.5", header.version, 3) <= 0)
            config_ddr(303, MT41J512M8RH125_IOCTRL_VALUE, &ddr3_evm_data,
                   &ddr3_evm_cmd_ctrl_data, &ddr3_evm_emif_reg_data);