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:
Vincent Wan 2019-10-31 10:48:28 -07:00 committed by Kumar Gala
commit 1b263ba0a6
4 changed files with 11 additions and 1 deletions

View file

@ -53,6 +53,10 @@
};
};
&cpu0 {
clock-frequency = <48000000>;
};
&trng {
status = "okay";
};