uniphier,evea.txt 937 B

1234567891011121314151617181920212223242526
  1. Socionext EVEA - UniPhier SoC internal codec driver
  2. Required properties:
  3. - compatible : should be "socionext,uniphier-evea".
  4. - reg : offset and length of the register set for the device.
  5. - clock-names : should include following entries:
  6. "evea", "exiv"
  7. - clocks : a list of phandle, should contain an entry for each
  8. entries in clock-names.
  9. - reset-names : should include following entries:
  10. "evea", "exiv", "adamv"
  11. - resets : a list of phandle, should contain reset entries of
  12. reset-names.
  13. - #sound-dai-cells: should be 1.
  14. Example:
  15. codec {
  16. compatible = "socionext,uniphier-evea";
  17. reg = <0x57900000 0x1000>;
  18. clock-names = "evea", "exiv";
  19. clocks = <&sys_clk 41>, <&sys_clk 42>;
  20. reset-names = "evea", "exiv", "adamv";
  21. resets = <&sys_rst 41>, <&sys_rst 42>, <&adamv_rst 0>;
  22. #sound-dai-cells = <1>;
  23. };