wm8750.txt 354 B

123456789101112131415161718
  1. WM8750 and WM8987 audio CODECs
  2. These devices support both I2C and SPI (configured with pin strapping
  3. on the board).
  4. Required properties:
  5. - compatible : "wlf,wm8750" or "wlf,wm8987"
  6. - reg : the I2C address of the device for I2C, the chip select
  7. number for SPI.
  8. Example:
  9. codec: wm8750@1a {
  10. compatible = "wlf,wm8750";
  11. reg = <0x1a>;
  12. };