spi-davinci.txt (2ef6765ccaab2c69470d7049d9a9bf6456a6e666) spi-davinci.txt (afc3bca4cf9d269dcf9f3abd0d65e45a390f0e59)
1Davinci SPI controller device bindings
2
3Links on DM:
4Keystone 2 - http://www.ti.com/lit/ug/sprugp2a/sprugp2a.pdf
5dm644x - http://www.ti.com/lit/ug/sprue32a/sprue32a.pdf
6OMAP-L138/da830 - http://www.ti.com/lit/ug/spruh77a/spruh77a.pdf
7
8Required properties:

--- 54 unchanged lines hidden (view full) ---

63 +----------+ word1 +---------------------------+word2
64 +-----------------+ +-----------
65 WDELAY
66 <-------------------------->
67
68Example of a NOR flash slave device (n25q032) connected to DaVinci
69SPI controller device over the SPI bus.
70
1Davinci SPI controller device bindings
2
3Links on DM:
4Keystone 2 - http://www.ti.com/lit/ug/sprugp2a/sprugp2a.pdf
5dm644x - http://www.ti.com/lit/ug/sprue32a/sprue32a.pdf
6OMAP-L138/da830 - http://www.ti.com/lit/ug/spruh77a/spruh77a.pdf
7
8Required properties:

--- 54 unchanged lines hidden (view full) ---

63 +----------+ word1 +---------------------------+word2
64 +-----------------+ +-----------
65 WDELAY
66 <-------------------------->
67
68Example of a NOR flash slave device (n25q032) connected to DaVinci
69SPI controller device over the SPI bus.
70
71spi0:spi@20BF0000 {
71spi0:spi@20bf0000 {
72 #address-cells = <1>;
73 #size-cells = <0>;
74 compatible = "ti,dm6446-spi";
75 reg = <0x20BF0000 0x1000>;
76 num-cs = <4>;
77 ti,davinci-spi-intr-line = <0>;
78 interrupts = <338>;
79 clocks = <&clkspi>;

--- 21 unchanged lines hidden ---
72 #address-cells = <1>;
73 #size-cells = <0>;
74 compatible = "ti,dm6446-spi";
75 reg = <0x20BF0000 0x1000>;
76 num-cs = <4>;
77 ti,davinci-spi-intr-line = <0>;
78 interrupts = <338>;
79 clocks = <&clkspi>;

--- 21 unchanged lines hidden ---