summaryrefslogtreecommitdiff
path: root/chip/stm32/clock-stm32l5.c
diff options
context:
space:
mode:
authorJes B. Klinke <jbk@chromium.org>2021-08-10 10:03:18 -0700
committerCommit Bot <commit-bot@chromium.org>2021-08-25 17:27:51 +0000
commit7dddeb52f1f4e0d44b99424a7b8c69b38f48b996 (patch)
treee327b63228551177aaa3035e5a78297427211a48 /chip/stm32/clock-stm32l5.c
parent6fc57405b6f9d38edf62824cd2d2fdae1f6e5bbf (diff)
downloadchrome-ec-7dddeb52f1f4e0d44b99424a7b8c69b38f48b996.tar.gz
chip/stm32: Add initial support for STM32L5xx series
Introduce L5xx mostly as copy of L4xx, though registers-stm32l5.c is extensively modified. BUG=b:192262089 TEST=Compile and upload board/hyperdebug to Nucleo board BRANCH=none Signed-off-by: Jes B. Klinke <jbk@opentitan.org> Change-Id: Iccc7b05e4f2dfa732559b8099cf856882401e31c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3086362 Tested-by: Jes Klinke <jbk@chromium.org> Reviewed-by: Scott Collyer <scollyer@chromium.org> Commit-Queue: Jes Klinke <jbk@chromium.org>
Diffstat (limited to 'chip/stm32/clock-stm32l5.c')
-rw-r--r--chip/stm32/clock-stm32l5.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/chip/stm32/clock-stm32l5.c b/chip/stm32/clock-stm32l5.c
new file mode 100644
index 0000000000..63f5b874bc
--- /dev/null
+++ b/chip/stm32/clock-stm32l5.c
@@ -0,0 +1,6 @@
+/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include "clock-stm32l4.c"