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/tas2562.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 Texas Instruments TAS2562 Smart PA
    2 
    3 The TAS2562 is a mono, digital input Class-D audio amplifier optimized for
    4 efficiently driving high peak power into small loudspeakers.
    5 Integrated speaker voltage and current sense provides for
    6 real time monitoring of loudspeaker behavior.
    7 
    8 Required properties:
    9  - #address-cells  - Should be <1>.
   10  - #size-cells     - Should be <0>.
   11  - compatible:     - Should contain "ti,tas2562", "ti,tas2563".
   12  - reg:            - The i2c address. Should be 0x4c, 0x4d, 0x4e or 0x4f.
   13  - ti,imon-slot-no:- TDM TX current sense time slot.
   14  - ti,vmon-slot-no:- TDM TX voltage sense time slot. This slot must always be
   15                      greater then ti,imon-slot-no.
   16 
   17 Optional properties:
   18 - interrupt-parent: phandle to the interrupt controller which provides
   19                     the interrupt.
   20 - interrupts: (GPIO) interrupt to which the chip is connected.
   21 - shut-down-gpio: GPIO used to control the state of the device.
   22 
   23 Examples:
   24 tas2562@4c {
   25         #address-cells = <1>;
   26         #size-cells = <0>;
   27         compatible = "ti,tas2562";
   28         reg = <0x4c>;
   29 
   30         interrupt-parent = <&gpio1>;
   31         interrupts = <14>;
   32 
   33         shut-down-gpio = <&gpio1 15 0>;
   34         ti,imon-slot-no = <0>;
   35         ti,vmon-slot-no = <1>;
   36 };
   37 

Cache object: fc35f2f48e82e2d2f72133dd1743ee04


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