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/rohm,bd28623.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 ROHM BD28623MUV Class D speaker amplifier for digital input
    2 
    3 This codec does not have any control buses such as I2C, it detect format and
    4 rate of I2S signal automatically. It has two signals that can be connected
    5 to GPIOs: reset and mute.
    6 
    7 Required properties:
    8 - compatible      : should be "rohm,bd28623"
    9 - #sound-dai-cells: should be 0.
   10 - VCCA-supply     : regulator phandle for the VCCA supply
   11 - VCCP1-supply    : regulator phandle for the VCCP1 supply
   12 - VCCP2-supply    : regulator phandle for the VCCP2 supply
   13 
   14 Optional properties:
   15 - reset-gpios     : GPIO specifier for the active low reset line
   16 - mute-gpios      : GPIO specifier for the active low mute line
   17 
   18 Example:
   19 
   20         codec {
   21                 compatible = "rohm,bd28623";
   22                 #sound-dai-cells = <0>;
   23 
   24                 VCCA-supply = <&vcc_reg>;
   25                 VCCP1-supply = <&vcc_reg>;
   26                 VCCP2-supply = <&vcc_reg>;
   27                 reset-gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
   28                 mute-gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
   29         };

Cache object: cda5a3268e7cef7c4ee3938e6d915611


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