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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml

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/spi/spi-peripheral-props.yaml (Architecture m68k) and /Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml (Architecture sparc)


  1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-C      1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
  2 %YAML 1.2                                           2 %YAML 1.2
  3 ---                                                 3 ---
  4 $id: http://devicetree.org/schemas/spi/spi-per      4 $id: http://devicetree.org/schemas/spi/spi-peripheral-props.yaml#
  5 $schema: http://devicetree.org/meta-schemas/co      5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6                                                     6 
  7 title: Peripheral-specific properties for a SP      7 title: Peripheral-specific properties for a SPI bus.
  8                                                     8 
  9 description:                                        9 description:
 10   Many SPI controllers need to add properties      10   Many SPI controllers need to add properties to peripheral devices. They could
 11   be common properties like spi-max-frequency,     11   be common properties like spi-max-frequency, spi-cpha, etc. or they could be
 12   controller specific like delay in clock or d     12   controller specific like delay in clock or data lines, etc. These properties
 13   need to be defined in the peripheral node be     13   need to be defined in the peripheral node because they are per-peripheral and
 14   there can be multiple peripherals attached t     14   there can be multiple peripherals attached to a controller. All those
 15   properties are listed here. The controller s     15   properties are listed here. The controller specific properties should go in
 16   their own separate schema that should be ref     16   their own separate schema that should be referenced from here.
 17                                                    17 
 18 maintainers:                                       18 maintainers:
 19   - Mark Brown <broonie@kernel.org>                 19   - Mark Brown <broonie@kernel.org>
 20                                                    20 
 21 properties:                                        21 properties:
 22   reg:                                             22   reg:
 23     minItems: 1                                    23     minItems: 1
 24     maxItems: 256                                  24     maxItems: 256
 25     items:                                         25     items:
 26       items:                                       26       items:
 27         - minimum: 0                               27         - minimum: 0
 28           maximum: 256                             28           maximum: 256
 29     description:                                   29     description:
 30       Chip select used by the device.              30       Chip select used by the device.
 31                                                    31 
 32   spi-cs-high:                                     32   spi-cs-high:
 33     $ref: /schemas/types.yaml#/definitions/fla     33     $ref: /schemas/types.yaml#/definitions/flag
 34     description:                                   34     description:
 35       The device requires the chip select acti     35       The device requires the chip select active high.
 36                                                    36 
 37   spi-lsb-first:                                   37   spi-lsb-first:
 38     $ref: /schemas/types.yaml#/definitions/fla     38     $ref: /schemas/types.yaml#/definitions/flag
 39     description:                                   39     description:
 40       The device requires the LSB first mode.      40       The device requires the LSB first mode.
 41                                                    41 
 42   spi-max-frequency:                               42   spi-max-frequency:
 43     $ref: /schemas/types.yaml#/definitions/uin     43     $ref: /schemas/types.yaml#/definitions/uint32
 44     description:                                   44     description:
 45       Maximum SPI clocking speed of the device     45       Maximum SPI clocking speed of the device in Hz.
 46                                                    46 
 47   spi-cs-setup-delay-ns:                           47   spi-cs-setup-delay-ns:
 48     description:                                   48     description:
 49       Delay in nanoseconds to be introduced by     49       Delay in nanoseconds to be introduced by the controller after CS is
 50       asserted.                                    50       asserted.
 51                                                    51 
 52   spi-cs-hold-delay-ns:                            52   spi-cs-hold-delay-ns:
 53     description:                                   53     description:
 54       Delay in nanoseconds to be introduced by     54       Delay in nanoseconds to be introduced by the controller before CS is
 55       de-asserted.                                 55       de-asserted.
 56                                                    56 
 57   spi-cs-inactive-delay-ns:                        57   spi-cs-inactive-delay-ns:
 58     description:                                   58     description:
 59       Delay in nanoseconds to be introduced by     59       Delay in nanoseconds to be introduced by the controller after CS is
 60       de-asserted.                                 60       de-asserted.
 61                                                    61 
 62   spi-rx-bus-width:                                62   spi-rx-bus-width:
 63     description:                                   63     description:
 64       Bus width to the SPI bus used for read t     64       Bus width to the SPI bus used for read transfers.
 65       If 0 is provided, then no RX will be pos     65       If 0 is provided, then no RX will be possible on this device.
 66     $ref: /schemas/types.yaml#/definitions/uin     66     $ref: /schemas/types.yaml#/definitions/uint32
 67     enum: [0, 1, 2, 4, 8]                          67     enum: [0, 1, 2, 4, 8]
 68     default: 1                                     68     default: 1
 69                                                    69 
 70   spi-rx-delay-us:                                 70   spi-rx-delay-us:
 71     description:                                   71     description:
 72       Delay, in microseconds, after a read tra     72       Delay, in microseconds, after a read transfer.
 73                                                    73 
 74   rx-sample-delay-ns:                              74   rx-sample-delay-ns:
 75     description: SPI Rx sample delay offset, u     75     description: SPI Rx sample delay offset, unit is nanoseconds.
 76       The delay from the default sample time b     76       The delay from the default sample time before the actual
 77       sample of the rxd input signal occurs.       77       sample of the rxd input signal occurs.
 78                                                    78 
 79   spi-tx-bus-width:                                79   spi-tx-bus-width:
 80     description:                                   80     description:
 81       Bus width to the SPI bus used for write      81       Bus width to the SPI bus used for write transfers.
 82       If 0 is provided, then no TX will be pos     82       If 0 is provided, then no TX will be possible on this device.
 83     $ref: /schemas/types.yaml#/definitions/uin     83     $ref: /schemas/types.yaml#/definitions/uint32
 84     enum: [0, 1, 2, 4, 8]                          84     enum: [0, 1, 2, 4, 8]
 85     default: 1                                     85     default: 1
 86                                                    86 
 87   spi-tx-delay-us:                                 87   spi-tx-delay-us:
 88     description:                                   88     description:
 89       Delay, in microseconds, after a write tr     89       Delay, in microseconds, after a write transfer.
 90                                                    90 
 91   stacked-memories:                                91   stacked-memories:
 92     description: Several SPI memories can be w     92     description: Several SPI memories can be wired in stacked mode.
 93       This basically means that either a devic     93       This basically means that either a device features several chip
 94       selects, or that different devices must      94       selects, or that different devices must be seen as a single
 95       bigger chip. This basically doubles (or      95       bigger chip. This basically doubles (or more) the total address
 96       space with only a single additional wire     96       space with only a single additional wire, while still needing
 97       to repeat the commands when crossing a c     97       to repeat the commands when crossing a chip boundary. The size of
 98       each chip should be provided as members      98       each chip should be provided as members of the array.
 99     $ref: /schemas/types.yaml#/definitions/uin     99     $ref: /schemas/types.yaml#/definitions/uint64-array
100     minItems: 2                                   100     minItems: 2
101     maxItems: 4                                   101     maxItems: 4
102                                                   102 
103   parallel-memories:                              103   parallel-memories:
104     description: Several SPI memories can be w    104     description: Several SPI memories can be wired in parallel mode.
105       The devices are physically on a differen    105       The devices are physically on a different buses but will always
106       act synchronously as each data word is s    106       act synchronously as each data word is spread across the
107       different memories (eg. even bits are st    107       different memories (eg. even bits are stored in one memory, odd
108       bits in the other). This basically doubl    108       bits in the other). This basically doubles the address space and
109       the throughput while greatly complexifyi    109       the throughput while greatly complexifying the wiring because as
110       many busses as devices must be wired. Th    110       many busses as devices must be wired. The size of each chip should
111       be provided as members of the array.        111       be provided as members of the array.
112     $ref: /schemas/types.yaml#/definitions/uin    112     $ref: /schemas/types.yaml#/definitions/uint64-array
113     minItems: 2                                   113     minItems: 2
114     maxItems: 4                                   114     maxItems: 4
115                                                   115 
116   st,spi-midi-ns:                                 116   st,spi-midi-ns:
117     description: |                                117     description: |
118       Only for STM32H7, (Master Inter-Data Idl    118       Only for STM32H7, (Master Inter-Data Idleness) minimum time
119       delay in nanoseconds inserted between tw    119       delay in nanoseconds inserted between two consecutive data frames.
120                                                   120 
121 # The controller specific properties go here.     121 # The controller specific properties go here.
122 allOf:                                            122 allOf:
123   - $ref: arm,pl022-peripheral-props.yaml#        123   - $ref: arm,pl022-peripheral-props.yaml#
124   - $ref: cdns,qspi-nor-peripheral-props.yaml#    124   - $ref: cdns,qspi-nor-peripheral-props.yaml#
125   - $ref: fsl,dspi-peripheral-props.yaml#         125   - $ref: fsl,dspi-peripheral-props.yaml#
126   - $ref: samsung,spi-peripheral-props.yaml#      126   - $ref: samsung,spi-peripheral-props.yaml#
127   - $ref: nvidia,tegra210-quad-peripheral-prop    127   - $ref: nvidia,tegra210-quad-peripheral-props.yaml#
128                                                   128 
129 additionalProperties: true                        129 additionalProperties: true
                                                      

~ [ 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