fpi-bus.txt 886 B

12345678910111213141516171819202122232425262728293031
  1. Lantiq XWAY SoC FPI BUS binding
  2. ============================
  3. -------------------------------------------------------------------------------
  4. Required properties:
  5. - compatible : Should be one of
  6. "lantiq,xrx200-fpi"
  7. - reg : The address and length of the XBAR
  8. configuration register.
  9. Address and length of the FPI bus itself.
  10. - lantiq,rcu : A phandle to the RCU syscon
  11. - lantiq,offset-endianness : Offset of the endianness configuration
  12. register
  13. -------------------------------------------------------------------------------
  14. Example for the FPI on the xrx200 SoCs:
  15. fpi@10000000 {
  16. compatible = "lantiq,xrx200-fpi";
  17. ranges = <0x0 0x10000000 0xf000000>;
  18. reg = <0x1f400000 0x1000>,
  19. <0x10000000 0xf000000>;
  20. lantiq,rcu = <&rcu0>;
  21. lantiq,offset-endianness = <0x4c>;
  22. #address-cells = <1>;
  23. #size-cells = <1>;
  24. gptu@e100a00 {
  25. ......
  26. };
  27. };