Skip to content
Snippets Groups Projects
Commit 0343c028 authored by Jonas Gorski's avatar Jonas Gorski
Browse files

brcm63xx: add empty dtsi files for each of the supported SoCs


Signed-off-by: default avatarJonas Gorski <jogo@openwrt.org>

SVN-Revision: 42120
parent de8e3f2f
No related branches found
No related tags found
No related merge requests found
/ {
#address-cells = <1>;
#size-cells = <1>;
compatible = "brcm,bcm6318";
cpus {
cpu@0 {
compatible = "brcm,bmips3300", "mips,mips4Kc";
};
};
memory { device_type = "memory"; reg = <0 0>; };
ubus@10000000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
};
};
/ {
#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";
};
};
/ {
#address-cells = <1>;
#size-cells = <1>;
compatible = "brcm,bcm6328";
cpus {
cpu@0 {
compatible = "brcm,bmips4350", "mips,mips4Kc";
};
};
memory { device_type = "memory"; reg = <0 0>; };
ubus@10000000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
};
};
/ {
#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";
};
};
/ {
#address-cells = <1>;
#size-cells = <1>;
compatible = "brcm,bcm6345";
cpus {
cpu@0 {
compatible = "brcm,bmips32", "mips,mips4Kc";
};
};
memory { device_type = "memory"; reg = <0 0>; };
ubus@fff00000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
};
};
/ {
#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";
};
};
/ {
#address-cells = <1>;
#size-cells = <1>;
compatible = "brcm,bcm6358";
cpus {
cpu@0 {
compatible = "brcm,bmips4350", "mips,mips4Kc";
};
cpu@1 {
compatible = "brcm,bmips4350", "mips,mips4Kc";
};
};
memory { device_type = "memory"; reg = <0 0>; };
ubus@fff00000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
};
};
/ {
#address-cells = <1>;
#size-cells = <1>;
compatible = "brcm,bcm6362";
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";
};
};
/ {
#address-cells = <1>;
#size-cells = <1>;
compatible = "brcm,bcm6368";
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";
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment