Add xtal_clk
This commit is contained in:
parent
59e9cb2a6d
commit
033f62ffd2
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,13 @@
|
||||||
zephyr,console = &uart0;
|
zephyr,console = &uart0;
|
||||||
zephyr,code-partition = &code_partition;
|
zephyr,code-partition = &code_partition;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xtal_clk: xtal-clk {
|
||||||
|
compatible = "fixed-clock";
|
||||||
|
clock-frequency = <12000000>;
|
||||||
|
#clock-cells = <0>;
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&flash0 {
|
&flash0 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue