We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33009f5 commit 6d51a3fCopy full SHA for 6d51a3f
soc/microchip/sam/common/CMakeLists.txt
@@ -12,6 +12,7 @@ zephyr_sources(clk-peripheral.c)
12
zephyr_sources(clk-programmable.c)
13
zephyr_sources(clk-sam9x60-pll.c)
14
zephyr_sources(clk-system.c)
15
-zephyr_sources(clk-utmi.c)
+zephyr_sources_ifdef(CONFIG_SOC_SERIES_SAMA7G5 clk-utmi.c)
16
zephyr_sources(pmc.c)
17
+zephyr_sources_ifdef(CONFIG_SOC_SERIES_SAMA7D6 sama7d65.c)
18
zephyr_sources_ifdef(CONFIG_SOC_SERIES_SAMA7G5 sama7g5.c)
soc/microchip/sam/common/pmc.h
@@ -68,6 +68,7 @@ struct clk_pll_characteristics {
68
uint16_t *icpll;
69
uint8_t *out;
70
uint8_t upll : 1;
71
+ uint32_t acr;
72
};
73
74
struct clk_programmable_layout {
0 commit comments