openwrtv3/target/linux/brcm63xx/dts/bcm6338.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

19 lines
305 B
Text

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