uniphier-pro5.dtsi 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703
  1. // SPDX-License-Identifier: GPL-2.0+ OR MIT
  2. //
  3. // Device Tree Source for UniPhier Pro5 SoC
  4. //
  5. // Copyright (C) 2015-2016 Socionext Inc.
  6. // Author: Masahiro Yamada <[email protected]>
  7. #include <dt-bindings/interrupt-controller/arm-gic.h>
  8. / {
  9. compatible = "socionext,uniphier-pro5";
  10. #address-cells = <1>;
  11. #size-cells = <1>;
  12. cpus {
  13. #address-cells = <1>;
  14. #size-cells = <0>;
  15. cpu@0 {
  16. device_type = "cpu";
  17. compatible = "arm,cortex-a9";
  18. reg = <0>;
  19. clocks = <&sys_clk 32>;
  20. enable-method = "psci";
  21. next-level-cache = <&l2>;
  22. operating-points-v2 = <&cpu_opp>;
  23. };
  24. cpu@1 {
  25. device_type = "cpu";
  26. compatible = "arm,cortex-a9";
  27. reg = <1>;
  28. clocks = <&sys_clk 32>;
  29. enable-method = "psci";
  30. next-level-cache = <&l2>;
  31. operating-points-v2 = <&cpu_opp>;
  32. };
  33. };
  34. cpu_opp: opp-table {
  35. compatible = "operating-points-v2";
  36. opp-shared;
  37. opp-100000000 {
  38. opp-hz = /bits/ 64 <100000000>;
  39. clock-latency-ns = <300>;
  40. };
  41. opp-116667000 {
  42. opp-hz = /bits/ 64 <116667000>;
  43. clock-latency-ns = <300>;
  44. };
  45. opp-150000000 {
  46. opp-hz = /bits/ 64 <150000000>;
  47. clock-latency-ns = <300>;
  48. };
  49. opp-175000000 {
  50. opp-hz = /bits/ 64 <175000000>;
  51. clock-latency-ns = <300>;
  52. };
  53. opp-200000000 {
  54. opp-hz = /bits/ 64 <200000000>;
  55. clock-latency-ns = <300>;
  56. };
  57. opp-233334000 {
  58. opp-hz = /bits/ 64 <233334000>;
  59. clock-latency-ns = <300>;
  60. };
  61. opp-300000000 {
  62. opp-hz = /bits/ 64 <300000000>;
  63. clock-latency-ns = <300>;
  64. };
  65. opp-350000000 {
  66. opp-hz = /bits/ 64 <350000000>;
  67. clock-latency-ns = <300>;
  68. };
  69. opp-400000000 {
  70. opp-hz = /bits/ 64 <400000000>;
  71. clock-latency-ns = <300>;
  72. };
  73. opp-466667000 {
  74. opp-hz = /bits/ 64 <466667000>;
  75. clock-latency-ns = <300>;
  76. };
  77. opp-600000000 {
  78. opp-hz = /bits/ 64 <600000000>;
  79. clock-latency-ns = <300>;
  80. };
  81. opp-700000000 {
  82. opp-hz = /bits/ 64 <700000000>;
  83. clock-latency-ns = <300>;
  84. };
  85. opp-800000000 {
  86. opp-hz = /bits/ 64 <800000000>;
  87. clock-latency-ns = <300>;
  88. };
  89. opp-933334000 {
  90. opp-hz = /bits/ 64 <933334000>;
  91. clock-latency-ns = <300>;
  92. };
  93. opp-1200000000 {
  94. opp-hz = /bits/ 64 <1200000000>;
  95. clock-latency-ns = <300>;
  96. };
  97. opp-1400000000 {
  98. opp-hz = /bits/ 64 <1400000000>;
  99. clock-latency-ns = <300>;
  100. };
  101. };
  102. psci {
  103. compatible = "arm,psci-0.2";
  104. method = "smc";
  105. };
  106. clocks {
  107. refclk: ref {
  108. compatible = "fixed-clock";
  109. #clock-cells = <0>;
  110. clock-frequency = <20000000>;
  111. };
  112. arm_timer_clk: arm-timer {
  113. #clock-cells = <0>;
  114. compatible = "fixed-clock";
  115. clock-frequency = <50000000>;
  116. };
  117. };
  118. soc {
  119. compatible = "simple-bus";
  120. #address-cells = <1>;
  121. #size-cells = <1>;
  122. ranges;
  123. interrupt-parent = <&intc>;
  124. l2: cache-controller@500c0000 {
  125. compatible = "socionext,uniphier-system-cache";
  126. reg = <0x500c0000 0x2000>, <0x503c0100 0x8>,
  127. <0x506c0000 0x400>;
  128. interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>,
  129. <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>;
  130. cache-unified;
  131. cache-size = <(2 * 1024 * 1024)>;
  132. cache-sets = <512>;
  133. cache-line-size = <128>;
  134. cache-level = <2>;
  135. next-level-cache = <&l3>;
  136. };
  137. l3: cache-controller@500c8000 {
  138. compatible = "socionext,uniphier-system-cache";
  139. reg = <0x500c8000 0x2000>, <0x503c8100 0x8>,
  140. <0x506c8000 0x400>;
  141. interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>,
  142. <GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH>;
  143. cache-unified;
  144. cache-size = <(2 * 1024 * 1024)>;
  145. cache-sets = <512>;
  146. cache-line-size = <256>;
  147. cache-level = <3>;
  148. };
  149. spi0: spi@54006000 {
  150. compatible = "socionext,uniphier-scssi";
  151. status = "disabled";
  152. reg = <0x54006000 0x100>;
  153. #address-cells = <1>;
  154. #size-cells = <0>;
  155. interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
  156. pinctrl-names = "default";
  157. pinctrl-0 = <&pinctrl_spi0>;
  158. clocks = <&peri_clk 11>;
  159. resets = <&peri_rst 11>;
  160. };
  161. spi1: spi@54006100 {
  162. compatible = "socionext,uniphier-scssi";
  163. status = "disabled";
  164. reg = <0x54006100 0x100>;
  165. #address-cells = <1>;
  166. #size-cells = <0>;
  167. interrupts = <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>;
  168. pinctrl-names = "default";
  169. pinctrl-0 = <&pinctrl_spi1>;
  170. clocks = <&peri_clk 11>; /* common with spi0 */
  171. resets = <&peri_rst 12>;
  172. };
  173. serial0: serial@54006800 {
  174. compatible = "socionext,uniphier-uart";
  175. status = "disabled";
  176. reg = <0x54006800 0x40>;
  177. interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
  178. pinctrl-names = "default";
  179. pinctrl-0 = <&pinctrl_uart0>;
  180. clocks = <&peri_clk 0>;
  181. resets = <&peri_rst 0>;
  182. };
  183. serial1: serial@54006900 {
  184. compatible = "socionext,uniphier-uart";
  185. status = "disabled";
  186. reg = <0x54006900 0x40>;
  187. interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
  188. pinctrl-names = "default";
  189. pinctrl-0 = <&pinctrl_uart1>;
  190. clocks = <&peri_clk 1>;
  191. resets = <&peri_rst 1>;
  192. };
  193. serial2: serial@54006a00 {
  194. compatible = "socionext,uniphier-uart";
  195. status = "disabled";
  196. reg = <0x54006a00 0x40>;
  197. interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
  198. pinctrl-names = "default";
  199. pinctrl-0 = <&pinctrl_uart2>;
  200. clocks = <&peri_clk 2>;
  201. resets = <&peri_rst 2>;
  202. };
  203. serial3: serial@54006b00 {
  204. compatible = "socionext,uniphier-uart";
  205. status = "disabled";
  206. reg = <0x54006b00 0x40>;
  207. interrupts = <GIC_SPI 177 IRQ_TYPE_LEVEL_HIGH>;
  208. pinctrl-names = "default";
  209. pinctrl-0 = <&pinctrl_uart3>;
  210. clocks = <&peri_clk 3>;
  211. resets = <&peri_rst 3>;
  212. };
  213. gpio: gpio@55000000 {
  214. compatible = "socionext,uniphier-gpio";
  215. reg = <0x55000000 0x200>;
  216. interrupt-parent = <&aidet>;
  217. interrupt-controller;
  218. #interrupt-cells = <2>;
  219. gpio-controller;
  220. #gpio-cells = <2>;
  221. gpio-ranges = <&pinctrl 0 0 0>;
  222. gpio-ranges-group-names = "gpio_range";
  223. ngpios = <248>;
  224. socionext,interrupt-ranges = <0 48 16>, <16 154 5>;
  225. };
  226. i2c0: i2c@58780000 {
  227. compatible = "socionext,uniphier-fi2c";
  228. status = "disabled";
  229. reg = <0x58780000 0x80>;
  230. #address-cells = <1>;
  231. #size-cells = <0>;
  232. interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
  233. pinctrl-names = "default";
  234. pinctrl-0 = <&pinctrl_i2c0>;
  235. clocks = <&peri_clk 4>;
  236. resets = <&peri_rst 4>;
  237. clock-frequency = <100000>;
  238. };
  239. i2c1: i2c@58781000 {
  240. compatible = "socionext,uniphier-fi2c";
  241. status = "disabled";
  242. reg = <0x58781000 0x80>;
  243. #address-cells = <1>;
  244. #size-cells = <0>;
  245. interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
  246. pinctrl-names = "default";
  247. pinctrl-0 = <&pinctrl_i2c1>;
  248. clocks = <&peri_clk 5>;
  249. resets = <&peri_rst 5>;
  250. clock-frequency = <100000>;
  251. };
  252. i2c2: i2c@58782000 {
  253. compatible = "socionext,uniphier-fi2c";
  254. status = "disabled";
  255. reg = <0x58782000 0x80>;
  256. #address-cells = <1>;
  257. #size-cells = <0>;
  258. interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
  259. pinctrl-names = "default";
  260. pinctrl-0 = <&pinctrl_i2c2>;
  261. clocks = <&peri_clk 6>;
  262. resets = <&peri_rst 6>;
  263. clock-frequency = <100000>;
  264. };
  265. i2c3: i2c@58783000 {
  266. compatible = "socionext,uniphier-fi2c";
  267. status = "disabled";
  268. reg = <0x58783000 0x80>;
  269. #address-cells = <1>;
  270. #size-cells = <0>;
  271. interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
  272. pinctrl-names = "default";
  273. pinctrl-0 = <&pinctrl_i2c3>;
  274. clocks = <&peri_clk 7>;
  275. resets = <&peri_rst 7>;
  276. clock-frequency = <100000>;
  277. };
  278. /* i2c4 does not exist */
  279. /* chip-internal connection for DMD */
  280. i2c5: i2c@58785000 {
  281. compatible = "socionext,uniphier-fi2c";
  282. reg = <0x58785000 0x80>;
  283. #address-cells = <1>;
  284. #size-cells = <0>;
  285. interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
  286. clocks = <&peri_clk 9>;
  287. resets = <&peri_rst 9>;
  288. clock-frequency = <400000>;
  289. };
  290. /* chip-internal connection for HDMI */
  291. i2c6: i2c@58786000 {
  292. compatible = "socionext,uniphier-fi2c";
  293. reg = <0x58786000 0x80>;
  294. #address-cells = <1>;
  295. #size-cells = <0>;
  296. interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
  297. clocks = <&peri_clk 10>;
  298. resets = <&peri_rst 10>;
  299. clock-frequency = <400000>;
  300. };
  301. system_bus: system-bus@58c00000 {
  302. compatible = "socionext,uniphier-system-bus";
  303. status = "disabled";
  304. reg = <0x58c00000 0x400>;
  305. #address-cells = <2>;
  306. #size-cells = <1>;
  307. pinctrl-names = "default";
  308. pinctrl-0 = <&pinctrl_system_bus>;
  309. };
  310. smpctrl@59801000 {
  311. compatible = "socionext,uniphier-smpctrl";
  312. reg = <0x59801000 0x400>;
  313. };
  314. sdctrl@59810000 {
  315. compatible = "socionext,uniphier-pro5-sdctrl",
  316. "simple-mfd", "syscon";
  317. reg = <0x59810000 0x400>;
  318. sd_clk: clock {
  319. compatible = "socionext,uniphier-pro5-sd-clock";
  320. #clock-cells = <1>;
  321. };
  322. sd_rst: reset {
  323. compatible = "socionext,uniphier-pro5-sd-reset";
  324. #reset-cells = <1>;
  325. };
  326. };
  327. perictrl@59820000 {
  328. compatible = "socionext,uniphier-pro5-perictrl",
  329. "simple-mfd", "syscon";
  330. reg = <0x59820000 0x200>;
  331. peri_clk: clock {
  332. compatible = "socionext,uniphier-pro5-peri-clock";
  333. #clock-cells = <1>;
  334. };
  335. peri_rst: reset {
  336. compatible = "socionext,uniphier-pro5-peri-reset";
  337. #reset-cells = <1>;
  338. };
  339. };
  340. soc-glue@5f800000 {
  341. compatible = "socionext,uniphier-pro5-soc-glue",
  342. "simple-mfd", "syscon";
  343. reg = <0x5f800000 0x2000>;
  344. pinctrl: pinctrl {
  345. compatible = "socionext,uniphier-pro5-pinctrl";
  346. };
  347. };
  348. soc-glue@5f900000 {
  349. compatible = "socionext,uniphier-pro5-soc-glue-debug",
  350. "simple-mfd";
  351. #address-cells = <1>;
  352. #size-cells = <1>;
  353. ranges = <0 0x5f900000 0x2000>;
  354. efuse@100 {
  355. compatible = "socionext,uniphier-efuse";
  356. reg = <0x100 0x28>;
  357. };
  358. efuse@130 {
  359. compatible = "socionext,uniphier-efuse";
  360. reg = <0x130 0x8>;
  361. };
  362. efuse@200 {
  363. compatible = "socionext,uniphier-efuse";
  364. reg = <0x200 0x28>;
  365. };
  366. efuse@300 {
  367. compatible = "socionext,uniphier-efuse";
  368. reg = <0x300 0x14>;
  369. };
  370. efuse@400 {
  371. compatible = "socionext,uniphier-efuse";
  372. reg = <0x400 0x8>;
  373. };
  374. };
  375. xdmac: dma-controller@5fc10000 {
  376. compatible = "socionext,uniphier-xdmac";
  377. reg = <0x5fc10000 0x5300>;
  378. interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
  379. dma-channels = <16>;
  380. #dma-cells = <2>;
  381. };
  382. aidet: interrupt-controller@5fc20000 {
  383. compatible = "socionext,uniphier-pro5-aidet";
  384. reg = <0x5fc20000 0x200>;
  385. interrupt-controller;
  386. #interrupt-cells = <2>;
  387. };
  388. timer@60000200 {
  389. compatible = "arm,cortex-a9-global-timer";
  390. reg = <0x60000200 0x20>;
  391. interrupts = <GIC_PPI 11
  392. (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_HIGH)>;
  393. clocks = <&arm_timer_clk>;
  394. };
  395. timer@60000600 {
  396. compatible = "arm,cortex-a9-twd-timer";
  397. reg = <0x60000600 0x20>;
  398. interrupts = <GIC_PPI 13
  399. (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_HIGH)>;
  400. clocks = <&arm_timer_clk>;
  401. };
  402. intc: interrupt-controller@60001000 {
  403. compatible = "arm,cortex-a9-gic";
  404. reg = <0x60001000 0x1000>,
  405. <0x60000100 0x100>;
  406. #interrupt-cells = <3>;
  407. interrupt-controller;
  408. };
  409. sysctrl@61840000 {
  410. compatible = "socionext,uniphier-pro5-sysctrl",
  411. "simple-mfd", "syscon";
  412. reg = <0x61840000 0x10000>;
  413. sys_clk: clock {
  414. compatible = "socionext,uniphier-pro5-clock";
  415. #clock-cells = <1>;
  416. };
  417. sys_rst: reset {
  418. compatible = "socionext,uniphier-pro5-reset";
  419. #reset-cells = <1>;
  420. };
  421. };
  422. usb0: usb@65a00000 {
  423. compatible = "socionext,uniphier-dwc3", "snps,dwc3";
  424. status = "disabled";
  425. reg = <0x65a00000 0xcd00>;
  426. interrupt-names = "host";
  427. interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
  428. pinctrl-names = "default";
  429. pinctrl-0 = <&pinctrl_usb0>;
  430. clock-names = "ref", "bus_early", "suspend";
  431. clocks = <&sys_clk 12>, <&sys_clk 12>, <&sys_clk 12>;
  432. resets = <&usb0_rst 15>;
  433. phys = <&usb0_hsphy0>, <&usb0_ssphy0>;
  434. dr_mode = "host";
  435. };
  436. usb-controller@65b00000 {
  437. compatible = "socionext,uniphier-pro5-dwc3-glue",
  438. "simple-mfd";
  439. #address-cells = <1>;
  440. #size-cells = <1>;
  441. ranges = <0 0x65b00000 0x400>;
  442. usb0_rst: reset@0 {
  443. compatible = "socionext,uniphier-pro5-usb3-reset";
  444. reg = <0x0 0x4>;
  445. #reset-cells = <1>;
  446. clock-names = "gio", "link";
  447. clocks = <&sys_clk 12>, <&sys_clk 14>;
  448. reset-names = "gio", "link";
  449. resets = <&sys_rst 12>, <&sys_rst 14>;
  450. };
  451. usb0_vbus0: regulator@100 {
  452. compatible = "socionext,uniphier-pro5-usb3-regulator";
  453. reg = <0x100 0x10>;
  454. clock-names = "gio", "link";
  455. clocks = <&sys_clk 12>, <&sys_clk 14>;
  456. reset-names = "gio", "link";
  457. resets = <&sys_rst 12>, <&sys_rst 14>;
  458. };
  459. usb0_hsphy0: hs-phy@280 {
  460. compatible = "socionext,uniphier-pro5-usb3-hsphy";
  461. reg = <0x280 0x10>;
  462. #phy-cells = <0>;
  463. clock-names = "gio", "link";
  464. clocks = <&sys_clk 12>, <&sys_clk 14>;
  465. reset-names = "gio", "link";
  466. resets = <&sys_rst 12>, <&sys_rst 14>;
  467. vbus-supply = <&usb0_vbus0>;
  468. };
  469. usb0_ssphy0: ss-phy@380 {
  470. compatible = "socionext,uniphier-pro5-usb3-ssphy";
  471. reg = <0x380 0x10>;
  472. #phy-cells = <0>;
  473. clock-names = "gio", "link";
  474. clocks = <&sys_clk 12>, <&sys_clk 14>;
  475. reset-names = "gio", "link";
  476. resets = <&sys_rst 12>, <&sys_rst 14>;
  477. vbus-supply = <&usb0_vbus0>;
  478. };
  479. };
  480. usb1: usb@65c00000 {
  481. compatible = "socionext,uniphier-dwc3", "snps,dwc3";
  482. status = "disabled";
  483. reg = <0x65c00000 0xcd00>;
  484. interrupt-names = "host";
  485. interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
  486. pinctrl-names = "default";
  487. pinctrl-0 = <&pinctrl_usb1>, <&pinctrl_usb2>;
  488. clock-names = "ref", "bus_early", "suspend";
  489. clocks = <&sys_clk 12>, <&sys_clk 12>, <&sys_clk 12>;
  490. resets = <&usb1_rst 15>;
  491. phys = <&usb1_hsphy0>, <&usb1_hsphy1>, <&usb1_ssphy0>;
  492. dr_mode = "host";
  493. };
  494. usb-controller@65d00000 {
  495. compatible = "socionext,uniphier-pro5-dwc3-glue",
  496. "simple-mfd";
  497. #address-cells = <1>;
  498. #size-cells = <1>;
  499. ranges = <0 0x65d00000 0x400>;
  500. usb1_rst: reset@0 {
  501. compatible = "socionext,uniphier-pro5-usb3-reset";
  502. reg = <0x0 0x4>;
  503. #reset-cells = <1>;
  504. clock-names = "gio", "link";
  505. clocks = <&sys_clk 12>, <&sys_clk 15>;
  506. reset-names = "gio", "link";
  507. resets = <&sys_rst 12>, <&sys_rst 15>;
  508. };
  509. usb1_vbus0: regulator@100 {
  510. compatible = "socionext,uniphier-pro5-usb3-regulator";
  511. reg = <0x100 0x10>;
  512. clock-names = "gio", "link";
  513. clocks = <&sys_clk 12>, <&sys_clk 15>;
  514. reset-names = "gio", "link";
  515. resets = <&sys_rst 12>, <&sys_rst 15>;
  516. };
  517. usb1_vbus1: regulator@110 {
  518. compatible = "socionext,uniphier-pro5-usb3-regulator";
  519. reg = <0x110 0x10>;
  520. clock-names = "gio", "link";
  521. clocks = <&sys_clk 12>, <&sys_clk 15>;
  522. reset-names = "gio", "link";
  523. resets = <&sys_rst 12>, <&sys_rst 15>;
  524. };
  525. usb1_hsphy0: hs-phy@280 {
  526. compatible = "socionext,uniphier-pro5-usb3-hsphy";
  527. reg = <0x280 0x10>;
  528. #phy-cells = <0>;
  529. clock-names = "gio", "link";
  530. clocks = <&sys_clk 12>, <&sys_clk 15>;
  531. reset-names = "gio", "link";
  532. resets = <&sys_rst 12>, <&sys_rst 15>;
  533. vbus-supply = <&usb1_vbus0>;
  534. };
  535. usb1_hsphy1: hs-phy@290 {
  536. compatible = "socionext,uniphier-pro5-usb3-hsphy";
  537. reg = <0x290 0x10>;
  538. #phy-cells = <0>;
  539. clock-names = "gio", "link";
  540. clocks = <&sys_clk 12>, <&sys_clk 15>;
  541. reset-names = "gio", "link";
  542. resets = <&sys_rst 12>, <&sys_rst 15>;
  543. vbus-supply = <&usb1_vbus1>;
  544. };
  545. usb1_ssphy0: ss-phy@380 {
  546. compatible = "socionext,uniphier-pro5-usb3-ssphy";
  547. reg = <0x380 0x10>;
  548. #phy-cells = <0>;
  549. clock-names = "gio", "link";
  550. clocks = <&sys_clk 12>, <&sys_clk 15>;
  551. reset-names = "gio", "link";
  552. resets = <&sys_rst 12>, <&sys_rst 15>;
  553. vbus-supply = <&usb1_vbus0>;
  554. };
  555. };
  556. pcie_ep: pcie-ep@66000000 {
  557. compatible = "socionext,uniphier-pro5-pcie-ep";
  558. status = "disabled";
  559. reg-names = "dbi", "dbi2", "link", "addr_space";
  560. reg = <0x66000000 0x1000>, <0x66001000 0x1000>,
  561. <0x66010000 0x10000>, <0x67000000 0x400000>;
  562. pinctrl-names = "default";
  563. pinctrl-0 = <&pinctrl_pcie>;
  564. clock-names = "gio", "link";
  565. clocks = <&sys_clk 12>, <&sys_clk 24>;
  566. reset-names = "gio", "link";
  567. resets = <&sys_rst 12>, <&sys_rst 24>;
  568. num-ib-windows = <16>;
  569. num-ob-windows = <16>;
  570. num-lanes = <4>;
  571. phy-names = "pcie-phy";
  572. phys = <&pcie_phy>;
  573. };
  574. pcie_phy: phy@66038000 {
  575. compatible = "socionext,uniphier-pro5-pcie-phy";
  576. reg = <0x66038000 0x4000>;
  577. #phy-cells = <0>;
  578. clock-names = "gio", "link";
  579. clocks = <&sys_clk 12>, <&sys_clk 24>;
  580. reset-names = "gio", "link";
  581. resets = <&sys_rst 12>, <&sys_rst 24>;
  582. };
  583. nand: nand-controller@68000000 {
  584. compatible = "socionext,uniphier-denali-nand-v5b";
  585. status = "disabled";
  586. reg-names = "nand_data", "denali_reg";
  587. reg = <0x68000000 0x20>, <0x68100000 0x1000>;
  588. #address-cells = <1>;
  589. #size-cells = <0>;
  590. interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
  591. pinctrl-names = "default";
  592. pinctrl-0 = <&pinctrl_nand>;
  593. clock-names = "nand", "nand_x", "ecc";
  594. clocks = <&sys_clk 2>, <&sys_clk 3>, <&sys_clk 3>;
  595. reset-names = "nand", "reg";
  596. resets = <&sys_rst 2>, <&sys_rst 2>;
  597. };
  598. emmc: mmc@68400000 {
  599. compatible = "socionext,uniphier-sd-v3.1";
  600. status = "disabled";
  601. reg = <0x68400000 0x800>;
  602. interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
  603. pinctrl-names = "default";
  604. pinctrl-0 = <&pinctrl_emmc>;
  605. clocks = <&sd_clk 1>;
  606. reset-names = "host", "hw";
  607. resets = <&sd_rst 1>, <&sd_rst 6>;
  608. bus-width = <8>;
  609. cap-mmc-highspeed;
  610. cap-mmc-hw-reset;
  611. non-removable;
  612. };
  613. sd: mmc@68800000 {
  614. compatible = "socionext,uniphier-sd-v3.1";
  615. status = "disabled";
  616. reg = <0x68800000 0x800>;
  617. interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
  618. pinctrl-names = "default", "uhs";
  619. pinctrl-0 = <&pinctrl_sd>;
  620. pinctrl-1 = <&pinctrl_sd_uhs>;
  621. clocks = <&sd_clk 0>;
  622. reset-names = "host";
  623. resets = <&sd_rst 0>;
  624. bus-width = <4>;
  625. cap-sd-highspeed;
  626. sd-uhs-sdr12;
  627. sd-uhs-sdr25;
  628. sd-uhs-sdr50;
  629. };
  630. };
  631. };
  632. #include "uniphier-pinctrl.dtsi"