Import DTS files for bare clearfog boards

This is handy for manual prototyping without the SDN_iface board
attached.

Change-Id: I55796f4cf84444825996e42ebd53d76d8fa0ffaf
diff --git a/board/czechlight/clearfog/bare-cfb-base-clearfog.dts b/board/czechlight/clearfog/bare-cfb-base-clearfog.dts
new file mode 100644
index 0000000..7c4e987
--- /dev/null
+++ b/board/czechlight/clearfog/bare-cfb-base-clearfog.dts
@@ -0,0 +1,24 @@
+#include "armada-388-clearfog-base.dts"
+
+&w25q32 {
+	status = "okay";
+};
+
+/ {
+	clocks {
+		spi_uart_clk: osc_max14830 {
+			compatible = "fixed-clock";
+			#clock-cells = <0>;
+			clock-frequency = <3686400>;
+		};
+	};
+
+	soc {
+		internal-regs {
+			sdhci@d8000 {
+				/delete-property/ cd-gpios;
+				broken-cd;
+			};
+		};
+	};
+};