Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / mips / boot / dts / brcm / bcm97125cbmb.dts
diff --git a/kernel/arch/mips/boot/dts/brcm/bcm97125cbmb.dts b/kernel/arch/mips/boot/dts/brcm/bcm97125cbmb.dts
new file mode 100644 (file)
index 0000000..e046b11
--- /dev/null
@@ -0,0 +1,31 @@
+/dts-v1/;
+
+/include/ "bcm7125.dtsi"
+
+/ {
+       compatible = "brcm,bcm97125cbmb", "brcm,bcm7125";
+       model = "Broadcom BCM97125CBMB";
+
+       memory@0 {
+               device_type = "memory";
+               reg = <0x00000000 0x10000000>;
+       };
+
+       chosen {
+               bootargs = "console=ttyS0,115200";
+               stdout-path = &uart0;
+       };
+};
+
+&uart0 {
+       status = "okay";
+};
+
+/* FIXME: USB is wonky; disable it for now */
+&ehci0 {
+       status = "disabled";
+};
+
+&ohci0 {
+       status = "disabled";
+};