aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/spi/omap-spi.txt
blob: 81df374adbb97f53a8c7b8d56cb21e70e5d39cb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OMAP2+ McSPI device

Required properties:
- compatible :
  - "ti,omap2-spi" for OMAP2 & OMAP3.
  - "ti,omap4-spi" for OMAP4+.
- ti,spi-num-cs : Number of chipselect supported  by the instance.
- ti,hwmods: Name of the hwmod associated to the McSPI


Example:

mcspi1: mcspi@1 {
    #address-cells = <1>;
    #size-cells = <0>;
    compatible = "ti,omap4-mcspi";
    ti,hwmods = "mcspi1";
    ti,spi-num-cs = <4>;
};