summaryrefslogtreecommitdiff
path: root/chip/stm32/clock-stm32l5.c
diff options
context:
space:
mode:
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"