3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-12 10:15:54 +00:00

23 lines
533 B
Plaintext
Raw Normal View History

2022-04-02 18:12:00 +05:00
* Dialog DA9055 Audio CODEC
DA9055 provides Audio CODEC support (I2C only).
2022-09-13 23:14:27 +05:00
The Audio CODEC device in DA9055 has its own I2C address which is configurable,
2022-04-02 18:12:00 +05:00
so the device is instantiated separately from the PMIC (MFD) device.
For details on accompanying PMIC I2C device, see the following:
Documentation/devicetree/bindings/mfd/da9055.txt
Required properties:
- compatible: "dlg,da9055-codec"
- reg: Specifies the I2C slave address
Example:
codec: da9055-codec@1a {
compatible = "dlg,da9055-codec";
reg = <0x1a>;
};