dts: specify cpu frequency for TI CC13X2/CC26X2
Add cpu clock frequency information to DTS so that it can be retrieved in the code. Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
This commit is contained in:
parent
b1fbe85156
commit
1b263ba0a6
4 changed files with 11 additions and 1 deletions
|
@ -53,6 +53,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
&cpu0 {
|
||||
clock-frequency = <48000000>;
|
||||
};
|
||||
|
||||
&trng {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue