brcm63xx: dtsi: add missing properties to cpu nodes
[openwrt/staging/florian.git] / target / linux / brcm63xx / dts / bcm6358.dtsi
1 / {
2 #address-cells = <1>;
3 #size-cells = <1>;
4 compatible = "brcm,bcm6358";
5
6 aliases {
7 pflash = &pflash;
8 };
9
10 cpus {
11 #address-cells = <1>;
12 #size-cells = <0>;
13
14 cpu@0 {
15 compatible = "brcm,bmips4350", "mips,mips4Kc";
16 device_type = "cpu";
17 reg = <0>;
18 };
19
20 cpu@1 {
21 compatible = "brcm,bmips4350", "mips,mips4Kc";
22 device_type = "cpu";
23 reg = <1>;
24 };
25 };
26
27 memory { device_type = "memory"; reg = <0 0>; };
28
29 pflash: nor@1e000000 {
30 compatible = "cfi-flash";
31 reg = <0x1e000000 0x2000000>;
32 bank-width = <2>;
33 #address-cells = <1>;
34 #size-cells = <1>;
35
36 status = "disabled";
37 };
38
39 ubus@fff00000 {
40 #address-cells = <1>;
41 #size-cells = <1>;
42 compatible = "simple-bus";
43 };
44 };