Based on kernel version 3.9. Page generated on 2013-05-02 23:01 EST.
1 * Freescale MXS Serial Audio Interface (SAIF)
2
3 Required properties:
4 - compatible: Should be "fsl,<chip>-saif"
5 - reg: Should contain registers location and length
6 - interrupts: Should contain ERROR and DMA interrupts
7 - fsl,saif-dma-channel: APBX DMA channel for the SAIF
8
9 Optional properties:
10 - fsl,saif-master: phandle to the master SAIF. It's only required for
11 the slave SAIF.
12
13 Note: Each SAIF controller should have an alias correctly numbered
14 in "aliases" node.
15
16 Example:
17
18 aliases {
19 saif0 = &saif0;
20 saif1 = &saif1;
21 };
22
23 saif0: saif@80042000 {
24 compatible = "fsl,imx28-saif";
25 reg = <0x80042000 2000>;
26 interrupts = <59 80>;
27 fsl,saif-dma-channel = <4>;
28 };
29
30 saif1: saif@80046000 {
31 compatible = "fsl,imx28-saif";
32 reg = <0x80046000 2000>;
33 interrupts = <58 81>;
34 fsl,saif-dma-channel = <5>;
35 fsl,saif-master = <&saif0>;
36 };
- [ sound ]
- ak4104.txt
- ak4642.txt
- alc5632.txt
- atmel-at91sam9g20ek-wm8731-audio.txt
- cs4270.txt
- cs4271.txt
- davinci-mcasp-audio.txt
- imx-audio-sgtl5000.txt
- imx-audmux.txt
- mxs-audio-sgtl5000.txt
- mxs-saif.txt
- nvidia,tegra-audio-alc5632.txt
- nvidia,tegra-audio-trimslice.txt
- nvidia,tegra-audio-wm8753.txt
- nvidia,tegra-audio-wm8903.txt
- nvidia,tegra-audio-wm9712.txt
- nvidia,tegra20-ac97.txt
- nvidia,tegra20-das.txt
- nvidia,tegra20-i2s.txt
- nvidia,tegra30-ahub.txt
- nvidia,tegra30-i2s.txt
- omap-abe-twl6040.txt
- omap-dmic.txt
- omap-mcbsp.txt
- omap-mcpdm.txt
- omap-twl4030.txt
- renesas,fsi.txt
- samsung,smdk-wm8994.txt
- samsung-i2s.txt
- sgtl5000.txt
- tlv320aic3x.txt
- ux500-mop500.txt
- ux500-msp.txt
- wm8510.txt
- wm8523.txt
- wm8580.txt
- wm8711.txt
- wm8728.txt
- wm8731.txt
- wm8737.txt
- wm8741.txt
- wm8750.txt
- wm8753.txt
- wm8770.txt
- wm8776.txt
- wm8804.txt
- wm8903.txt
- wm8962.txt
- wm8994.txt
-
-
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.