brcm63xx: dtsi: add missing properties to cpu nodes
[openwrt.git] / target / linux / brcm63xx / dts / bcm6318.dtsi
1 / {
2         #address-cells = <1>;
3         #size-cells = <1>;
4         compatible = "brcm,bcm6318";
5
6         cpus {
7                 #address-cells = <1>;
8                 #size-cells = <0>;
9
10                 cpu@0 {
11                         compatible = "brcm,bmips3300", "mips,mips4Kc";
12                         device_type = "cpu";
13                         reg = <0>;
14                 };
15         };
16
17         memory { device_type = "memory"; reg = <0 0>; };
18
19         ubus@10000000 {
20                 #address-cells = <1>;
21                 #size-cells = <1>;
22                 compatible = "simple-bus";
23         };
24 };