···11+Maxim Integrated MAX98373 Speaker Amplifier22+33+This device supports I2C.44+55+Required properties:66+77+ - compatible : "maxim,max98373"88+99+ - reg : the I2C address of the device.1010+1111+Optional properties:1212+1313+ - maxim,vmon-slot-no : slot number used to send voltage information1414+ or in inteleave mode this will be used as1515+ interleave slot.1616+ slot range : 0 ~ 15, Default : 01717+1818+ - maxim,imon-slot-no : slot number used to send current information1919+ slot range : 0 ~ 15, Default : 02020+2121+ - maxim,spkfb-slot-no : slot number used to send speaker feedback information2222+ slot range : 0 ~ 15, Default : 02323+2424+ - maxim,interleave-mode : For cases where a single combined channel2525+ for the I/V sense data is not sufficient, the device can also be configured2626+ to share a single data output channel on alternating frames.2727+ In this configuration, the current and voltage data will be frame interleaved2828+ on a single output channel.2929+ Boolean, define to enable the interleave mode, Default : false3030+3131+Example:3232+3333+codec: max98373@31 {3434+ compatible = "maxim,max98373";3535+ reg = <0x31>;3636+ maxim,vmon-slot-no = <0>;3737+ maxim,imon-slot-no = <1>;3838+ maxim,spkfb-slot-no = <2>;3939+ maxim,interleave-mode;4040+};