r8a7795-es1.dtsi 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. /*
  2. * Device Tree Source for the r8a7795 ES1.x SoC
  3. *
  4. * Copyright (C) 2015 Renesas Electronics Corp.
  5. *
  6. * This file is licensed under the terms of the GNU General Public License
  7. * version 2. This program is licensed "as is" without any warranty of any
  8. * kind, whether express or implied.
  9. */
  10. #include "r8a7795.dtsi"
  11. &soc {
  12. xhci1: usb@ee0400000 {
  13. compatible = "renesas,xhci-r8a7795", "renesas,rcar-gen3-xhci";
  14. reg = <0 0xee040000 0 0xc00>;
  15. interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
  16. clocks = <&cpg CPG_MOD 327>;
  17. power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
  18. resets = <&cpg 327>;
  19. status = "disabled";
  20. };
  21. /delete-node/ usb-phy@ee0e0200;
  22. /delete-node/ usb@ee0e0100;
  23. /delete-node/ usb@ee0e0000;
  24. /delete-node/ usb@e659c000;
  25. /delete-node/ dma-controller@e6460000;
  26. /delete-node/ dma-controller@e6470000;
  27. fcpf2: fcp@fe952000 {
  28. compatible = "renesas,fcpf";
  29. reg = <0 0xfe952000 0 0x200>;
  30. clocks = <&cpg CPG_MOD 613>;
  31. power-domains = <&sysc R8A7795_PD_A3VP>;
  32. resets = <&cpg 613>;
  33. };
  34. vspi2: vsp@fe9c0000 {
  35. compatible = "renesas,vsp2";
  36. reg = <0 0xfe9c0000 0 0x8000>;
  37. interrupts = <GIC_SPI 446 IRQ_TYPE_LEVEL_HIGH>;
  38. clocks = <&cpg CPG_MOD 629>;
  39. power-domains = <&sysc R8A7795_PD_A3VP>;
  40. resets = <&cpg 629>;
  41. renesas,fcp = <&fcpvi2>;
  42. };
  43. fcpvi2: fcp@fe9cf000 {
  44. compatible = "renesas,fcpv";
  45. reg = <0 0xfe9cf000 0 0x200>;
  46. clocks = <&cpg CPG_MOD 609>;
  47. power-domains = <&sysc R8A7795_PD_A3VP>;
  48. resets = <&cpg 609>;
  49. };
  50. vspd3: vsp@fea38000 {
  51. compatible = "renesas,vsp2";
  52. reg = <0 0xfea38000 0 0x4000>;
  53. interrupts = <GIC_SPI 469 IRQ_TYPE_LEVEL_HIGH>;
  54. clocks = <&cpg CPG_MOD 620>;
  55. power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
  56. resets = <&cpg 620>;
  57. renesas,fcp = <&fcpvd3>;
  58. };
  59. fcpvd3: fcp@fea3f000 {
  60. compatible = "renesas,fcpv";
  61. reg = <0 0xfea3f000 0 0x200>;
  62. clocks = <&cpg CPG_MOD 600>;
  63. power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
  64. resets = <&cpg 600>;
  65. };
  66. fdp1@fe948000 {
  67. compatible = "renesas,fdp1";
  68. reg = <0 0xfe948000 0 0x2400>;
  69. interrupts = <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>;
  70. clocks = <&cpg CPG_MOD 117>;
  71. power-domains = <&sysc R8A7795_PD_A3VP>;
  72. resets = <&cpg 117>;
  73. renesas,fcp = <&fcpf2>;
  74. };
  75. };
  76. &du {
  77. vsps = <&vspd0 &vspd1 &vspd2 &vspd3>;
  78. };