The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/mips/lantiq/fpi-bus.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: 492969626222955000c3d24ffeb9faf4


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.