mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-11 17:19:27 +00:00
20 lines
303 B
Plaintext
20 lines
303 B
Plaintext
|
/ {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
compatible = "brcm,bcm6345";
|
||
|
|
||
|
cpus {
|
||
|
cpu@0 {
|
||
|
compatible = "brcm,bmips32", "mips,mips4Kc";
|
||
|
};
|
||
|
};
|
||
|
|
||
|
memory { device_type = "memory"; reg = <0 0>; };
|
||
|
|
||
|
ubus@fff00000 {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
compatible = "simple-bus";
|
||
|
};
|
||
|
};
|