Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates > by-pkgid > 4c324c7ab826f1927d49312bf343f59e > files > 2458

kernel-doc-4.1.15-2.mga5.noarch.rpm

Marvell Orion SPI device

Required properties:
- compatible : should be "marvell,orion-spi" or "marvell,armada-370-spi".
- reg : offset and length of the register set for the device
- cell-index : Which of multiple SPI controllers is this.
Optional properties:
- interrupts : Is currently not used.

Example:
       spi@10600 {
	       compatible = "marvell,orion-spi";
	       #address-cells = <1>;
	       #size-cells = <0>;
	       cell-index = <0>;
	       reg = <0x10600 0x28>;
	       interrupts = <23>;
	       status = "disabled";
       };