wlf,wm8974.txt 297 B

123456789101112131415
  1. WM8974 audio CODEC
  2. This device supports both I2C and SPI (configured with pin strapping
  3. on the board).
  4. Required properties:
  5. - compatible: "wlf,wm8974"
  6. - reg: the I2C address or SPI chip select number of the device
  7. Examples:
  8. codec: wm8974@1a {
  9. compatible = "wlf,wm8974";
  10. reg = <0x1a>;
  11. };