[PATCH V2 12/19] doc: board: ti: j7200_evm: Convert switch settings to list tables
Nishanth Menon
nm at ti.com
Thu Jul 27 20:58:55 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-12-nm@ti.com/
doc/board/ti/j7200_evm.rst | 37 ++++++++++++++++++++++++++-----------
1 file changed, 26 insertions(+), 11 deletions(-)
diff --git a/doc/board/ti/j7200_evm.rst b/doc/board/ti/j7200_evm.rst
index 4786dc19d0d8..883e39949961 100644
--- a/doc/board/ti/j7200_evm.rst
+++ b/doc/board/ti/j7200_evm.rst
@@ -143,18 +143,33 @@ The following table shows some common boot modes used on J7200 platform. More
details can be found in the Technical Reference Manual:
https://www.ti.com/lit/pdf/spruiu1 under the `Boot Mode Pins` section.
+.. list-table:: Boot Modes
+ :widths: 16 16 16
+ :header-rows: 1
-*Boot Modes*
-
-============ ============= =============
-Switch Label SW9: 12345678 SW8: 12345678
-============ ============= =============
-SD 00000000 10000010
-EMMC 01000000 10000000
-OSPI 01000000 00000110
-UART 01110000 00000000
-USB DFU 00100000 10000000
-============ ============= =============
+ * - Switch Label
+ - SW9: 12345678
+ - SW8: 12345678
+
+ * - SD
+ - 00000000
+ - 10000010
+
+ * - EMMC
+ - 01000000
+ - 10000000
+
+ * - OSPI
+ - 01000000
+ - 00000110
+
+ * - UART
+ - 01110000
+ - 00000000
+
+ * - USB DFU
+ - 00100000
+ - 10000000
For SW8 and SW9, the switch state in the "ON" position = 1.
--
2.40.0
More information about the U-Boot
mailing list