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/rockchip,rk3328-codec.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 * Rockchip Rk3328 internal codec
    2 
    3 Required properties:
    4 
    5 - compatible: "rockchip,rk3328-codec"
    6 - reg: physical base address of the controller and length of memory mapped
    7   region.
    8 - rockchip,grf: the phandle of the syscon node for GRF register.
    9 - clocks: a list of phandle + clock-specifer pairs, one for each entry in clock-names.
   10 - clock-names: should be "pclk".
   11 - spk-depop-time-ms: speak depop time msec.
   12 
   13 Optional properties:
   14 
   15 - mute-gpios: GPIO specifier for external line driver control (typically the
   16               dedicated GPIO_MUTE pin)
   17 
   18 Example for rk3328 internal codec:
   19 
   20 codec: codec@ff410000 {
   21         compatible = "rockchip,rk3328-codec";
   22         reg = <0x0 0xff410000 0x0 0x1000>;
   23         rockchip,grf = <&grf>;
   24         clocks = <&cru PCLK_ACODEC>;
   25         clock-names = "pclk";
   26         mute-gpios = <&grf_gpio 0 GPIO_ACTIVE_LOW>;
   27         spk-depop-time-ms = 100;
   28 };

Cache object: 9e5afce7465e9351eeda7c3ac2c85ea3


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