mirror of https://github.com/hak5/openwrt-owl.git
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";
|
|
};
|
|
};
|