Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 55d3d5ee36abe0b6f82ca92532de4fa8 > files > 4552

kernel-doc-5.7.19-1.mga7.noarch.rpm

max98371 codec

This device supports I2C mode only.

Required properties:

- compatible : "maxim,max98371"
- reg : The chip select number on the I2C bus

Example:

&i2c {
	max98371: max98371@31 {
		compatible = "maxim,max98371";
		reg = <0x31>;
	};
};