Newer
Older
barebox / dts / Bindings / sound / sgtl5000.txt
@Sascha Hauer Sascha Hauer on 28 Apr 2014 272 bytes Add devicetree source files as of Linux-3.15-rc2
* Freescale SGTL5000 Stereo Codec

Required properties:
- compatible : "fsl,sgtl5000".

- reg : the I2C address of the device

- clocks : the clock provider of SYS_MCLK

Example:

codec: sgtl5000@0a {
	compatible = "fsl,sgtl5000";
	reg = <0x0a>;
	clocks = <&clks 150>;
};