Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/Documentation/devicetree/bindings/spi/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 1 kB image not shown  

Quelle  spi-lantiq-ssc.txt   Sprache: Text

 
Lantiq Synchronous Serial Controller (SSC) SPI master driver

Required properties:
- compatible: "lantiq,ase-spi", "lantiq,falcon-spi", "lantiq,xrx100-spi",
  "intel,lgm-spi"
- #address-cells: see spi-bus.txt
- #size-cells: see spi-bus.txt
- reg: address and length of the spi master registers
- interrupts:
  For compatible "intel,lgm-ssc" - the common interrupt number for
  all of tx rx & err interrupts.
       or
  For rest of the compatibles, should contain the "spi_rx", "spi_tx" and
  "spi_err" interrupt.


Optional properties:
- clocks: spi clock phandle
- num-cs: see spi-bus.txt, set to 8 if unset
- base-cs: the number of the first chip select, set to 1 if unset.

Example:


spi: spi@e100800 {
 compatible = "lantiq,xrx200-spi", "lantiq,xrx100-spi";
 reg = <0xE100800 0x100>;
 interrupt-parent = <&icu0>;
 interrupts = <22 23 24>;
 interrupt-names = "spi_rx", "spi_tx", "spi_err";
 #address-cells = <1>;
 #size-cells = <1>;
 num-cs = <6>;
 base-cs = <1>;
};

ssc0: spi@e0800000 {
 compatible = "intel,lgm-spi";
 reg = <0xe0800000 0x400>;
 interrupt-parent = <&ioapic1>;
 interrupts = <35 1>;
 #address-cells = <1>;
 #size-cells = <0>;
 clocks = <&cgu0 LGM_CLK_NGI>, <&cgu0 LGM_GCLK_SSC0>;
 clock-names = "freq", "gate";
};

Messung V0.5
C=99 H=95 G=96

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.