brcm63xx: add empty dtsi files for each of the supported SoCs
[openwrt.git] / target / linux / brcm63xx / dts / bcm6348.dtsi
1 / {
2         #address-cells = <1>;
3         #size-cells = <1>;
4         compatible = "brcm,bcm6348";
5
6         cpus {
7                 cpu@0 {
8                         compatible = "brcm,bmips3300", "mips,mips4Kc";
9                 };
10         };
11
12         memory { device_type = "memory"; reg = <0 0>; };
13
14         ubus@fff00000 {
15                 #address-cells = <1>;
16                 #size-cells = <1>;
17                 compatible = "simple-bus";
18         };
19 };