aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/cs4270.txt
blob: 7f0bfd84d3fcc363db06290cca33a169524a5dd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CS4270 audio CODEC

The driver for this device currently only supports I2C.

Required properties:

  - compatible : "cirrus,cs4270"

  - reg : the I2C address of the device for I2C

Example:

codec: cs4270@48 {
	compatible = "cirrus,cs4270";
	reg = <0x48>;
};