summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/memory-controllers/renesas,h8300-bsc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/memory-controllers/renesas,h8300-bsc.txt')
-rw-r--r--dts/Bindings/memory-controllers/renesas,h8300-bsc.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/dts/Bindings/memory-controllers/renesas,h8300-bsc.txt b/dts/Bindings/memory-controllers/renesas,h8300-bsc.txt
new file mode 100644
index 0000000000..cdf406c902
--- /dev/null
+++ b/dts/Bindings/memory-controllers/renesas,h8300-bsc.txt
@@ -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>;
+ };
+