[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1616205383-24114-6-git-send-email-dillon.minfei@gmail.com>
Date: Sat, 20 Mar 2021 09:56:21 +0800
From: dillon.minfei@...il.com
To: alexandre.torgue@...s.st.com, rong.a.chen@...el.com,
robh+dt@...nel.org, a.fatoum@...gutronix.de,
mcoquelin.stm32@...il.com, devicetree@...r.kernel.org,
linux-stm32@...md-mailman.stormreply.com,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux@...linux.org.uk, vladimir.murzin@....com,
afzal.mohd.ma@...il.com, gregkh@...uxfoundation.org,
erwan.leray@...s.st.com, linux-serial@...r.kernel.org,
lkp@...el.com
Cc: dillon min <dillon.minfei@...il.com>
Subject: [PATCH v4 7/9] ARM: stm32: Add a new SOC - STM32H750
From: dillon min <dillon.minfei@...il.com>
The STM32H750 is a Cortex-M7 MCU running at 480MHz
and containing 128KBytes internal flash, 1MiB SRAM.
Signed-off-by: dillon min <dillon.minfei@...il.com>
---
v4: no changes
arch/arm/mach-stm32/board-dt.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-stm32/board-dt.c b/arch/arm/mach-stm32/board-dt.c
index 011d57b488c2..a766310d8dca 100644
--- a/arch/arm/mach-stm32/board-dt.c
+++ b/arch/arm/mach-stm32/board-dt.c
@@ -17,6 +17,7 @@
"st,stm32f746",
"st,stm32f769",
"st,stm32h743",
+ "st,stm32h750",
"st,stm32mp157",
NULL
};
--
1.9.1
Powered by blists - more mailing lists