These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / memory-controllers / renesas,h8300-bsc.txt
diff --git a/kernel/Documentation/devicetree/bindings/memory-controllers/renesas,h8300-bsc.txt b/kernel/Documentation/devicetree/bindings/memory-controllers/renesas,h8300-bsc.txt
new file mode 100644 (file)
index 0000000..cdf406c
--- /dev/null
@@ -0,0 +1,12 @@
+* H8/300 bus controller
+
+Required properties:
+  - compatible: Must be "renesas,h8300-bsc".
+  - reg: Base address and length of BSC registers.
+
+Example.
+       bsc: memory-controller@fee01e {
+               compatible = "renesas,h8300h-bsc", "renesas,h8300-bsc";
+               reg = <0xfee01e 8>;
+       };
+