Commit e5adb83
authored
[microTVM][Zephyr] Fix PLL freq. in overlay for nucleo_l4r5zi board (#12756)
* [microTVM][Zephyr] Fix PLL freq. in overlay for nucleo_l4r5zi board
Commit 1d32c40 ("Add project overlay to overwrite device tree configs")
added overlay for setting 'clock-frequency' property of node 'rcc' to
120 MHz, however to effectively change the PLL frequency that drivers
the core it's necessary also to overlay the attributes for the 'pll'
node. This commit does that.
Signed-off-by: Gustavo Romero <[email protected]>
* Remove div-p and div-q properties from overlay
Remove div-p and div-q properties from the overlay file since values for
these properties will be inherited from the 'pll' that is overlaid.
Since currently microTVM does not use any subsystem which relies on
clocks associated to either P or Q params, these params can be left
unchanged for now.
Signed-off-by: Gustavo Romero <[email protected]>1 parent 296565a commit e5adb83
File tree
1 file changed
+22
-0
lines changed- apps/microtvm/zephyr/template_project/app-overlay
1 file changed
+22
-0
lines changedLines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
0 commit comments