summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/mips/lantiq/fpi-bus.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/mips/lantiq/fpi-bus.txt')
-rw-r--r--dts/Bindings/mips/lantiq/fpi-bus.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/dts/Bindings/mips/lantiq/fpi-bus.txt b/dts/Bindings/mips/lantiq/fpi-bus.txt
new file mode 100644
index 0000000000..0a2df43383
--- /dev/null
+++ b/dts/Bindings/mips/lantiq/fpi-bus.txt
@@ -0,0 +1,31 @@
+Lantiq XWAY SoC FPI BUS binding
+============================
+
+
+-------------------------------------------------------------------------------
+Required properties:
+- compatible : Should be one of
+ "lantiq,xrx200-fpi"
+- reg : The address and length of the XBAR
+ configuration register.
+ Address and length of the FPI bus itself.
+- lantiq,rcu : A phandle to the RCU syscon
+- lantiq,offset-endianness : Offset of the endianness configuration
+ register
+
+-------------------------------------------------------------------------------
+Example for the FPI on the xrx200 SoCs:
+ fpi@10000000 {
+ compatible = "lantiq,xrx200-fpi";
+ ranges = <0x0 0x10000000 0xf000000>;
+ reg = <0x1f400000 0x1000>,
+ <0x10000000 0xf000000>;
+ lantiq,rcu = <&rcu0>;
+ lantiq,offset-endianness = <0x4c>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ gptu@e100a00 {
+ ......
+ };
+ };