Newer
Older
barebox / dts / Bindings / sound / gtm601.txt
@Sascha Hauer Sascha Hauer on 18 Feb 2020 363 bytes dts: update to v5.6-rc1
GTM601 UMTS modem audio interface CODEC

This device has no configuration interface. The sample rate and channels are
based on the compatible string
	"option,gtm601" = 8kHz mono
	"broadmobi,bm818" = 48KHz stereo

Required properties:

  - compatible : one of
	"option,gtm601"
	"broadmobi,bm818"


Example:

codec: gtm601_codec {
	compatible = "option,gtm601";
};