Merge tag '9p-for-4.20' of git://github.com/martinetd/linux
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / sound / pcm3060.txt
1 PCM3060 audio CODEC
2
3 This driver supports both I2C and SPI.
4
5 Required properties:
6
7 - compatible: "ti,pcm3060"
8
9 - reg : the I2C address of the device for I2C, the chip select
10         number for SPI.
11
12 Examples:
13
14         pcm3060: pcm3060@46 {
15                  compatible = "ti,pcm3060";
16                  reg = <0x46>;
17         };