~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/i2c/i2c-pxa-pci-ce4100.txt

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/i2c/i2c-pxa-pci-ce4100.txt (Architecture sparc) and /Documentation/devicetree/bindings/i2c/i2c-pxa-pci-ce4100.txt (Architecture sparc64)


  1 CE4100 I2C                                          1 CE4100 I2C
  2 ----------                                          2 ----------
  3                                                     3 
  4 CE4100 has one PCI device which is described a      4 CE4100 has one PCI device which is described as the I2C-Controller. This
  5 PCI device has three PCI-bars, each bar contai      5 PCI device has three PCI-bars, each bar contains a complete I2C
  6 controller. So we have a total of three indepe      6 controller. So we have a total of three independent I2C-Controllers
  7 which share only an interrupt line.                 7 which share only an interrupt line.
  8 The driver is probed via the PCI-ID and is gat      8 The driver is probed via the PCI-ID and is gathering the information of
  9 attached devices from the devices tree.             9 attached devices from the devices tree.
 10 Grant Likely recommended to use the ranges pro     10 Grant Likely recommended to use the ranges property to map the PCI-Bar
 11 number to its physical address and to use this     11 number to its physical address and to use this to find the child nodes
 12 of the specific I2C controller. This were his      12 of the specific I2C controller. This were his exact words:
 13                                                    13 
 14        Here's where the magic happens.  Each e     14        Here's where the magic happens.  Each entry in
 15        ranges describes how the parent pci add     15        ranges describes how the parent pci address space
 16        (middle group of 3) is translated to th     16        (middle group of 3) is translated to the local
 17        address space (first group of 2) and th     17        address space (first group of 2) and the size of
 18        each range (last cell).  In this partic     18        each range (last cell).  In this particular case,
 19        the first cell of the local address is      19        the first cell of the local address is chosen to be
 20        1:1 mapped to the BARs, and the second      20        1:1 mapped to the BARs, and the second is the
 21        offset from be base of the BAR (which w     21        offset from be base of the BAR (which would be
 22        non-zero if you had 2 or more devices m     22        non-zero if you had 2 or more devices mapped off
 23        the same BAR)                               23        the same BAR)
 24                                                    24 
 25        ranges allows the address mapping to be     25        ranges allows the address mapping to be described
 26        in a way that the OS can interpret with     26        in a way that the OS can interpret without
 27        requiring custom device driver code.        27        requiring custom device driver code.
 28                                                    28 
 29 This is an example which is used on FalconFall     29 This is an example which is used on FalconFalls:
 30 ----------------------------------------------     30 ------------------------------------------------
 31         i2c-controller@b,2 {                       31         i2c-controller@b,2 {
 32                 #address-cells = <2>;              32                 #address-cells = <2>;
 33                 #size-cells = <1>;                 33                 #size-cells = <1>;
 34                 compatible = "pci8086,2e68.2",     34                 compatible = "pci8086,2e68.2",
 35                                 "pci8086,2e68"     35                                 "pci8086,2e68",
 36                                 "pciclass,ff00     36                                 "pciclass,ff0000",
 37                                 "pciclass,ff00     37                                 "pciclass,ff00";
 38                                                    38 
 39                 reg = <0x15a00 0x0 0x0 0x0 0x0     39                 reg = <0x15a00 0x0 0x0 0x0 0x0>;
 40                 interrupts = <16 1>;               40                 interrupts = <16 1>;
 41                                                    41 
 42                 /* as described by Grant, the      42                 /* as described by Grant, the first number in the group of
 43                 * three is the bar number foll     43                 * three is the bar number followed by the 64bit bar address
 44                 * followed by size of the mapp     44                 * followed by size of the mapping. The bar address
 45                 * requires also a valid transl     45                 * requires also a valid translation in parents ranges
 46                 * property.                        46                 * property.
 47                 */                                 47                 */
 48                 ranges = <0 0   0x02000000 0 0     48                 ranges = <0 0   0x02000000 0 0xdffe0500 0x100
 49                           1 0   0x02000000 0 0     49                           1 0   0x02000000 0 0xdffe0600 0x100
 50                           2 0   0x02000000 0 0     50                           2 0   0x02000000 0 0xdffe0700 0x100>;
 51                                                    51 
 52                 i2c@0 {                            52                 i2c@0 {
 53                         #address-cells = <1>;      53                         #address-cells = <1>;
 54                         #size-cells = <0>;         54                         #size-cells = <0>;
 55                         compatible = "intel,ce     55                         compatible = "intel,ce4100-i2c-controller";
 56                                                    56 
 57                         /* The first number in     57                         /* The first number in the reg property is the
 58                         * number of the bar        58                         * number of the bar
 59                         */                         59                         */
 60                         reg = <0 0 0x100>;         60                         reg = <0 0 0x100>;
 61                                                    61 
 62                         /* This I2C controller     62                         /* This I2C controller has no devices */
 63                 };                                 63                 };
 64                                                    64 
 65                 i2c@1 {                            65                 i2c@1 {
 66                         #address-cells = <1>;      66                         #address-cells = <1>;
 67                         #size-cells = <0>;         67                         #size-cells = <0>;
 68                         compatible = "intel,ce     68                         compatible = "intel,ce4100-i2c-controller";
 69                         reg = <1 0 0x100>;         69                         reg = <1 0 0x100>;
 70                                                    70 
 71                         /* This I2C controller     71                         /* This I2C controller has one gpio controller */
 72                         gpio@26 {                  72                         gpio@26 {
 73                                 #gpio-cells =      73                                 #gpio-cells = <2>;
 74                                 compatible = "     74                                 compatible = "nxp,pcf8575";
 75                                 reg = <0x26>;      75                                 reg = <0x26>;
 76                                 gpio-controlle     76                                 gpio-controller;
 77                         };                         77                         };
 78                 };                                 78                 };
 79                                                    79 
 80                 i2c@2 {                            80                 i2c@2 {
 81                         #address-cells = <1>;      81                         #address-cells = <1>;
 82                         #size-cells = <0>;         82                         #size-cells = <0>;
 83                         compatible = "intel,ce     83                         compatible = "intel,ce4100-i2c-controller";
 84                         reg = <2 0 0x100>;         84                         reg = <2 0 0x100>;
 85                                                    85 
 86                         gpio@26 {                  86                         gpio@26 {
 87                                 #gpio-cells =      87                                 #gpio-cells = <2>;
 88                                 compatible = "     88                                 compatible = "nxp,pcf8575";
 89                                 reg = <0x26>;      89                                 reg = <0x26>;
 90                                 gpio-controlle     90                                 gpio-controller;
 91                         };                         91                         };
 92                 };                                 92                 };
 93         };                                         93         };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php