diff --git a/documentation/source/quick-start/Avenger-96-Board.rst b/documentation/source/quick-start/Avenger-96-Board.rst
index 7e360ba1edaa6049e0bc29c0f8251121a37c06b8..2819947ba21eb502c5c45710bb770db5ad780d09 100644
--- a/documentation/source/quick-start/Avenger-96-Board.rst
+++ b/documentation/source/quick-start/Avenger-96-Board.rst
@@ -23,3 +23,76 @@ The STM32MP157 is a highly integrated multi-market system-on-chip designed to en
    Figure 1 Avenger 96 Board
 
 For complete details on building and flashing applications to the Nitrogen, refer https://www.96boards.org/product/avenger96/.
+
+
+Additional Information
+**********************
+
+.. table:: Additional information
+   :align: center
+================================================   
+============ ===================================  
+Component     Description
+============ =================================== 
+SoC	        nRF52832 microcontroller
+
+CPU	        Cortex-M4    
+
+Clock 
+Speed	        64MHz     
+
+RAM	        64MHz     
+
+Storage	     512KB onboard Flash     
+
+Battery	     Onboard battery connector 
+              and charger     
+
+Debugger      LPC11U35 on board SWD debugger
+
+Wireless      nRF51832 Bluetooth ® wireless 
+              technology with BLE power 
+		        consumption measurement
+
+Connectors	  SWD debug, nRF52832 SWD, 
+              nRF52832 UART
+
+Expansion     40 Pin Low-speed expansion
+Interface	  
+
+Digital       1.8V
+Output (V)	  
+
+Analog        0V - 1.8V
+Input (V)	  
+
+Antenna	     Onboard chip antenna
+
+Power source  USB power supply with 
+              fuse protect	   
+
+OS Support	  Zephyr
+
+Size	        60x30mm		      
+============ =================================
+==============================================
+
++-----------+-------------+--------------------------------------------+
+| Signed    | Unsigned    | Description                                |
+| Type      | Type        |                                            |
++===========+=============+============================================+
+| int8_t    | uint8_t     | The signed or unsigned 8-bit integer type. |
++-----------+-------------+--------------------------------------------+
+| int16_t   | uint16_t    | The signed or unsigned 16-bit integer      |
+|           |             | type.                                      |
++-----------+-------------+--------------------------------------------+
+| int32_t   | uint32_t    | The signed or unsigned 32-bit integer      |
+|           |             | type.                                      |
++-----------+-------------+--------------------------------------------+
+| int64_t   | uint64_t    | The signed or unsigned 64-bit integer      |
+|           |             | type.                                      |
++-----------+-------------+--------------------------------------------+
+| intptr_t  | uintptr_t   | The signed or unsigned integer type large  |
+|           |             | enough to hold a pointer.                  |
++-----------+-------------+--------------------------------------------+
+