openwrtv3/target/linux/brcm63xx/dts/bcm63268.dtsi
Jonas Gorski 0343c0288e brcm63xx: add empty dtsi files for each of the supported SoCs
Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 42120
2014-08-11 11:36:53 +00:00

23 lines
372 B
Text

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