Files
wifipineapple-openwrt/target/linux/brcm63xx/dts/bcm6318.dtsi
Jonas Gorski c22347ed9a brcm63xx: add empty dtsi files for each of the supported SoCs
Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42120 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-08-11 11:36:53 +00:00

20 lines
305 B
Plaintext

/ {
#address-cells = <1>;
#size-cells = <1>;
compatible = "brcm,bcm6318";
cpus {
cpu@0 {
compatible = "brcm,bmips3300", "mips,mips4Kc";
};
};
memory { device_type = "memory"; reg = <0 0>; };
ubus@10000000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
};
};