xref: /src/sys/contrib/device-tree/Bindings/sound/max9867.txt (revision be771a7b7f4580a30d99e41a5bb1b93a385a119d)
1max9867 codec
2
3This device supports I2C mode only.
4
5Required properties:
6
7- compatible : "maxim,max9867"
8- reg : The chip select number on the I2C bus
9
10Example:
11
12&i2c {
13	max9867: max9867@18 {
14		compatible = "maxim,max9867";
15		reg = <0x18>;
16	};
17};
18