brcm63xx: dtsi: add missing properties to cpu nodes
[openwrt.git] / target / linux / brcm63xx / dts / bcm6368.dtsi
1 / {
2         #address-cells = <1>;
3         #size-cells = <1>;
4         compatible = "brcm,bcm6368";
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 = <0>;
24                 };
25         };
26
27         memory { device_type = "memory"; reg = <0 0>; };
28
29         ubus@10000000 {
30                 #address-cells = <1>;
31                 #size-cells = <1>;
32                 compatible = "simple-bus";
33         };
34
35         pflash: nor@18000000 {
36                 compatible = "cfi-flash";
37                 reg = <0x18000000 0x2000000>;
38                 bank-width = <2>;
39                 #address-cells = <1>;
40                 #size-cells = <1>;
41                 status = "disabled";
42         };
43 };