diff options
| author | Nishanth Menon <[email protected]> | 2023-07-27 13:58:54 -0500 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2023-07-28 11:36:37 +0200 |
| commit | 36ed8fbf4089e4dd8c24d002171aec88792922b4 (patch) | |
| tree | 7436e07c25d939596c02de18cce3845eac02d948 | |
| parent | d7c3ca985c53eb8926861da1bbdbd660830d939a (diff) | |
doc: board: ti: am62x_sk: Convert switch settings to list tables
Use list tables to map up the dip switch settings
Signed-off-by: Nishanth Menon <[email protected]>
| -rw-r--r-- | doc/board/ti/am62x_sk.rst | 36 |
1 files changed, 26 insertions, 10 deletions
diff --git a/doc/board/ti/am62x_sk.rst b/doc/board/ti/am62x_sk.rst index 16a4ab4dcfb..906d7ceb31a 100644 --- a/doc/board/ti/am62x_sk.rst +++ b/doc/board/ti/am62x_sk.rst @@ -213,16 +213,32 @@ The following table shows some common boot modes used on AM62 platform. More details can be found in the Technical Reference Manual: https://www.ti.com/lit/pdf/spruiv7 under the `Boot Mode Pins` section. -*Boot Modes* +.. list-table:: Boot Modes + :widths: 16 16 16 + :header-rows: 1 + + * - Switch Label + - SW2: 12345678 + - SW3: 12345678 + + * - SD + - 01000000 + - 11000010 + + * - OSPI + - 00000000 + - 11001110 + + * - EMMC + - 00000000 + - 11010010 + + * - UART + - 00000000 + - 11011100 -============ ============= ============= -Switch Label SW2: 12345678 SW3: 12345678 -============ ============= ============= -SD 01000000 11000010 -OSPI 00000000 11001110 -EMMC 00000000 11010010 -UART 00000000 11011100 -USB DFU 00000000 11001010 -============ ============= ============= + * - USB DFU + - 00000000 + - 11001010 For SW2 and SW1, the switch state in the "ON" position = 1. |
