From 0537da2dedc71e3d82dbd473d5bedc485406b4f5 Mon Sep 17 00:00:00 2001
From: Jason Kridner <jkridner@beagleboard.org>
Date: Wed, 11 Dec 2024 13:16:09 -0500
Subject: [PATCH] quick fix for incorrect number of TOPS

---
 boards/beagley/ai/01-introduction.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/beagley/ai/01-introduction.rst b/boards/beagley/ai/01-introduction.rst
index 1ab7010f..e3e3037f 100644
--- a/boards/beagley/ai/01-introduction.rst
+++ b/boards/beagley/ai/01-introduction.rst
@@ -13,7 +13,7 @@ Detailed overview
 ******************
 
 BeagleY-AI is based on the Texas Instruments AM67A Arm-based vision processor.  It features a quad-core 64-bit Arm®Cortex®-A53 CPU subsystem at 1.4GHz, 
-Dual general-purpose C7x DSP with Matrix Multiply Accelerator (MMA) capable of 4 TOPs each, Arm Cortex-R5 subsystem for low-latency 
+Dual general-purpose C7x DSP with Matrix Multiply Accelerator (MMA) capable of 4 TOPS (trillion-operations per second) combined (2 TOPS each), two available 800MHz Arm Cortex-R5 subsystems for low-latency 
 I/O and control, a 50 GFlop GPU, video and vision accelerators, and other specialized processing capability.
 
 .. table:: BeagleY-AI features
-- 
GitLab