renesas,fsi.txt 901 B

12345678910111213141516171819202122232425262728293031
  1. Renesas FSI
  2. Required properties:
  3. - compatible : "renesas,fsi2-<soctype>",
  4. "renesas,sh_fsi2" or "renesas,sh_fsi" as
  5. fallback.
  6. Examples with soctypes are:
  7. - "renesas,fsi2-r8a7740" (R-Mobile A1)
  8. - "renesas,fsi2-sh73a0" (SH-Mobile AG5)
  9. - reg : Should contain the register physical address and length
  10. - interrupts : Should contain FSI interrupt
  11. - fsia,spdif-connection : FSI is connected by S/PDIF
  12. - fsia,stream-mode-support : FSI supports 16bit stream mode.
  13. - fsia,use-internal-clock : FSI uses internal clock when master mode.
  14. - fsib,spdif-connection : same as fsia
  15. - fsib,stream-mode-support : same as fsia
  16. - fsib,use-internal-clock : same as fsia
  17. Example:
  18. sh_fsi2: sh_fsi2@0xec230000 {
  19. compatible = "renesas,sh_fsi2";
  20. reg = <0xec230000 0x400>;
  21. interrupts = <0 146 0x4>;
  22. fsia,spdif-connection;
  23. fsia,stream-mode-support;
  24. fsia,use-internal-clock;
  25. };