About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / misc / atmel-ssc.txt




Custom Search

Based on kernel version 3.9. Page generated on 2013-05-02 22:59 EST.

1	* Atmel SSC driver.
2	
3	Required properties:
4	- compatible: "atmel,at91rm9200-ssc" or "atmel,at91sam9g45-ssc"
5		- atmel,at91rm9200-ssc: support pdc transfer
6		- atmel,at91sam9g45-ssc: support dma transfer
7	- reg: Should contain SSC registers location and length
8	- interrupts: Should contain SSC interrupt
9	
10	Example:
11	ssc0: ssc@fffbc000 {
12		compatible = "atmel,at91rm9200-ssc";
13		reg = <0xfffbc000 0x4000>;
14		interrupts = <14 4 5>;
15	};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Information is copyright its respective author. All material is available from the Linux Kernel Source distributed under a GPL License. This page is provided as a free service by mjmwired.net.