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/ak4458.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 AK4458 audio DAC
    2 
    3 This device supports I2C mode.
    4 
    5 Required properties:
    6 
    7 - compatible : "asahi-kasei,ak4458" or "asahi-kasei,ak4497"
    8 - reg : The I2C address of the device for I2C
    9 
   10 Optional properties:
   11 - reset-gpios: A GPIO specifier for the power down & reset pin
   12 - mute-gpios: A GPIO specifier for the soft mute pin
   13 - AVDD-supply: Analog power supply
   14 - DVDD-supply: Digital power supply
   15 - dsd-path: Select DSD input pins for ak4497
   16             0: select #16, #17, #19 pins
   17             1: select #3, #4, #5 pins
   18 
   19 Example:
   20 
   21 &i2c {
   22         ak4458: dac@10 {
   23                 compatible = "asahi-kasei,ak4458";
   24                 reg = <0x10>;
   25                 reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>
   26                 mute-gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>
   27         };
   28 };

Cache object: c7bf88741cffa25766e0e76dd75ee0af


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