]> git.ipfire.org Git - thirdparty/u-boot.git/blob - src/mips/realtek/rtl838x.dtsi
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / src / mips / 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 };