summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts/bcm6345.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm6345.dtsi')
-rw-r--r--target/linux/brcm63xx/dts/bcm6345.dtsi19
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/bcm6345.dtsi b/target/linux/brcm63xx/dts/bcm6345.dtsi
new file mode 100644
index 0000000000..e1daacc73a
--- /dev/null
+++ b/target/linux/brcm63xx/dts/bcm6345.dtsi
@@ -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";
+ };
+};