alc5632.txt 492 B

12345678910111213141516171819202122232425
  1. ALC5632 audio CODEC
  2. This device supports I2C only.
  3. Required properties:
  4. - compatible : "realtek,alc5632"
  5. - reg : the I2C address of the device.
  6. - gpio-controller : Indicates this device is a GPIO controller.
  7. - #gpio-cells : Should be two. The first cell is the pin number and the
  8. second cell is used to specify optional parameters (currently unused).
  9. Example:
  10. alc5632: alc5632@1e {
  11. compatible = "realtek,alc5632";
  12. reg = <0x1a>;
  13. gpio-controller;
  14. #gpio-cells = <2>;
  15. };