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/tpa6130a2.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 - tpa6130a2 Codec module
    2 
    3 The tpa6130a2 serial control bus communicates through I2C protocols
    4 
    5 Required properties:
    6 
    7 - compatible - "string" - One of:
    8     "ti,tpa6130a2" - TPA6130A2
    9     "ti,tpa6140a2" - TPA6140A2
   10 
   11 
   12 - reg - <int> -  I2C slave address
   13 
   14 - Vdd-supply - <phandle> - power supply regulator
   15 
   16 Optional properties:
   17 
   18 - power-gpio - gpio pin to power the device
   19 
   20 Example:
   21 
   22 tpa6130a2: tpa6130a2@60 {
   23         compatible = "ti,tpa6130a2";
   24         reg = <0x60>;
   25         Vdd-supply = <&vmmc2>;
   26         power-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>;
   27 };

Cache object: 227ba3d4d9a47ccc619ce8a47d3ecec6


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