summaryrefslogtreecommitdiff
path: root/chip/npcx/clock_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/clock_chip.h')
-rw-r--r--chip/npcx/clock_chip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/npcx/clock_chip.h b/chip/npcx/clock_chip.h
index 3b2b847dc0..810543afb4 100644
--- a/chip/npcx/clock_chip.h
+++ b/chip/npcx/clock_chip.h
@@ -8,6 +8,9 @@
#ifndef __CROS_EC_CLOCK_CHIP_H
#define __CROS_EC_CLOCK_CHIP_H
+/* Default is 40MHz (target is 16MHz) */
+#define OSC_CLK 16000000
+
/**
* Return the current APB1 clock frequency in Hz.
*/