octeon_68xx.dts 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626
  1. /dts-v1/;
  2. /*
  3. * OCTEON 68XX device tree skeleton.
  4. *
  5. * This device tree is pruned and patched by early boot code before
  6. * use. Because of this, it contains a super-set of the available
  7. * devices and properties.
  8. */
  9. / {
  10. compatible = "cavium,octeon-6880";
  11. #address-cells = <2>;
  12. #size-cells = <2>;
  13. interrupt-parent = <&ciu2>;
  14. soc@0 {
  15. compatible = "simple-bus";
  16. #address-cells = <2>;
  17. #size-cells = <2>;
  18. ranges; /* Direct mapping */
  19. ciu2: interrupt-controller@1070100000000 {
  20. compatible = "cavium,octeon-6880-ciu2";
  21. interrupt-controller;
  22. /* Interrupts are specified by two parts:
  23. * 1) Controller register (0 or 7)
  24. * 2) Bit within the register (0..63)
  25. */
  26. #address-cells = <0>;
  27. #interrupt-cells = <2>;
  28. reg = <0x10701 0x00000000 0x0 0x4000000>;
  29. };
  30. gpio: gpio-controller@1070000000800 {
  31. #gpio-cells = <2>;
  32. compatible = "cavium,octeon-3860-gpio";
  33. reg = <0x10700 0x00000800 0x0 0x100>;
  34. gpio-controller;
  35. /* Interrupts are specified by two parts:
  36. * 1) GPIO pin number (0..15)
  37. * 2) Triggering (1 - edge rising
  38. * 2 - edge falling
  39. * 4 - level active high
  40. * 8 - level active low)
  41. */
  42. interrupt-controller;
  43. #interrupt-cells = <2>;
  44. /* The GPIO pins connect to 16 consecutive CUI bits */
  45. interrupts = <7 0>, <7 1>, <7 2>, <7 3>,
  46. <7 4>, <7 5>, <7 6>, <7 7>,
  47. <7 8>, <7 9>, <7 10>, <7 11>,
  48. <7 12>, <7 13>, <7 14>, <7 15>;
  49. };
  50. smi0: mdio@1180000003800 {
  51. compatible = "cavium,octeon-3860-mdio";
  52. #address-cells = <1>;
  53. #size-cells = <0>;
  54. reg = <0x11800 0x00003800 0x0 0x40>;
  55. phy0: ethernet-phy@6 {
  56. compatible = "marvell,88e1118";
  57. marvell,reg-init =
  58. /* Fix rx and tx clock transition timing */
  59. <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */
  60. /* Adjust LED drive. */
  61. <3 0x11 0 0x442a>, /* Reg 3,17 <- 0442a */
  62. /* irq, blink-activity, blink-link */
  63. <3 0x10 0 0x0242>; /* Reg 3,16 <- 0x0242 */
  64. reg = <6>;
  65. };
  66. phy1: ethernet-phy@1 {
  67. cavium,qlm-trim = "4,sgmii";
  68. reg = <1>;
  69. compatible = "marvell,88e1149r";
  70. marvell,reg-init = <3 0x10 0 0x5777>,
  71. <3 0x11 0 0x00aa>,
  72. <3 0x12 0 0x4105>,
  73. <3 0x13 0 0x0a60>;
  74. };
  75. phy2: ethernet-phy@2 {
  76. cavium,qlm-trim = "4,sgmii";
  77. reg = <2>;
  78. compatible = "marvell,88e1149r";
  79. marvell,reg-init = <3 0x10 0 0x5777>,
  80. <3 0x11 0 0x00aa>,
  81. <3 0x12 0 0x4105>,
  82. <3 0x13 0 0x0a60>;
  83. };
  84. phy3: ethernet-phy@3 {
  85. cavium,qlm-trim = "4,sgmii";
  86. reg = <3>;
  87. compatible = "marvell,88e1149r";
  88. marvell,reg-init = <3 0x10 0 0x5777>,
  89. <3 0x11 0 0x00aa>,
  90. <3 0x12 0 0x4105>,
  91. <3 0x13 0 0x0a60>;
  92. };
  93. phy4: ethernet-phy@4 {
  94. cavium,qlm-trim = "4,sgmii";
  95. reg = <4>;
  96. compatible = "marvell,88e1149r";
  97. marvell,reg-init = <3 0x10 0 0x5777>,
  98. <3 0x11 0 0x00aa>,
  99. <3 0x12 0 0x4105>,
  100. <3 0x13 0 0x0a60>;
  101. };
  102. };
  103. smi1: mdio@1180000003880 {
  104. compatible = "cavium,octeon-3860-mdio";
  105. #address-cells = <1>;
  106. #size-cells = <0>;
  107. reg = <0x11800 0x00003880 0x0 0x40>;
  108. phy41: ethernet-phy@1 {
  109. cavium,qlm-trim = "0,sgmii";
  110. reg = <1>;
  111. compatible = "marvell,88e1149r";
  112. marvell,reg-init = <3 0x10 0 0x5777>,
  113. <3 0x11 0 0x00aa>,
  114. <3 0x12 0 0x4105>,
  115. <3 0x13 0 0x0a60>;
  116. };
  117. phy42: ethernet-phy@2 {
  118. cavium,qlm-trim = "0,sgmii";
  119. reg = <2>;
  120. compatible = "marvell,88e1149r";
  121. marvell,reg-init = <3 0x10 0 0x5777>,
  122. <3 0x11 0 0x00aa>,
  123. <3 0x12 0 0x4105>,
  124. <3 0x13 0 0x0a60>;
  125. };
  126. phy43: ethernet-phy@3 {
  127. cavium,qlm-trim = "0,sgmii";
  128. reg = <3>;
  129. compatible = "marvell,88e1149r";
  130. marvell,reg-init = <3 0x10 0 0x5777>,
  131. <3 0x11 0 0x00aa>,
  132. <3 0x12 0 0x4105>,
  133. <3 0x13 0 0x0a60>;
  134. };
  135. phy44: ethernet-phy@4 {
  136. cavium,qlm-trim = "0,sgmii";
  137. reg = <4>;
  138. compatible = "marvell,88e1149r";
  139. marvell,reg-init = <3 0x10 0 0x5777>,
  140. <3 0x11 0 0x00aa>,
  141. <3 0x12 0 0x4105>,
  142. <3 0x13 0 0x0a60>;
  143. };
  144. };
  145. smi2: mdio@1180000003900 {
  146. compatible = "cavium,octeon-3860-mdio";
  147. #address-cells = <1>;
  148. #size-cells = <0>;
  149. reg = <0x11800 0x00003900 0x0 0x40>;
  150. phy21: ethernet-phy@1 {
  151. cavium,qlm-trim = "2,sgmii";
  152. reg = <1>;
  153. compatible = "marvell,88e1149r";
  154. marvell,reg-init = <3 0x10 0 0x5777>,
  155. <3 0x11 0 0x00aa>,
  156. <3 0x12 0 0x4105>,
  157. <3 0x13 0 0x0a60>;
  158. };
  159. phy22: ethernet-phy@2 {
  160. cavium,qlm-trim = "2,sgmii";
  161. reg = <2>;
  162. compatible = "marvell,88e1149r";
  163. marvell,reg-init = <3 0x10 0 0x5777>,
  164. <3 0x11 0 0x00aa>,
  165. <3 0x12 0 0x4105>,
  166. <3 0x13 0 0x0a60>;
  167. };
  168. phy23: ethernet-phy@3 {
  169. cavium,qlm-trim = "2,sgmii";
  170. reg = <3>;
  171. compatible = "marvell,88e1149r";
  172. marvell,reg-init = <3 0x10 0 0x5777>,
  173. <3 0x11 0 0x00aa>,
  174. <3 0x12 0 0x4105>,
  175. <3 0x13 0 0x0a60>;
  176. };
  177. phy24: ethernet-phy@4 {
  178. cavium,qlm-trim = "2,sgmii";
  179. reg = <4>;
  180. compatible = "marvell,88e1149r";
  181. marvell,reg-init = <3 0x10 0 0x5777>,
  182. <3 0x11 0 0x00aa>,
  183. <3 0x12 0 0x4105>,
  184. <3 0x13 0 0x0a60>;
  185. };
  186. };
  187. smi3: mdio@1180000003980 {
  188. compatible = "cavium,octeon-3860-mdio";
  189. #address-cells = <1>;
  190. #size-cells = <0>;
  191. reg = <0x11800 0x00003980 0x0 0x40>;
  192. phy11: ethernet-phy@1 {
  193. cavium,qlm-trim = "3,sgmii";
  194. reg = <1>;
  195. compatible = "marvell,88e1149r";
  196. marvell,reg-init = <3 0x10 0 0x5777>,
  197. <3 0x11 0 0x00aa>,
  198. <3 0x12 0 0x4105>,
  199. <3 0x13 0 0x0a60>;
  200. };
  201. phy12: ethernet-phy@2 {
  202. cavium,qlm-trim = "3,sgmii";
  203. reg = <2>;
  204. compatible = "marvell,88e1149r";
  205. marvell,reg-init = <3 0x10 0 0x5777>,
  206. <3 0x11 0 0x00aa>,
  207. <3 0x12 0 0x4105>,
  208. <3 0x13 0 0x0a60>;
  209. };
  210. phy13: ethernet-phy@3 {
  211. cavium,qlm-trim = "3,sgmii";
  212. reg = <3>;
  213. compatible = "marvell,88e1149r";
  214. marvell,reg-init = <3 0x10 0 0x5777>,
  215. <3 0x11 0 0x00aa>,
  216. <3 0x12 0 0x4105>,
  217. <3 0x13 0 0x0a60>;
  218. };
  219. phy14: ethernet-phy@4 {
  220. cavium,qlm-trim = "3,sgmii";
  221. reg = <4>;
  222. compatible = "marvell,88e1149r";
  223. marvell,reg-init = <3 0x10 0 0x5777>,
  224. <3 0x11 0 0x00aa>,
  225. <3 0x12 0 0x4105>,
  226. <3 0x13 0 0x0a60>;
  227. };
  228. };
  229. mix0: ethernet@1070000100000 {
  230. compatible = "cavium,octeon-5750-mix";
  231. reg = <0x10700 0x00100000 0x0 0x100>, /* MIX */
  232. <0x11800 0xE0000000 0x0 0x300>, /* AGL */
  233. <0x11800 0xE0000400 0x0 0x400>, /* AGL_SHARED */
  234. <0x11800 0xE0002000 0x0 0x8>; /* AGL_PRT_CTL */
  235. cell-index = <0>;
  236. interrupts = <6 40>, <6 32>;
  237. local-mac-address = [ 00 00 00 00 00 00 ];
  238. phy-handle = <&phy0>;
  239. };
  240. pip: pip@11800a0000000 {
  241. compatible = "cavium,octeon-3860-pip";
  242. #address-cells = <1>;
  243. #size-cells = <0>;
  244. reg = <0x11800 0xa0000000 0x0 0x2000>;
  245. interface@4 {
  246. compatible = "cavium,octeon-3860-pip-interface";
  247. #address-cells = <1>;
  248. #size-cells = <0>;
  249. reg = <0x4>; /* interface */
  250. ethernet@0 {
  251. compatible = "cavium,octeon-3860-pip-port";
  252. reg = <0x0>; /* Port */
  253. local-mac-address = [ 00 00 00 00 00 00 ];
  254. phy-handle = <&phy1>;
  255. };
  256. ethernet@1 {
  257. compatible = "cavium,octeon-3860-pip-port";
  258. reg = <0x1>; /* Port */
  259. local-mac-address = [ 00 00 00 00 00 00 ];
  260. phy-handle = <&phy2>;
  261. };
  262. ethernet@2 {
  263. compatible = "cavium,octeon-3860-pip-port";
  264. reg = <0x2>; /* Port */
  265. local-mac-address = [ 00 00 00 00 00 00 ];
  266. phy-handle = <&phy3>;
  267. };
  268. ethernet@3 {
  269. compatible = "cavium,octeon-3860-pip-port";
  270. reg = <0x3>; /* Port */
  271. local-mac-address = [ 00 00 00 00 00 00 ];
  272. phy-handle = <&phy4>;
  273. };
  274. };
  275. interface@3 {
  276. compatible = "cavium,octeon-3860-pip-interface";
  277. #address-cells = <1>;
  278. #size-cells = <0>;
  279. reg = <0x3>; /* interface */
  280. ethernet@0 {
  281. compatible = "cavium,octeon-3860-pip-port";
  282. reg = <0x0>; /* Port */
  283. local-mac-address = [ 00 00 00 00 00 00 ];
  284. phy-handle = <&phy11>;
  285. };
  286. ethernet@1 {
  287. compatible = "cavium,octeon-3860-pip-port";
  288. reg = <0x1>; /* Port */
  289. local-mac-address = [ 00 00 00 00 00 00 ];
  290. phy-handle = <&phy12>;
  291. };
  292. ethernet@2 {
  293. compatible = "cavium,octeon-3860-pip-port";
  294. reg = <0x2>; /* Port */
  295. local-mac-address = [ 00 00 00 00 00 00 ];
  296. phy-handle = <&phy13>;
  297. };
  298. ethernet@3 {
  299. compatible = "cavium,octeon-3860-pip-port";
  300. reg = <0x3>; /* Port */
  301. local-mac-address = [ 00 00 00 00 00 00 ];
  302. phy-handle = <&phy14>;
  303. };
  304. };
  305. interface@2 {
  306. compatible = "cavium,octeon-3860-pip-interface";
  307. #address-cells = <1>;
  308. #size-cells = <0>;
  309. reg = <0x2>; /* interface */
  310. ethernet@0 {
  311. compatible = "cavium,octeon-3860-pip-port";
  312. reg = <0x0>; /* Port */
  313. local-mac-address = [ 00 00 00 00 00 00 ];
  314. phy-handle = <&phy21>;
  315. };
  316. ethernet@1 {
  317. compatible = "cavium,octeon-3860-pip-port";
  318. reg = <0x1>; /* Port */
  319. local-mac-address = [ 00 00 00 00 00 00 ];
  320. phy-handle = <&phy22>;
  321. };
  322. ethernet@2 {
  323. compatible = "cavium,octeon-3860-pip-port";
  324. reg = <0x2>; /* Port */
  325. local-mac-address = [ 00 00 00 00 00 00 ];
  326. phy-handle = <&phy23>;
  327. };
  328. ethernet@3 {
  329. compatible = "cavium,octeon-3860-pip-port";
  330. reg = <0x3>; /* Port */
  331. local-mac-address = [ 00 00 00 00 00 00 ];
  332. phy-handle = <&phy24>;
  333. };
  334. };
  335. interface@1 {
  336. compatible = "cavium,octeon-3860-pip-interface";
  337. #address-cells = <1>;
  338. #size-cells = <0>;
  339. reg = <0x1>; /* interface */
  340. ethernet@0 {
  341. compatible = "cavium,octeon-3860-pip-port";
  342. reg = <0x0>; /* Port */
  343. local-mac-address = [ 00 00 00 00 00 00 ];
  344. };
  345. };
  346. interface@0 {
  347. compatible = "cavium,octeon-3860-pip-interface";
  348. #address-cells = <1>;
  349. #size-cells = <0>;
  350. reg = <0x0>; /* interface */
  351. ethernet@0 {
  352. compatible = "cavium,octeon-3860-pip-port";
  353. reg = <0x0>; /* Port */
  354. local-mac-address = [ 00 00 00 00 00 00 ];
  355. phy-handle = <&phy41>;
  356. };
  357. ethernet@1 {
  358. compatible = "cavium,octeon-3860-pip-port";
  359. reg = <0x1>; /* Port */
  360. local-mac-address = [ 00 00 00 00 00 00 ];
  361. phy-handle = <&phy42>;
  362. };
  363. ethernet@2 {
  364. compatible = "cavium,octeon-3860-pip-port";
  365. reg = <0x2>; /* Port */
  366. local-mac-address = [ 00 00 00 00 00 00 ];
  367. phy-handle = <&phy43>;
  368. };
  369. ethernet@3 {
  370. compatible = "cavium,octeon-3860-pip-port";
  371. reg = <0x3>; /* Port */
  372. local-mac-address = [ 00 00 00 00 00 00 ];
  373. phy-handle = <&phy44>;
  374. };
  375. };
  376. };
  377. twsi0: i2c@1180000001000 {
  378. #address-cells = <1>;
  379. #size-cells = <0>;
  380. compatible = "cavium,octeon-3860-twsi";
  381. reg = <0x11800 0x00001000 0x0 0x200>;
  382. interrupts = <3 32>;
  383. clock-frequency = <100000>;
  384. rtc@68 {
  385. compatible = "dallas,ds1337";
  386. reg = <0x68>;
  387. };
  388. tmp@4c {
  389. compatible = "ti,tmp421";
  390. reg = <0x4c>;
  391. };
  392. };
  393. twsi1: i2c@1180000001200 {
  394. #address-cells = <1>;
  395. #size-cells = <0>;
  396. compatible = "cavium,octeon-3860-twsi";
  397. reg = <0x11800 0x00001200 0x0 0x200>;
  398. interrupts = <3 33>;
  399. clock-frequency = <100000>;
  400. };
  401. uart0: serial@1180000000800 {
  402. compatible = "cavium,octeon-3860-uart","ns16550";
  403. reg = <0x11800 0x00000800 0x0 0x400>;
  404. clock-frequency = <0>;
  405. current-speed = <115200>;
  406. reg-shift = <3>;
  407. interrupts = <3 36>;
  408. };
  409. uart1: serial@1180000000c00 {
  410. compatible = "cavium,octeon-3860-uart","ns16550";
  411. reg = <0x11800 0x00000c00 0x0 0x400>;
  412. clock-frequency = <0>;
  413. current-speed = <115200>;
  414. reg-shift = <3>;
  415. interrupts = <3 37>;
  416. };
  417. bootbus: bootbus@1180000000000 {
  418. compatible = "cavium,octeon-3860-bootbus";
  419. reg = <0x11800 0x00000000 0x0 0x200>;
  420. /* The chip select number and offset */
  421. #address-cells = <2>;
  422. /* The size of the chip select region */
  423. #size-cells = <1>;
  424. ranges = <0 0 0 0x1f400000 0xc00000>,
  425. <1 0 0x10000 0x30000000 0>,
  426. <2 0 0x10000 0x40000000 0>,
  427. <3 0 0x10000 0x50000000 0>,
  428. <4 0 0 0x1d020000 0x10000>,
  429. <5 0 0 0x1d040000 0x10000>,
  430. <6 0 0 0x1d050000 0x10000>,
  431. <7 0 0x10000 0x90000000 0>;
  432. cavium,cs-config@0 {
  433. compatible = "cavium,octeon-3860-bootbus-config";
  434. cavium,cs-index = <0>;
  435. cavium,t-adr = <10>;
  436. cavium,t-ce = <50>;
  437. cavium,t-oe = <50>;
  438. cavium,t-we = <35>;
  439. cavium,t-rd-hld = <25>;
  440. cavium,t-wr-hld = <35>;
  441. cavium,t-pause = <0>;
  442. cavium,t-wait = <300>;
  443. cavium,t-page = <25>;
  444. cavium,t-rd-dly = <0>;
  445. cavium,pages = <0>;
  446. cavium,bus-width = <8>;
  447. };
  448. cavium,cs-config@4 {
  449. compatible = "cavium,octeon-3860-bootbus-config";
  450. cavium,cs-index = <4>;
  451. cavium,t-adr = <320>;
  452. cavium,t-ce = <320>;
  453. cavium,t-oe = <320>;
  454. cavium,t-we = <320>;
  455. cavium,t-rd-hld = <320>;
  456. cavium,t-wr-hld = <320>;
  457. cavium,t-pause = <320>;
  458. cavium,t-wait = <320>;
  459. cavium,t-page = <320>;
  460. cavium,t-rd-dly = <0>;
  461. cavium,pages = <0>;
  462. cavium,bus-width = <8>;
  463. };
  464. cavium,cs-config@5 {
  465. compatible = "cavium,octeon-3860-bootbus-config";
  466. cavium,cs-index = <5>;
  467. cavium,t-adr = <0>;
  468. cavium,t-ce = <300>;
  469. cavium,t-oe = <125>;
  470. cavium,t-we = <150>;
  471. cavium,t-rd-hld = <100>;
  472. cavium,t-wr-hld = <300>;
  473. cavium,t-pause = <0>;
  474. cavium,t-wait = <300>;
  475. cavium,t-page = <310>;
  476. cavium,t-rd-dly = <0>;
  477. cavium,pages = <0>;
  478. cavium,bus-width = <16>;
  479. };
  480. cavium,cs-config@6 {
  481. compatible = "cavium,octeon-3860-bootbus-config";
  482. cavium,cs-index = <6>;
  483. cavium,t-adr = <0>;
  484. cavium,t-ce = <30>;
  485. cavium,t-oe = <125>;
  486. cavium,t-we = <150>;
  487. cavium,t-rd-hld = <100>;
  488. cavium,t-wr-hld = <30>;
  489. cavium,t-pause = <0>;
  490. cavium,t-wait = <30>;
  491. cavium,t-page = <310>;
  492. cavium,t-rd-dly = <0>;
  493. cavium,pages = <0>;
  494. cavium,wait-mode;
  495. cavium,bus-width = <16>;
  496. };
  497. flash0: nor@0,0 {
  498. compatible = "cfi-flash";
  499. reg = <0 0 0x800000>;
  500. #address-cells = <1>;
  501. #size-cells = <1>;
  502. partition@0 {
  503. label = "bootloader";
  504. reg = <0 0x200000>;
  505. read-only;
  506. };
  507. partition@200000 {
  508. label = "kernel";
  509. reg = <0x200000 0x200000>;
  510. };
  511. partition@400000 {
  512. label = "cramfs";
  513. reg = <0x400000 0x3fe000>;
  514. };
  515. partition@7fe000 {
  516. label = "environment";
  517. reg = <0x7fe000 0x2000>;
  518. read-only;
  519. };
  520. };
  521. led0: led-display@4,0 {
  522. compatible = "avago,hdsp-253x";
  523. reg = <4 0x20 0x20>, <4 0 0x20>;
  524. };
  525. compact-flash@5,0 {
  526. compatible = "cavium,ebt3000-compact-flash";
  527. reg = <5 0 0x10000>, <6 0 0x10000>;
  528. cavium,bus-width = <16>;
  529. cavium,true-ide;
  530. cavium,dma-engine-handle = <&dma0>;
  531. };
  532. };
  533. dma0: dma-engine@1180000000100 {
  534. compatible = "cavium,octeon-5750-bootbus-dma";
  535. reg = <0x11800 0x00000100 0x0 0x8>;
  536. interrupts = <0 63>;
  537. };
  538. dma1: dma-engine@1180000000108 {
  539. compatible = "cavium,octeon-5750-bootbus-dma";
  540. reg = <0x11800 0x00000108 0x0 0x8>;
  541. interrupts = <0 63>;
  542. };
  543. uctl: uctl@118006f000000 {
  544. compatible = "cavium,octeon-6335-uctl";
  545. reg = <0x11800 0x6f000000 0x0 0x100>;
  546. ranges; /* Direct mapping */
  547. #address-cells = <2>;
  548. #size-cells = <2>;
  549. /* 12MHz, 24MHz and 48MHz allowed */
  550. refclk-frequency = <12000000>;
  551. /* Either "crystal" or "external" */
  552. refclk-type = "crystal";
  553. ehci@16f0000000000 {
  554. compatible = "cavium,octeon-6335-ehci","usb-ehci";
  555. reg = <0x16f00 0x00000000 0x0 0x100>;
  556. interrupts = <3 44>;
  557. big-endian-regs;
  558. };
  559. ohci@16f0000000400 {
  560. compatible = "cavium,octeon-6335-ohci","usb-ohci";
  561. reg = <0x16f00 0x00000400 0x0 0x100>;
  562. interrupts = <3 44>;
  563. big-endian-regs;
  564. };
  565. };
  566. };
  567. aliases {
  568. mix0 = &mix0;
  569. pip = &pip;
  570. smi0 = &smi0;
  571. smi1 = &smi1;
  572. smi2 = &smi2;
  573. smi3 = &smi3;
  574. twsi0 = &twsi0;
  575. twsi1 = &twsi1;
  576. uart0 = &uart0;
  577. uart1 = &uart1;
  578. uctl = &uctl;
  579. led0 = &led0;
  580. flash0 = &flash0;
  581. };
  582. };