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