mirror of
https://openbeagle.org/beagleplay/beagleplay.git
synced 2024-11-24 05:55:02 +00:00
a8041b0166
This consists of the configuration files and data output (dtsi) from the TI's DDR config tool. Please see https://www.ti.com/lit/an/sprad06/sprad06.pdf for additional information https://dev.ti.com/sysconfig Signed-off-by: James Doublesin <doublesin@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com>
21 lines
794 B
Plaintext
21 lines
794 B
Plaintext
/**
|
|
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads
|
|
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
|
|
* @cliArgs --device "AM62x" --package "AMC" --part "Default" --product "Processor_DDR_Config@0.09.06"
|
|
* @versions {"tool":"1.15.0+2826"}
|
|
*/
|
|
|
|
/**
|
|
* Import the modules used in this configuration.
|
|
*/
|
|
const DDRSS = scripting.addModule("/DDRSS");
|
|
|
|
/**
|
|
* Write custom configuration values to the imported modules.
|
|
*/
|
|
DDRSS.ddr4.$name = "ddr4_DDRSS_DDR40";
|
|
DDRSS.ddr4.config_dram_tDLLK_tCK = 1024;
|
|
DDRSS.ddr4.config_dram_tWR_CRC_DM_tCK = 5;
|
|
DDRSS.ddr4.config_dram_tWTR_S_CRC_DM_tCK = 5;
|
|
DDRSS.ddr4.config_dram_tCCD_L_tCK = 5;
|