sun8i-codec-analog.txt 458 B

1234567891011121314151617
  1. * Allwinner Codec Analog Controls
  2. Required properties:
  3. - compatible: must be one of the following compatibles:
  4. - "allwinner,sun8i-a23-codec-analog"
  5. - "allwinner,sun8i-h3-codec-analog"
  6. - "allwinner,sun8i-v3s-codec-analog"
  7. Required properties if not a sub-node of the PRCM node:
  8. - reg: must contain the registers location and length
  9. Example:
  10. prcm: prcm@1f01400 {
  11. codec_analog: codec-analog {
  12. compatible = "allwinner,sun8i-a23-codec-analog";
  13. };
  14. };