0001 PCM3060 audio CODEC
0002
0003 This driver supports both I2C and SPI.
0004
0005 Required properties:
0006
0007 - compatible: "ti,pcm3060"
0008
0009 - reg : the I2C address of the device for I2C, the chip select
0010 number for SPI.
0011
0012 Optional properties:
0013
0014 - ti,out-single-ended: "true" if output is single-ended;
0015 "false" or not specified if output is differential.
0016
0017 Examples:
0018
0019 pcm3060: pcm3060@46 {
0020 compatible = "ti,pcm3060";
0021 reg = <0x46>;
0022 ti,out-single-ended = "true";
0023 };