brcm63xx: add empty dtsi files for each of the supported SoCs
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / dts / bcm6348.dtsi
diff --git a/target/linux/brcm63xx/dts/bcm6348.dtsi b/target/linux/brcm63xx/dts/bcm6348.dtsi
new file mode 100644 (file)
index 0000000..1ab13b6
--- /dev/null
@@ -0,0 +1,19 @@
+/ {
+       #address-cells = <1>;
+       #size-cells = <1>;
+       compatible = "brcm,bcm6348";
+
+       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";
+       };
+};