summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/ak4613.txt
blob: 15a919522b4286e5bf8171cf86ace340f9e27faf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AK4613 I2C transmitter

This device supports I2C mode only.

Required properties:

- compatible : "asahi-kasei,ak4613"
- reg : The chip select number on the I2C bus

Example:

&i2c {
	ak4613: ak4613@0x10 {
		compatible = "asahi-kasei,ak4613";
		reg = <0x10>;
	};
};