brcm63xx: dtsi: add missing properties to cpu nodes
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / bcm6348.dtsi
1 / {
2 #address-cells = <1>;
3 #size-cells = <1>;
4 compatible = "brcm,bcm6348";
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,bmips3300", "mips,mips4Kc";
16 device_type = "cpu";
17 reg = <0>;
18 };
19 };
20
21 memory { device_type = "memory"; reg = <0 0>; };
22
23 pflash: nor@1fc00000 {
24 compatible = "cfi-flash";
25 reg = <0x1fc00000 0x400000>;
26 bank-width = <2>;
27 #address-cells = <1>;
28 #size-cells = <1>;
29
30 status = "disabled";
31 };
32
33 ubus@fff00000 {
34 #address-cells = <1>;
35 #size-cells = <1>;
36 compatible = "simple-bus";
37 };
38 };