brcm63xx: dtsi: add missing ranges properity to ubus 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                 ranges;
33                 compatible = "simple-bus";
34         };
35
36         pflash: nor@18000000 {
37                 compatible = "cfi-flash";
38                 reg = <0x18000000 0x2000000>;
39                 bank-width = <2>;
40                 #address-cells = <1>;
41                 #size-cells = <1>;
42                 status = "disabled";
43         };
44 };