summaryrefslogtreecommitdiff
path: root/openpicc/config/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpicc/config/board.h')
-rw-r--r--openpicc/config/board.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/openpicc/config/board.h b/openpicc/config/board.h
index ac6bf81..55a965b 100644
--- a/openpicc/config/board.h
+++ b/openpicc/config/board.h
@@ -64,6 +64,11 @@ enum openpicc_release {
* using PA30
*/
};
+enum clock_source {
+ CLOCK_SELECT_PLL,
+ CLOCK_SELECT_CARRIER,
+};
+
struct openpicc_hardware {
enum openpicc_release release;
char *release_name;
@@ -72,6 +77,7 @@ struct openpicc_hardware {
int clock_gating:1;
int clock_switching:1;
} features;
+ enum clock_source default_clock;
int PLL_LOCK;
personal git repositories of Harald Welte. Your mileage may vary