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/cdns,xtfpga-i2s.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 Bindings for I2S controller built into xtfpga Xtensa bitstreams.
    2 
    3 Required properties:
    4 - compatible: shall be "cdns,xtfpga-i2s".
    5 - reg: memory region (address and length) with device registers.
    6 - interrupts: interrupt for the device.
    7 - clocks: phandle to the clk used as master clock. I2S bus clock
    8   is derived from it.
    9 
   10 Examples:
   11 
   12         i2s0: xtfpga-i2s@d080000 {
   13                 #sound-dai-cells = <0>;
   14                 compatible = "cdns,xtfpga-i2s";
   15                 reg = <0x0d080000 0x40>;
   16                 interrupts = <2 1>;
   17                 clocks = <&cdce706 4>;
   18         };

Cache object: 4df072021a864fc386b9d77a50c5fa68


[ 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.