aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/misc/gdsys,soc.txt')
-rw-r--r--Documentation/devicetree/bindings/misc/gdsys,soc.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/misc/gdsys,soc.txt b/Documentation/devicetree/bindings/misc/gdsys,soc.txt
new file mode 100644
index 0000000000..278e935b16
--- /dev/null
+++ b/Documentation/devicetree/bindings/misc/gdsys,soc.txt
@@ -0,0 +1,16 @@
1gdsys soc bus driver
2
3This driver provides a simple interface for the busses associated with gdsys
4IHS FPGAs. The bus itself contains devices whose register maps are contained
5within the FPGA's register space.
6
7Required properties:
8- fpga: A phandle to the controlling IHS FPGA
9
10Example:
11
12FPGA0BUS: fpga0bus {
13 compatible = "gdsys,soc";
14 ranges = <0x0 0xe0600000 0x00004000>;
15 fpga = <&FPGA0>;
16};