r8a7794.dtsi 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531
  1. /*
  2. * Device Tree Source for the r8a7794 SoC
  3. *
  4. * Copyright (C) 2014 Renesas Electronics Corporation
  5. * Copyright (C) 2014 Ulrich Hecht
  6. *
  7. * This file is licensed under the terms of the GNU General Public License
  8. * version 2. This program is licensed "as is" without any warranty of any
  9. * kind, whether express or implied.
  10. */
  11. #include <dt-bindings/clock/r8a7794-clock.h>
  12. #include <dt-bindings/interrupt-controller/arm-gic.h>
  13. #include <dt-bindings/interrupt-controller/irq.h>
  14. / {
  15. compatible = "renesas,r8a7794";
  16. interrupt-parent = <&gic>;
  17. #address-cells = <2>;
  18. #size-cells = <2>;
  19. cpus {
  20. #address-cells = <1>;
  21. #size-cells = <0>;
  22. cpu0: cpu@0 {
  23. device_type = "cpu";
  24. compatible = "arm,cortex-a7";
  25. reg = <0>;
  26. clock-frequency = <1000000000>;
  27. };
  28. cpu1: cpu@1 {
  29. device_type = "cpu";
  30. compatible = "arm,cortex-a7";
  31. reg = <1>;
  32. clock-frequency = <1000000000>;
  33. };
  34. };
  35. gic: interrupt-controller@f1001000 {
  36. compatible = "arm,cortex-a7-gic";
  37. #interrupt-cells = <3>;
  38. #address-cells = <0>;
  39. interrupt-controller;
  40. reg = <0 0xf1001000 0 0x1000>,
  41. <0 0xf1002000 0 0x1000>,
  42. <0 0xf1004000 0 0x2000>,
  43. <0 0xf1006000 0 0x2000>;
  44. interrupts = <1 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
  45. };
  46. cmt0: timer@ffca0000 {
  47. compatible = "renesas,cmt-48-gen2";
  48. reg = <0 0xffca0000 0 0x1004>;
  49. interrupts = <0 142 IRQ_TYPE_LEVEL_HIGH>,
  50. <0 143 IRQ_TYPE_LEVEL_HIGH>;
  51. clocks = <&mstp1_clks R8A7794_CLK_CMT0>;
  52. clock-names = "fck";
  53. renesas,channels-mask = <0x60>;
  54. status = "disabled";
  55. };
  56. cmt1: timer@e6130000 {
  57. compatible = "renesas,cmt-48-gen2";
  58. reg = <0 0xe6130000 0 0x1004>;
  59. interrupts = <0 120 IRQ_TYPE_LEVEL_HIGH>,
  60. <0 121 IRQ_TYPE_LEVEL_HIGH>,
  61. <0 122 IRQ_TYPE_LEVEL_HIGH>,
  62. <0 123 IRQ_TYPE_LEVEL_HIGH>,
  63. <0 124 IRQ_TYPE_LEVEL_HIGH>,
  64. <0 125 IRQ_TYPE_LEVEL_HIGH>,
  65. <0 126 IRQ_TYPE_LEVEL_HIGH>,
  66. <0 127 IRQ_TYPE_LEVEL_HIGH>;
  67. clocks = <&mstp3_clks R8A7794_CLK_CMT1>;
  68. clock-names = "fck";
  69. renesas,channels-mask = <0xff>;
  70. status = "disabled";
  71. };
  72. irqc0: interrupt-controller@e61c0000 {
  73. compatible = "renesas,irqc-r8a7794", "renesas,irqc";
  74. #interrupt-cells = <2>;
  75. interrupt-controller;
  76. reg = <0 0xe61c0000 0 0x200>;
  77. interrupts = <0 0 IRQ_TYPE_LEVEL_HIGH>,
  78. <0 1 IRQ_TYPE_LEVEL_HIGH>,
  79. <0 2 IRQ_TYPE_LEVEL_HIGH>,
  80. <0 3 IRQ_TYPE_LEVEL_HIGH>,
  81. <0 12 IRQ_TYPE_LEVEL_HIGH>,
  82. <0 13 IRQ_TYPE_LEVEL_HIGH>,
  83. <0 14 IRQ_TYPE_LEVEL_HIGH>,
  84. <0 15 IRQ_TYPE_LEVEL_HIGH>,
  85. <0 16 IRQ_TYPE_LEVEL_HIGH>,
  86. <0 17 IRQ_TYPE_LEVEL_HIGH>;
  87. };
  88. scifa0: serial@e6c40000 {
  89. compatible = "renesas,scifa-r8a7794", "renesas,scifa";
  90. reg = <0 0xe6c40000 0 64>;
  91. interrupts = <0 144 IRQ_TYPE_LEVEL_HIGH>;
  92. clocks = <&mstp2_clks R8A7794_CLK_SCIFA0>;
  93. clock-names = "sci_ick";
  94. status = "disabled";
  95. };
  96. scifa1: serial@e6c50000 {
  97. compatible = "renesas,scifa-r8a7794", "renesas,scifa";
  98. reg = <0 0xe6c50000 0 64>;
  99. interrupts = <0 145 IRQ_TYPE_LEVEL_HIGH>;
  100. clocks = <&mstp2_clks R8A7794_CLK_SCIFA1>;
  101. clock-names = "sci_ick";
  102. status = "disabled";
  103. };
  104. scifa2: serial@e6c60000 {
  105. compatible = "renesas,scifa-r8a7794", "renesas,scifa";
  106. reg = <0 0xe6c60000 0 64>;
  107. interrupts = <0 151 IRQ_TYPE_LEVEL_HIGH>;
  108. clocks = <&mstp2_clks R8A7794_CLK_SCIFA2>;
  109. clock-names = "sci_ick";
  110. status = "disabled";
  111. };
  112. scifa3: serial@e6c70000 {
  113. compatible = "renesas,scifa-r8a7794", "renesas,scifa";
  114. reg = <0 0xe6c70000 0 64>;
  115. interrupts = <0 29 IRQ_TYPE_LEVEL_HIGH>;
  116. clocks = <&mstp11_clks R8A7794_CLK_SCIFA3>;
  117. clock-names = "sci_ick";
  118. status = "disabled";
  119. };
  120. scifa4: serial@e6c78000 {
  121. compatible = "renesas,scifa-r8a7794", "renesas,scifa";
  122. reg = <0 0xe6c78000 0 64>;
  123. interrupts = <0 30 IRQ_TYPE_LEVEL_HIGH>;
  124. clocks = <&mstp11_clks R8A7794_CLK_SCIFA4>;
  125. clock-names = "sci_ick";
  126. status = "disabled";
  127. };
  128. scifa5: serial@e6c80000 {
  129. compatible = "renesas,scifa-r8a7794", "renesas,scifa";
  130. reg = <0 0xe6c80000 0 64>;
  131. interrupts = <0 31 IRQ_TYPE_LEVEL_HIGH>;
  132. clocks = <&mstp11_clks R8A7794_CLK_SCIFA5>;
  133. clock-names = "sci_ick";
  134. status = "disabled";
  135. };
  136. scifb0: serial@e6c20000 {
  137. compatible = "renesas,scifb-r8a7794", "renesas,scifb";
  138. reg = <0 0xe6c20000 0 64>;
  139. interrupts = <0 148 IRQ_TYPE_LEVEL_HIGH>;
  140. clocks = <&mstp2_clks R8A7794_CLK_SCIFB0>;
  141. clock-names = "sci_ick";
  142. status = "disabled";
  143. };
  144. scifb1: serial@e6c30000 {
  145. compatible = "renesas,scifb-r8a7794", "renesas,scifb";
  146. reg = <0 0xe6c30000 0 64>;
  147. interrupts = <0 149 IRQ_TYPE_LEVEL_HIGH>;
  148. clocks = <&mstp2_clks R8A7794_CLK_SCIFB1>;
  149. clock-names = "sci_ick";
  150. status = "disabled";
  151. };
  152. scifb2: serial@e6ce0000 {
  153. compatible = "renesas,scifb-r8a7794", "renesas,scifb";
  154. reg = <0 0xe6ce0000 0 64>;
  155. interrupts = <0 150 IRQ_TYPE_LEVEL_HIGH>;
  156. clocks = <&mstp2_clks R8A7794_CLK_SCIFB2>;
  157. clock-names = "sci_ick";
  158. status = "disabled";
  159. };
  160. scif0: serial@e6e60000 {
  161. compatible = "renesas,scif-r8a7794", "renesas,scif";
  162. reg = <0 0xe6e60000 0 64>;
  163. interrupts = <0 152 IRQ_TYPE_LEVEL_HIGH>;
  164. clocks = <&mstp7_clks R8A7794_CLK_SCIF0>;
  165. clock-names = "sci_ick";
  166. status = "disabled";
  167. };
  168. scif1: serial@e6e68000 {
  169. compatible = "renesas,scif-r8a7794", "renesas,scif";
  170. reg = <0 0xe6e68000 0 64>;
  171. interrupts = <0 153 IRQ_TYPE_LEVEL_HIGH>;
  172. clocks = <&mstp7_clks R8A7794_CLK_SCIF1>;
  173. clock-names = "sci_ick";
  174. status = "disabled";
  175. };
  176. scif2: serial@e6e58000 {
  177. compatible = "renesas,scif-r8a7794", "renesas,scif";
  178. reg = <0 0xe6e58000 0 64>;
  179. interrupts = <0 22 IRQ_TYPE_LEVEL_HIGH>;
  180. clocks = <&mstp7_clks R8A7794_CLK_SCIF2>;
  181. clock-names = "sci_ick";
  182. status = "disabled";
  183. };
  184. scif3: serial@e6ea8000 {
  185. compatible = "renesas,scif-r8a7794", "renesas,scif";
  186. reg = <0 0xe6ea8000 0 64>;
  187. interrupts = <0 23 IRQ_TYPE_LEVEL_HIGH>;
  188. clocks = <&mstp7_clks R8A7794_CLK_SCIF3>;
  189. clock-names = "sci_ick";
  190. status = "disabled";
  191. };
  192. scif4: serial@e6ee0000 {
  193. compatible = "renesas,scif-r8a7794", "renesas,scif";
  194. reg = <0 0xe6ee0000 0 64>;
  195. interrupts = <0 24 IRQ_TYPE_LEVEL_HIGH>;
  196. clocks = <&mstp7_clks R8A7794_CLK_SCIF4>;
  197. clock-names = "sci_ick";
  198. status = "disabled";
  199. };
  200. scif5: serial@e6ee8000 {
  201. compatible = "renesas,scif-r8a7794", "renesas,scif";
  202. reg = <0 0xe6ee8000 0 64>;
  203. interrupts = <0 25 IRQ_TYPE_LEVEL_HIGH>;
  204. clocks = <&mstp7_clks R8A7794_CLK_SCIF5>;
  205. clock-names = "sci_ick";
  206. status = "disabled";
  207. };
  208. hscif0: serial@e62c0000 {
  209. compatible = "renesas,hscif-r8a7794", "renesas,hscif";
  210. reg = <0 0xe62c0000 0 96>;
  211. interrupts = <0 154 IRQ_TYPE_LEVEL_HIGH>;
  212. clocks = <&mstp7_clks R8A7794_CLK_HSCIF0>;
  213. clock-names = "sci_ick";
  214. status = "disabled";
  215. };
  216. hscif1: serial@e62c8000 {
  217. compatible = "renesas,hscif-r8a7794", "renesas,hscif";
  218. reg = <0 0xe62c8000 0 96>;
  219. interrupts = <0 155 IRQ_TYPE_LEVEL_HIGH>;
  220. clocks = <&mstp7_clks R8A7794_CLK_HSCIF1>;
  221. clock-names = "sci_ick";
  222. status = "disabled";
  223. };
  224. hscif2: serial@e62d0000 {
  225. compatible = "renesas,hscif-r8a7794", "renesas,hscif";
  226. reg = <0 0xe62d0000 0 96>;
  227. interrupts = <0 21 IRQ_TYPE_LEVEL_HIGH>;
  228. clocks = <&mstp7_clks R8A7794_CLK_HSCIF2>;
  229. clock-names = "sci_ick";
  230. status = "disabled";
  231. };
  232. clocks {
  233. #address-cells = <2>;
  234. #size-cells = <2>;
  235. ranges;
  236. /* External root clock */
  237. extal_clk: extal_clk {
  238. compatible = "fixed-clock";
  239. #clock-cells = <0>;
  240. /* This value must be overriden by the board. */
  241. clock-frequency = <0>;
  242. clock-output-names = "extal";
  243. };
  244. /* Special CPG clocks */
  245. cpg_clocks: cpg_clocks@e6150000 {
  246. compatible = "renesas,r8a7794-cpg-clocks",
  247. "renesas,rcar-gen2-cpg-clocks";
  248. reg = <0 0xe6150000 0 0x1000>;
  249. clocks = <&extal_clk>;
  250. #clock-cells = <1>;
  251. clock-output-names = "main", "pll0", "pll1", "pll3",
  252. "lb", "qspi", "sdh", "sd0", "z";
  253. };
  254. /* Fixed factor clocks */
  255. pll1_div2_clk: pll1_div2_clk {
  256. compatible = "fixed-factor-clock";
  257. clocks = <&cpg_clocks R8A7794_CLK_PLL1>;
  258. #clock-cells = <0>;
  259. clock-div = <2>;
  260. clock-mult = <1>;
  261. clock-output-names = "pll1_div2";
  262. };
  263. zg_clk: zg_clk {
  264. compatible = "fixed-factor-clock";
  265. clocks = <&cpg_clocks R8A7794_CLK_PLL1>;
  266. #clock-cells = <0>;
  267. clock-div = <6>;
  268. clock-mult = <1>;
  269. clock-output-names = "zg";
  270. };
  271. zx_clk: zx_clk {
  272. compatible = "fixed-factor-clock";
  273. clocks = <&cpg_clocks R8A7794_CLK_PLL1>;
  274. #clock-cells = <0>;
  275. clock-div = <3>;
  276. clock-mult = <1>;
  277. clock-output-names = "zx";
  278. };
  279. zs_clk: zs_clk {
  280. compatible = "fixed-factor-clock";
  281. clocks = <&cpg_clocks R8A7794_CLK_PLL1>;
  282. #clock-cells = <0>;
  283. clock-div = <6>;
  284. clock-mult = <1>;
  285. clock-output-names = "zs";
  286. };
  287. hp_clk: hp_clk {
  288. compatible = "fixed-factor-clock";
  289. clocks = <&cpg_clocks R8A7794_CLK_PLL1>;
  290. #clock-cells = <0>;
  291. clock-div = <12>;
  292. clock-mult = <1>;
  293. clock-output-names = "hp";
  294. };
  295. i_clk: i_clk {
  296. compatible = "fixed-factor-clock";
  297. clocks = <&cpg_clocks R8A7794_CLK_PLL1>;
  298. #clock-cells = <0>;
  299. clock-div = <2>;
  300. clock-mult = <1>;
  301. clock-output-names = "i";
  302. };
  303. b_clk: b_clk {
  304. compatible = "fixed-factor-clock";
  305. clocks = <&cpg_clocks R8A7794_CLK_PLL1>;
  306. #clock-cells = <0>;
  307. clock-div = <12>;
  308. clock-mult = <1>;
  309. clock-output-names = "b";
  310. };
  311. p_clk: p_clk {
  312. compatible = "fixed-factor-clock";
  313. clocks = <&cpg_clocks R8A7794_CLK_PLL1>;
  314. #clock-cells = <0>;
  315. clock-div = <24>;
  316. clock-mult = <1>;
  317. clock-output-names = "p";
  318. };
  319. cl_clk: cl_clk {
  320. compatible = "fixed-factor-clock";
  321. clocks = <&cpg_clocks R8A7794_CLK_PLL1>;
  322. #clock-cells = <0>;
  323. clock-div = <48>;
  324. clock-mult = <1>;
  325. clock-output-names = "cl";
  326. };
  327. m2_clk: m2_clk {
  328. compatible = "fixed-factor-clock";
  329. clocks = <&cpg_clocks R8A7794_CLK_PLL1>;
  330. #clock-cells = <0>;
  331. clock-div = <8>;
  332. clock-mult = <1>;
  333. clock-output-names = "m2";
  334. };
  335. imp_clk: imp_clk {
  336. compatible = "fixed-factor-clock";
  337. clocks = <&cpg_clocks R8A7794_CLK_PLL1>;
  338. #clock-cells = <0>;
  339. clock-div = <4>;
  340. clock-mult = <1>;
  341. clock-output-names = "imp";
  342. };
  343. rclk_clk: rclk_clk {
  344. compatible = "fixed-factor-clock";
  345. clocks = <&cpg_clocks R8A7794_CLK_PLL1>;
  346. #clock-cells = <0>;
  347. clock-div = <(48 * 1024)>;
  348. clock-mult = <1>;
  349. clock-output-names = "rclk";
  350. };
  351. oscclk_clk: oscclk_clk {
  352. compatible = "fixed-factor-clock";
  353. clocks = <&cpg_clocks R8A7794_CLK_PLL1>;
  354. #clock-cells = <0>;
  355. clock-div = <(12 * 1024)>;
  356. clock-mult = <1>;
  357. clock-output-names = "oscclk";
  358. };
  359. zb3_clk: zb3_clk {
  360. compatible = "fixed-factor-clock";
  361. clocks = <&cpg_clocks R8A7794_CLK_PLL3>;
  362. #clock-cells = <0>;
  363. clock-div = <4>;
  364. clock-mult = <1>;
  365. clock-output-names = "zb3";
  366. };
  367. zb3d2_clk: zb3d2_clk {
  368. compatible = "fixed-factor-clock";
  369. clocks = <&cpg_clocks R8A7794_CLK_PLL3>;
  370. #clock-cells = <0>;
  371. clock-div = <8>;
  372. clock-mult = <1>;
  373. clock-output-names = "zb3d2";
  374. };
  375. ddr_clk: ddr_clk {
  376. compatible = "fixed-factor-clock";
  377. clocks = <&cpg_clocks R8A7794_CLK_PLL3>;
  378. #clock-cells = <0>;
  379. clock-div = <8>;
  380. clock-mult = <1>;
  381. clock-output-names = "ddr";
  382. };
  383. mp_clk: mp_clk {
  384. compatible = "fixed-factor-clock";
  385. clocks = <&pll1_div2_clk>;
  386. #clock-cells = <0>;
  387. clock-div = <15>;
  388. clock-mult = <1>;
  389. clock-output-names = "mp";
  390. };
  391. cp_clk: cp_clk {
  392. compatible = "fixed-factor-clock";
  393. clocks = <&cpg_clocks R8A7794_CLK_PLL1>;
  394. #clock-cells = <0>;
  395. clock-div = <48>;
  396. clock-mult = <1>;
  397. clock-output-names = "cp";
  398. };
  399. acp_clk: acp_clk {
  400. compatible = "fixed-factor-clock";
  401. clocks = <&extal_clk>;
  402. #clock-cells = <0>;
  403. clock-div = <2>;
  404. clock-mult = <1>;
  405. clock-output-names = "acp";
  406. };
  407. /* Gate clocks */
  408. mstp0_clks: mstp0_clks@e6150130 {
  409. compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
  410. reg = <0 0xe6150130 0 4>, <0 0xe6150030 0 4>;
  411. clocks = <&mp_clk>;
  412. #clock-cells = <1>;
  413. renesas,clock-indices = <R8A7794_CLK_MSIOF0>;
  414. clock-output-names = "msiof0";
  415. };
  416. mstp1_clks: mstp1_clks@e6150134 {
  417. compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
  418. reg = <0 0xe6150134 0 4>, <0 0xe6150038 0 4>;
  419. clocks = <&p_clk>, <&p_clk>, <&p_clk>, <&rclk_clk>,
  420. <&cp_clk>,
  421. <&zs_clk>, <&zs_clk>, <&zs_clk>;
  422. #clock-cells = <1>;
  423. renesas,clock-indices = <
  424. R8A7794_CLK_TMU1 R8A7794_CLK_TMU3 R8A7794_CLK_TMU2
  425. R8A7794_CLK_CMT0 R8A7794_CLK_TMU0
  426. >;
  427. clock-output-names =
  428. "tmu1", "tmu3", "tmu2", "cmt0", "tmu0";
  429. };
  430. mstp2_clks: mstp2_clks@e6150138 {
  431. compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
  432. reg = <0 0xe6150138 0 4>, <0 0xe6150040 0 4>;
  433. clocks = <&mp_clk>, <&mp_clk>, <&mp_clk>, <&mp_clk>, <&mp_clk>,
  434. <&mp_clk>, <&mp_clk>, <&mp_clk>;
  435. #clock-cells = <1>;
  436. renesas,clock-indices = <
  437. R8A7794_CLK_SCIFA2 R8A7794_CLK_SCIFA1 R8A7794_CLK_SCIFA0
  438. R8A7794_CLK_MSIOF2 R8A7794_CLK_SCIFB0 R8A7794_CLK_SCIFB1
  439. R8A7794_CLK_MSIOF1 R8A7794_CLK_SCIFB2
  440. >;
  441. clock-output-names =
  442. "scifa2", "scifa1", "scifa0", "msiof2", "scifb0",
  443. "scifb1", "msiof1", "scifb2";
  444. };
  445. mstp3_clks: mstp3_clks@e615013c {
  446. compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
  447. reg = <0 0xe615013c 0 4>, <0 0xe6150048 0 4>;
  448. clocks = <&rclk_clk>;
  449. #clock-cells = <1>;
  450. renesas,clock-indices = <
  451. R8A7794_CLK_CMT1
  452. >;
  453. clock-output-names =
  454. "cmt1";
  455. };
  456. mstp7_clks: mstp7_clks@e615014c {
  457. compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
  458. reg = <0 0xe615014c 0 4>, <0 0xe61501c4 0 4>;
  459. clocks = <&zs_clk>, <&p_clk>, <&p_clk>, <&zs_clk>,
  460. <&zs_clk>, <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>;
  461. #clock-cells = <1>;
  462. renesas,clock-indices = <
  463. R8A7794_CLK_HSCIF2 R8A7794_CLK_SCIF5
  464. R8A7794_CLK_SCIF4 R8A7794_CLK_HSCIF1 R8A7794_CLK_HSCIF0
  465. R8A7794_CLK_SCIF3 R8A7794_CLK_SCIF2 R8A7794_CLK_SCIF1
  466. R8A7794_CLK_SCIF0
  467. >;
  468. clock-output-names =
  469. "hscif2", "scif5", "scif4", "hscif1", "hscif0",
  470. "scif3", "scif2", "scif1", "scif0";
  471. };
  472. mstp8_clks: mstp8_clks@e6150990 {
  473. compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
  474. reg = <0 0xe6150990 0 4>, <0 0xe61509a0 0 4>;
  475. clocks = <&p_clk>;
  476. #clock-cells = <1>;
  477. renesas,clock-indices = <
  478. R8A7794_CLK_ETHER
  479. >;
  480. clock-output-names =
  481. "ether";
  482. };
  483. mstp11_clks: mstp11_clks@e615099c {
  484. compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
  485. reg = <0 0xe615099c 0 4>, <0 0xe61509ac 0 4>;
  486. clocks = <&mp_clk>, <&mp_clk>, <&mp_clk>;
  487. #clock-cells = <1>;
  488. renesas,clock-indices = <
  489. R8A7794_CLK_SCIFA3 R8A7794_CLK_SCIFA4 R8A7794_CLK_SCIFA5
  490. >;
  491. clock-output-names = "scifa3", "scifa4", "scifa5";
  492. };
  493. };
  494. };