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/zte,tdm.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 ZTE TDM DAI driver
    2 
    3 Required properties:
    4 
    5 - compatible : should be one of the following.
    6        * zte,zx296718-tdm
    7 - reg : physical base address of the controller and length of memory mapped
    8     region.
    9 - clocks : Pairs of phandle and specifier referencing the controller's clocks.
   10 - clock-names: "wclk" for the wclk.
   11                "pclk" for the pclk.
   12 -#clock-cells: should be 1.
   13 - zte,tdm-dma-sysctrl : Reference to the sysctrl controller controlling
   14     the dma. includes:
   15         phandle of sysctrl.
   16         register offset in sysctrl for control dma.
   17         mask of the register that be written to sysctrl.
   18 
   19 Example:
   20 
   21         tdm: tdm@1487000 {
   22                 compatible = "zte,zx296718-tdm";
   23                 reg = <0x01487000 0x1000>;
   24                 clocks = <&audiocrm AUDIO_TDM_WCLK>, <&audiocrm AUDIO_TDM_PCLK>;
   25                 clock-names = "wclk", "pclk";
   26                 #clock-cells = <1>;
   27                 pinctrl-names = "default";
   28                 pinctrl-0 = <&tdm_global_pin>;
   29                 zte,tdm-dma-sysctrl = <&sysctrl 0x10c 4>;
   30         };

Cache object: 75a2b5f69bb69ba024d6f674cc8bf0d5


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