The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/sound/ux500-msp.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 * ux500 MSP (CPU-side Digital Audio Interface)
    2 
    3 Required properties:
    4  - compatible       :"stericsson,ux500-msp-i2s"
    5  - reg              : Physical base address and length of the device's registers.
    6 
    7 Optional properties:
    8  - interrupts       : The interrupt output from the device.
    9  - <name>-supply    : Phandle to the regulator <name> supply
   10 
   11 Example:
   12 
   13         sound {
   14                 compatible = "stericsson,snd-soc-mop500";
   15 
   16                 stericsson,platform-pcm-dma = <&pcm>;
   17                 stericsson,cpu-dai = <&msp1 &msp3>;
   18                 stericsson,audio-codec = <&codec>;
   19         };
   20 
   21         pcm: ux500-pcm {
   22                 compatible = "stericsson,ux500-pcm";
   23         };
   24 
   25         msp1: msp@80124000 {
   26                 compatible = "stericsson,ux500-msp-i2s";
   27                 reg = <0x80124000 0x1000>;
   28                 interrupts = <0 62 0x4>;
   29                 v-ape-supply = <&db8500_vape_reg>;
   30         };
   31 
   32         msp3: msp@80125000 {
   33                 compatible = "stericsson,ux500-msp-i2s";
   34                 reg = <0x80125000 0x1000>;
   35                 interrupts = <0 62 0x4>;
   36                 v-ape-supply = <&db8500_vape_reg>;
   37         };
   38 
   39         codec: ab8500-codec {
   40                 compatible = "stericsson,ab8500-codec";
   41                 stericsson,earpeice-cmv = <950>; /* Units in mV. */
   42         };

Cache object: 429c7851796a7715b0c2e01306c59181


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.