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