brcm63xx: dtsi: add missing ranges properity to ubus nodes
[openwrt.git] / target / linux / brcm63xx / dts / bcm6338.dtsi
1 / {
2         #address-cells = <1>;
3         #size-cells = <1>;
4         compatible = "brcm,bcm6338";
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                 ranges;
37                 compatible = "simple-bus";
38         };
39 };