shmobile.txt 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. Renesas SH-Mobile, R-Mobile, and R-Car Platform Device Tree Bindings
  2. --------------------------------------------------------------------
  3. SoCs:
  4. - Emma Mobile EV2
  5. compatible = "renesas,emev2"
  6. - RZ/A1H (R7S72100)
  7. compatible = "renesas,r7s72100"
  8. - SH-Mobile AG5 (R8A73A00/SH73A0)
  9. compatible = "renesas,sh73a0"
  10. - R-Mobile APE6 (R8A73A40)
  11. compatible = "renesas,r8a73a4"
  12. - R-Mobile A1 (R8A77400)
  13. compatible = "renesas,r8a7740"
  14. - R-Car M1A (R8A77781)
  15. compatible = "renesas,r8a7778"
  16. - R-Car H1 (R8A77790)
  17. compatible = "renesas,r8a7779"
  18. - R-Car H2 (R8A77900)
  19. compatible = "renesas,r8a7790"
  20. - R-Car M2-W (R8A77910)
  21. compatible = "renesas,r8a7791"
  22. - R-Car V2H (R8A77920)
  23. compatible = "renesas,r8a7792"
  24. - R-Car M2-N (R8A77930)
  25. compatible = "renesas,r8a7793"
  26. - R-Car E2 (R8A77940)
  27. compatible = "renesas,r8a7794"
  28. Boards:
  29. - Alt
  30. compatible = "renesas,alt", "renesas,r8a7794"
  31. - APE6-EVM
  32. compatible = "renesas,ape6evm", "renesas,r8a73a4"
  33. - Atmark Techno Armadillo-800 EVA
  34. compatible = "renesas,armadillo800eva"
  35. - BOCK-W
  36. compatible = "renesas,bockw", "renesas,r8a7778"
  37. - BOCK-W - Reference Device Tree Implementation
  38. compatible = "renesas,bockw-reference", "renesas,r8a7778"
  39. - Genmai (RTK772100BC00000BR)
  40. compatible = "renesas,genmai", "renesas,r7s72100"
  41. - Gose
  42. compatible = "renesas,gose", "renesas,r8a7793"
  43. - Henninger
  44. compatible = "renesas,henninger", "renesas,r8a7791"
  45. - Koelsch (RTP0RC7791SEB00010S)
  46. compatible = "renesas,koelsch", "renesas,r8a7791"
  47. - Kyoto Microcomputer Co. KZM-A9-Dual
  48. compatible = "renesas,kzm9d", "renesas,emev2"
  49. - Kyoto Microcomputer Co. KZM-A9-GT
  50. compatible = "renesas,kzm9g", "renesas,sh73a0"
  51. - Lager (RTP0RC7790SEB00010S)
  52. compatible = "renesas,lager", "renesas,r8a7790"
  53. - Marzen
  54. compatible = "renesas,marzen", "renesas,r8a7779"
  55. Note: Reference Device Tree Implementations are temporary implementations
  56. to ease the migration from platform devices to Device Tree, and are
  57. intended to be removed in the future.