arm64: dts: qcom: sm8550: add TRNG node
[linux-modified.git] / arch / mips / boot / dts / realtek / rtl838x.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause
2
3 / {
4         cpus {
5                 #address-cells = <1>;
6                 #size-cells = <0>;
7
8                 cpu@0 {
9                         compatible = "mips,mips4KEc";
10                         reg = <0>;
11                         clocks = <&baseclk 0>;
12                         clock-names = "cpu";
13                 };
14         };
15
16         baseclk: baseclk {
17                 compatible = "fixed-clock";
18                 #clock-cells = <0>;
19                 clock-frequency = <500000000>;
20         };
21 };