brcm63xx: add empty dtsi files for each of the supported SoCs
authorJonas Gorski <jogo@openwrt.org>
Mon, 11 Aug 2014 11:36:53 +0000 (11:36 +0000)
committerJonas Gorski <jogo@openwrt.org>
Mon, 11 Aug 2014 11:36:53 +0000 (11:36 +0000)
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42120

target/linux/brcm63xx/dts/bcm6318.dtsi [new file with mode: 0644]
target/linux/brcm63xx/dts/bcm63268.dtsi [new file with mode: 0644]
target/linux/brcm63xx/dts/bcm6328.dtsi [new file with mode: 0644]
target/linux/brcm63xx/dts/bcm6338.dtsi [new file with mode: 0644]
target/linux/brcm63xx/dts/bcm6345.dtsi [new file with mode: 0644]
target/linux/brcm63xx/dts/bcm6348.dtsi [new file with mode: 0644]
target/linux/brcm63xx/dts/bcm6358.dtsi [new file with mode: 0644]
target/linux/brcm63xx/dts/bcm6362.dtsi [new file with mode: 0644]
target/linux/brcm63xx/dts/bcm6368.dtsi [new file with mode: 0644]

diff --git a/target/linux/brcm63xx/dts/bcm6318.dtsi b/target/linux/brcm63xx/dts/bcm6318.dtsi
new file mode 100644 (file)
index 0000000..0710fd8
--- /dev/null
@@ -0,0 +1,19 @@
+/ {
+       #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";
+       };
+};
diff --git a/target/linux/brcm63xx/dts/bcm63268.dtsi b/target/linux/brcm63xx/dts/bcm63268.dtsi
new file mode 100644 (file)
index 0000000..6487ab2
--- /dev/null
@@ -0,0 +1,23 @@
+/ {
+       #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";
+       };
+};
diff --git a/target/linux/brcm63xx/dts/bcm6328.dtsi b/target/linux/brcm63xx/dts/bcm6328.dtsi
new file mode 100644 (file)
index 0000000..b8fc3ad
--- /dev/null
@@ -0,0 +1,19 @@
+/ {
+       #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";
+       };
+};
diff --git a/target/linux/brcm63xx/dts/bcm6338.dtsi b/target/linux/brcm63xx/dts/bcm6338.dtsi
new file mode 100644 (file)
index 0000000..0e0f278
--- /dev/null
@@ -0,0 +1,19 @@
+/ {
+       #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";
+       };
+};
diff --git a/target/linux/brcm63xx/dts/bcm6345.dtsi b/target/linux/brcm63xx/dts/bcm6345.dtsi
new file mode 100644 (file)
index 0000000..e1daacc
--- /dev/null
@@ -0,0 +1,19 @@
+/ {
+       #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";
+       };
+};
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";
+       };
+};
diff --git a/target/linux/brcm63xx/dts/bcm6358.dtsi b/target/linux/brcm63xx/dts/bcm6358.dtsi
new file mode 100644 (file)
index 0000000..5db534e
--- /dev/null
@@ -0,0 +1,23 @@
+/ {
+       #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";
+       };
+};
diff --git a/target/linux/brcm63xx/dts/bcm6362.dtsi b/target/linux/brcm63xx/dts/bcm6362.dtsi
new file mode 100644 (file)
index 0000000..9553621
--- /dev/null
@@ -0,0 +1,23 @@
+/ {
+       #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";
+       };
+};
diff --git a/target/linux/brcm63xx/dts/bcm6368.dtsi b/target/linux/brcm63xx/dts/bcm6368.dtsi
new file mode 100644 (file)
index 0000000..b923b07
--- /dev/null
@@ -0,0 +1,23 @@
+/ {
+       #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";
+       };
+};