[PATCH V2 11/19] doc: board: ti: am62x_sk: Convert switch settings to list tables
Nishanth Menon
nm at ti.com
Thu Jul 27 20:58:54 CEST 2023
Use list tables to map up the dip switch settings
Signed-off-by: Nishanth Menon <nm at ti.com>
---
Changes since V1
* No Change
V1: https://lore.kernel.org/all/20230727080027.2817701-11-nm@ti.com/
doc/board/ti/am62x_sk.rst | 38 +++++++++++++++++++++++++++-----------
1 file changed, 27 insertions(+), 11 deletions(-)
diff --git a/doc/board/ti/am62x_sk.rst b/doc/board/ti/am62x_sk.rst
index 7deb61a3be52..6a88b694f826 100644
--- a/doc/board/ti/am62x_sk.rst
+++ b/doc/board/ti/am62x_sk.rst
@@ -212,16 +212,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*
-
-============ ============= =============
-Switch Label SW2: 12345678 SW3: 12345678
-============ ============= =============
-SD 01000000 11000010
-OSPI 00000000 11001110
-EMMC 00000000 11010010
-UART 00000000 11011100
-USB DFU 00000000 11001010
-============ ============= =============
+.. 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
+
+ * - USB DFU
+ - 00000000
+ - 11001010
For SW2 and SW1, the switch state in the "ON" position = 1.
--
2.40.0
More information about the U-Boot
mailing list