brcm63xx: dtsi: add missing ranges properity to ubus nodes
[15.05/openwrt.git] / target / linux / brcm63xx / dts / bcm63268.dtsi
1 / {
2         #address-cells = <1>;
3         #size-cells = <1>;
4         compatible = "brcm,bcm63268";
5
6         cpus {
7                 #address-cells = <1>;
8                 #size-cells = <0>;
9
10                 cpu@0 {
11                         compatible = "brcm,bmips4350", "mips,mips4Kc";
12                         device_type = "cpu";
13                         reg = <0>;
14                 };
15
16                 cpu@1 {
17                         compatible = "brcm,bmips4350", "mips,mips4Kc";
18                         device_type = "cpu";
19                         reg = <1>;
20                 };
21         };
22
23         memory { device_type = "memory"; reg = <0 0>; };
24
25         ubus@10000000 {
26                 #address-cells = <1>;
27                 #size-cells = <1>;
28                 ranges;
29                 compatible = "simple-bus";
30         };
31 };