Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
schemas: pci: bridge: Document PCIe equalization presets
PCIe equalization presets are predefined settings used to optimize signal integrity by compensating for signal loss and distortion in high-speed data transmission. As per PCIe spec 6.0.1 revision section 8.3.3.3 & 4.2.4 for data rates of 8.0 GT/s, 16.0 GT/s, 32.0 GT/s and 64.0 GT/s provides a way to configure lane equalization presets for each lane to enhance the PCIe link reliability. Each preset value represents a different combination of pre-shoot and de-emphasis values. For each data rate it may be required to have a different preset configuration and each lane will have different preset values. Define per data rate equalization preset property with array of 16 representing 16 lanes of the PCIe. Signed-off-by: Krishna chaitanya chundru <[email protected]>
- Loading branch information