Skip to content

Commit

Permalink
Docs: update SERDES facts from the datasheets
Browse files Browse the repository at this point in the history
  • Loading branch information
josuah committed Feb 6, 2024
1 parent b4c1ab7 commit 1c5fe7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Docs/som_clocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ and value for a given clock setup.

## Hardware integration

The USB differential clock generation is already integrated internally
in the SoM.
The USB differential clock generation is already integrated in the SoM.
Here is the description of how it works internally.

The extra free output clock may be looped back to the external input clock pin,
so that the PLL provides a clock with an arbitrary frequency directly to the FPGA.
Expand All @@ -40,6 +40,9 @@ It is also possible to provide an external input clock source to the FPGA.

## RTL integration

The clocks are already integrated in the RTL.
Here is the description of how it works internally.

The FPGA can use the external input clock, routed to its pin `H8`, which is
a primary clock pin (PCLK), usable for DDR I/O.

Expand Down
2 changes: 2 additions & 0 deletions Docs/som_mipi.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ pairs available.

## Hardware integration

The MIPI pins are capable of 1.2 Gbit/s I/O in differential mode.

Each MIPI interface can have more or less differential pairs for the data lanes,
and always one dedicated pair for the associated clock signal.

Expand Down

0 comments on commit 1c5fe7e

Please sign in to comment.