2014-08-11 11:36:53 +00:00
|
|
|
/ {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
compatible = "brcm,bcm6318";
|
|
|
|
|
|
|
|
cpus {
|
2014-12-01 00:51:53 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
2014-08-11 11:36:53 +00:00
|
|
|
cpu@0 {
|
|
|
|
compatible = "brcm,bmips3300", "mips,mips4Kc";
|
2014-12-01 00:51:53 +00:00
|
|
|
device_type = "cpu";
|
|
|
|
reg = <0>;
|
2014-08-11 11:36:53 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
memory { device_type = "memory"; reg = <0 0>; };
|
|
|
|
|
|
|
|
ubus@10000000 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2014-12-01 00:51:56 +00:00
|
|
|
ranges;
|
2014-08-11 11:36:53 +00:00
|
|
|
compatible = "simple-bus";
|
|
|
|
};
|
|
|
|
};
|