fsl-spi.txt (e8beacbb85a5c1de1117400c5ddb450514a8372c) | fsl-spi.txt (447b0c7b939f1d9e4024edf07a471ce7b1bcf002) |
---|---|
1* SPI (Serial Peripheral Interface) 2 3Required properties: 4- cell-index : QE SPI subblock index. 5 0: QE subblock SPI1 6 1: QE subblock SPI2 | 1* SPI (Serial Peripheral Interface) 2 3Required properties: 4- cell-index : QE SPI subblock index. 5 0: QE subblock SPI1 6 1: QE subblock SPI2 |
7- compatible : should be "fsl,spi". | 7- compatible : should be "fsl,spi" or "aeroflexgaisler,spictrl". |
8- mode : the SPI operation mode, it can be "cpu" or "cpu-qe". 9- reg : Offset and length of the register set for the device 10- interrupts : <a b> where a is the interrupt number and b is a 11 field that represents an encoding of the sense and level 12 information for the interrupt. This should be encoded based on 13 the information in section 2) depending on the type of interrupt 14 controller you have. 15- interrupt-parent : the phandle for the interrupt controller that --- 39 unchanged lines hidden --- | 8- mode : the SPI operation mode, it can be "cpu" or "cpu-qe". 9- reg : Offset and length of the register set for the device 10- interrupts : <a b> where a is the interrupt number and b is a 11 field that represents an encoding of the sense and level 12 information for the interrupt. This should be encoded based on 13 the information in section 2) depending on the type of interrupt 14 controller you have. 15- interrupt-parent : the phandle for the interrupt controller that --- 39 unchanged lines hidden --- |