1 * Dialog DA9055 Audio CODEC 1 * Dialog DA9055 Audio CODEC 2 2 3 DA9055 provides Audio CODEC support (I2C only) 3 DA9055 provides Audio CODEC support (I2C only). 4 4 5 The Audio CODEC device in DA9055 has its own I 5 The Audio CODEC device in DA9055 has its own I2C address which is configurable, 6 so the device is instantiated separately from 6 so the device is instantiated separately from the PMIC (MFD) device. 7 7 8 For details on accompanying PMIC I2C device, s 8 For details on accompanying PMIC I2C device, see the following: 9 Documentation/devicetree/bindings/mfd/da9055.t 9 Documentation/devicetree/bindings/mfd/da9055.txt 10 10 11 Required properties: 11 Required properties: 12 12 13 - compatible: "dlg,da9055-codec" 13 - compatible: "dlg,da9055-codec" 14 - reg: Specifies the I2C slave address 14 - reg: Specifies the I2C slave address 15 15 16 16 17 Example: 17 Example: 18 18 19 codec: da9055-codec@1a { 19 codec: da9055-codec@1a { 20 compatible = "dlg,da9055-codec 20 compatible = "dlg,da9055-codec"; 21 reg = <0x1a>; 21 reg = <0x1a>; 22 }; 22 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.