summaryrefslogtreecommitdiff
path: root/chip/stm32/config_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/config_chip.h')
-rw-r--r--chip/stm32/config_chip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chip/stm32/config_chip.h b/chip/stm32/config_chip.h
index 80415e413a..04041828af 100644
--- a/chip/stm32/config_chip.h
+++ b/chip/stm32/config_chip.h
@@ -115,4 +115,9 @@
#define GPIO_PIN(port, index) GPIO_##port, (1 << index)
#define GPIO_PIN_MASK(port, mask) GPIO_##port, (mask)
+/* Prescaler values for PLL. Currently used only by STM32L476. */
+#define STM32_PLLM 0
+#define STM32_PLLN 0
+#define STM32_PLLR 0
+
#endif /* __CROS_EC_CONFIG_CHIP_H */