xref: /openbmc/linux/Documentation/devicetree/bindings/sound/pcm5102a.txt (revision a9ca9f9ceff382b58b488248f0c0da9e157f5d06)
1PCM5102a audio CODECs
2
3These devices does not use I2C or SPI.
4
5Required properties:
6
7  - compatible : set as "ti,pcm5102a"
8
9Examples:
10
11	pcm5102a: pcm5102a {
12		compatible = "ti,pcm5102a";
13	};
14