wm8804.txt 563 B

12345678910111213141516171819202122232425
  1. WM8804 audio CODEC
  2. This device supports both I2C and SPI (configured with pin strapping
  3. on the board).
  4. Required properties:
  5. - compatible : "wlf,wm8804"
  6. - reg : the I2C address of the device for I2C, the chip select
  7. number for SPI.
  8. - PVDD-supply, DVDD-supply : Power supplies for the device, as covered
  9. in Documentation/devicetree/bindings/regulator/regulator.txt
  10. Optional properties:
  11. - wlf,reset-gpio: A GPIO specifier for the GPIO controlling the reset pin
  12. Example:
  13. codec: wm8804@1a {
  14. compatible = "wlf,wm8804";
  15. reg = <0x1a>;
  16. };