summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2023-07-27 21:58:55 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-07-28 12:36:37 +0300
commitf940ec2f5ee2fe750ed665edd2bd4e3a4e30b73b (patch)
tree7791d8f306dab8ca20176197a211397179ff6dd4
parent36ed8fbf4089e4dd8c24d002171aec88792922b4 (diff)
downloadu-boot-f940ec2f5ee2fe750ed665edd2bd4e3a4e30b73b.tar.xz
doc: board: ti: j7200_evm: Convert switch settings to list tables
Use list tables to map up the dip switch settings Signed-off-by: Nishanth Menon <nm@ti.com>
-rw-r--r--doc/board/ti/j7200_evm.rst37
1 files changed, 26 insertions, 11 deletions
diff --git a/doc/board/ti/j7200_evm.rst b/doc/board/ti/j7200_evm.rst
index aa942ea649..a69935b1fa 100644
--- a/doc/board/ti/j7200_evm.rst
+++ b/doc/board/ti/j7200_evm.rst
@@ -144,18 +144,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.