brcm63xx: dtsi: add missing ranges properity to ubus nodes
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / dts / bcm6328.dtsi
1 / {
2 #address-cells = <1>;
3 #size-cells = <1>;
4 compatible = "brcm,bcm6328";
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
17 memory { device_type = "memory"; reg = <0 0>; };
18
19 ubus@10000000 {
20 #address-cells = <1>;
21 #size-cells = <1>;
22 ranges;
23 compatible = "simple-bus";
24 };
25 };