doc: ti: k3: Add section for DDR configuration

Add a concise section for DDR configuration pointing to the public tool
that can be used to generate the configuration DTSI.

Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
Reviewed-by: Romain Naour <romain.naour@smile.fr>
This commit is contained in:
Neha Malcom Francis
2026-06-09 10:26:21 -06:00
committed by Tom Rini
parent 54fb646ca4
commit 11dc7c0608
+11
View File
@@ -649,6 +649,17 @@ Refer (:ref:`U-boot ARMV8 build <k3_rst_include_start_build_steps_uboot>`)
This will need to be explicitly disabled by changing the boot_targets to
disallow fallback during testing.
DDR Configuration
-----------------
The K3 DDRSS driver (drivers/ram/k3-ddrss/k3-ddrss.c) configures the DDR during
the R5 SPL stage. The driver utilizes an auto-generated configuration file
containing necessary settings for the DDR. It configures the frequency, timing
parameters, training algorithms etc. for DDR initialization. The configuration
DTSI can be generated using the `Sysconfig tool <https://dev.ti.com/sysconfig>`_
and selecting the software product as "DDR Configuration for \*" as well as the
required device.
Saving environment
------------------