beagleplay/configurations/ddr-config/beagleplay_pb.syscfg
James Doublesin a8041b0166 config: ddr-config: Add config files for Beagleplay DDR configuration
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>
2023-09-01 17:45:17 -05:00

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;