lan9696-ev23x71a.dts 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796
  1. // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
  2. /*
  3. * Copyright (c) 2025 Microchip Technology Inc. and its subsidiaries.
  4. */
  5. /dts-v1/;
  6. #include <dt-bindings/gpio/gpio.h>
  7. #include <dt-bindings/leds/common.h>
  8. #include "lan9691.dtsi"
  9. / {
  10. model = "Microchip EV23X71A";
  11. compatible = "microchip,ev23x71a", "microchip,lan9696", "microchip,lan9691";
  12. aliases {
  13. serial0 = &usart0;
  14. };
  15. chosen {
  16. stdout-path = "serial0:115200n8";
  17. };
  18. gpio-restart {
  19. compatible = "gpio-restart";
  20. gpios = <&gpio 60 GPIO_ACTIVE_LOW>;
  21. open-source;
  22. priority = <200>;
  23. };
  24. i2c-mux {
  25. compatible = "i2c-mux-gpio";
  26. #address-cells = <1>;
  27. #size-cells = <0>;
  28. i2c-parent = <&i2c3>;
  29. idle-state = <0x8>;
  30. mux-gpios = <&sgpio_out 0 1 GPIO_ACTIVE_HIGH>,
  31. <&sgpio_out 0 2 GPIO_ACTIVE_HIGH>,
  32. <&sgpio_out 0 3 GPIO_ACTIVE_HIGH>;
  33. settle-time-us = <100>;
  34. i2c_sfp0: i2c@0 {
  35. reg = <0x0>;
  36. };
  37. i2c_sfp1: i2c@1 {
  38. reg = <0x1>;
  39. };
  40. i2c_sfp2: i2c@2 {
  41. reg = <0x2>;
  42. };
  43. i2c_sfp3: i2c@3 {
  44. reg = <0x3>;
  45. };
  46. i2c_poe: i2c@7 {
  47. reg = <0x7>;
  48. };
  49. };
  50. leds {
  51. compatible = "gpio-leds";
  52. led-status {
  53. color = <LED_COLOR_ID_GREEN>;
  54. function = LED_FUNCTION_STATUS;
  55. gpios = <&gpio 61 GPIO_ACTIVE_LOW>;
  56. };
  57. led-sfp1-green {
  58. color = <LED_COLOR_ID_GREEN>;
  59. function = LED_FUNCTION_LAN;
  60. function-enumerator = <0>;
  61. gpios = <&sgpio_out 6 0 GPIO_ACTIVE_LOW>;
  62. default-state = "off";
  63. };
  64. led-sfp1-yellow {
  65. color = <LED_COLOR_ID_YELLOW>;
  66. function = LED_FUNCTION_LAN;
  67. function-enumerator = <0>;
  68. gpios = <&sgpio_out 6 1 GPIO_ACTIVE_LOW>;
  69. default-state = "off";
  70. };
  71. led-sfp2-green {
  72. color = <LED_COLOR_ID_GREEN>;
  73. function = LED_FUNCTION_LAN;
  74. function-enumerator = <1>;
  75. gpios = <&sgpio_out 7 0 GPIO_ACTIVE_LOW>;
  76. default-state = "off";
  77. };
  78. led-sfp2-yellow {
  79. color = <LED_COLOR_ID_YELLOW>;
  80. function = LED_FUNCTION_LAN;
  81. function-enumerator = <1>;
  82. gpios = <&sgpio_out 7 1 GPIO_ACTIVE_LOW>;
  83. default-state = "off";
  84. };
  85. led-sfp3-green {
  86. color = <LED_COLOR_ID_GREEN>;
  87. function = LED_FUNCTION_LAN;
  88. function-enumerator = <2>;
  89. gpios = <&sgpio_out 8 0 GPIO_ACTIVE_LOW>;
  90. default-state = "off";
  91. };
  92. led-sfp3-yellow {
  93. color = <LED_COLOR_ID_YELLOW>;
  94. function = LED_FUNCTION_LAN;
  95. function-enumerator = <2>;
  96. gpios = <&sgpio_out 8 1 GPIO_ACTIVE_LOW>;
  97. default-state = "off";
  98. };
  99. led-sfp4-green {
  100. color = <LED_COLOR_ID_GREEN>;
  101. function = LED_FUNCTION_LAN;
  102. function-enumerator = <3>;
  103. gpios = <&sgpio_out 9 0 GPIO_ACTIVE_LOW>;
  104. default-state = "off";
  105. };
  106. led-sfp4-yellow {
  107. color = <LED_COLOR_ID_YELLOW>;
  108. function = LED_FUNCTION_LAN;
  109. function-enumerator = <3>;
  110. gpios = <&sgpio_out 9 1 GPIO_ACTIVE_LOW>;
  111. default-state = "off";
  112. };
  113. };
  114. mux-controller {
  115. compatible = "gpio-mux";
  116. #mux-control-cells = <0>;
  117. mux-gpios = <&sgpio_out 1 2 GPIO_ACTIVE_LOW>,
  118. <&sgpio_out 1 3 GPIO_ACTIVE_LOW>;
  119. };
  120. sfp0: sfp0 {
  121. compatible = "sff,sfp";
  122. i2c-bus = <&i2c_sfp0>;
  123. tx-disable-gpios = <&sgpio_out 6 2 GPIO_ACTIVE_HIGH>;
  124. los-gpios = <&sgpio_in 6 0 GPIO_ACTIVE_HIGH>;
  125. mod-def0-gpios = <&sgpio_in 6 1 GPIO_ACTIVE_LOW>;
  126. tx-fault-gpios = <&sgpio_in 6 2 GPIO_ACTIVE_HIGH>;
  127. };
  128. sfp1: sfp1 {
  129. compatible = "sff,sfp";
  130. i2c-bus = <&i2c_sfp1>;
  131. tx-disable-gpios = <&sgpio_out 7 2 GPIO_ACTIVE_HIGH>;
  132. los-gpios = <&sgpio_in 7 0 GPIO_ACTIVE_HIGH>;
  133. mod-def0-gpios = <&sgpio_in 7 1 GPIO_ACTIVE_LOW>;
  134. tx-fault-gpios = <&sgpio_in 7 2 GPIO_ACTIVE_HIGH>;
  135. };
  136. sfp2: sfp2 {
  137. compatible = "sff,sfp";
  138. i2c-bus = <&i2c_sfp2>;
  139. tx-disable-gpios = <&sgpio_out 8 2 GPIO_ACTIVE_HIGH>;
  140. los-gpios = <&sgpio_in 8 0 GPIO_ACTIVE_HIGH>;
  141. mod-def0-gpios = <&sgpio_in 8 1 GPIO_ACTIVE_LOW>;
  142. tx-fault-gpios = <&sgpio_in 8 2 GPIO_ACTIVE_HIGH>;
  143. };
  144. sfp3: sfp3 {
  145. compatible = "sff,sfp";
  146. i2c-bus = <&i2c_sfp3>;
  147. tx-disable-gpios = <&sgpio_out 9 2 GPIO_ACTIVE_HIGH>;
  148. los-gpios = <&sgpio_in 9 0 GPIO_ACTIVE_HIGH>;
  149. mod-def0-gpios = <&sgpio_in 9 1 GPIO_ACTIVE_LOW>;
  150. tx-fault-gpios = <&sgpio_in 9 2 GPIO_ACTIVE_HIGH>;
  151. };
  152. };
  153. &gpio {
  154. emmc_sd_pins: emmc-sd-pins {
  155. /* eMMC_SD - CMD, CLK, D0, D1, D2, D3, D4, D5, D6, D7, RSTN */
  156. pins = "GPIO_14", "GPIO_15", "GPIO_16", "GPIO_17",
  157. "GPIO_18", "GPIO_19", "GPIO_20", "GPIO_21",
  158. "GPIO_22", "GPIO_23", "GPIO_24";
  159. function = "emmc_sd";
  160. };
  161. fan_pins: fan-pins {
  162. pins = "GPIO_25", "GPIO_26";
  163. function = "fan";
  164. };
  165. fc0_pins: fc0-pins {
  166. pins = "GPIO_3", "GPIO_4";
  167. function = "fc";
  168. };
  169. fc2_pins: fc2-pins {
  170. pins = "GPIO_64", "GPIO_65", "GPIO_66";
  171. function = "fc";
  172. };
  173. fc3_pins: fc3-pins {
  174. pins = "GPIO_55", "GPIO_56";
  175. function = "fc";
  176. };
  177. mdio_pins: mdio-pins {
  178. pins = "GPIO_9", "GPIO_10";
  179. function = "miim";
  180. };
  181. mdio_irq_pins: mdio-irq-pins {
  182. pins = "GPIO_11";
  183. function = "miim_irq";
  184. };
  185. sgpio_pins: sgpio-pins {
  186. /* SCK, D0, D1, LD */
  187. pins = "GPIO_5", "GPIO_6", "GPIO_7", "GPIO_8";
  188. function = "sgpio_a";
  189. };
  190. usb_ulpi_pins: usb-ulpi-pins {
  191. pins = "GPIO_30", "GPIO_31", "GPIO_32", "GPIO_33",
  192. "GPIO_34", "GPIO_35", "GPIO_36", "GPIO_37",
  193. "GPIO_38", "GPIO_39", "GPIO_40", "GPIO_41";
  194. function = "usb_ulpi";
  195. };
  196. usb_rst_pins: usb-rst-pins {
  197. pins = "GPIO_12";
  198. function = "usb2phy_rst";
  199. };
  200. usb_over_pins: usb-over-pins {
  201. pins = "GPIO_13";
  202. function = "usb_over_detect";
  203. };
  204. usb_power_pins: usb-power-pins {
  205. pins = "GPIO_1";
  206. function = "usb_power";
  207. };
  208. ptp_out_pins: ptp-out-pins {
  209. pins = "GPIO_58";
  210. function = "ptpsync_4";
  211. };
  212. ptp_ext_pins: ptp-ext-pins {
  213. pins = "GPIO_59";
  214. function = "ptpsync_5";
  215. };
  216. };
  217. &flx0 {
  218. atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_USART>;
  219. status = "okay";
  220. };
  221. &flx2 {
  222. atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_SPI>;
  223. status = "okay";
  224. };
  225. &flx3 {
  226. atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_TWI>;
  227. status = "okay";
  228. };
  229. &i2c3 {
  230. pinctrl-0 = <&fc3_pins>;
  231. pinctrl-names = "default";
  232. i2c-analog-filter;
  233. i2c-digital-filter;
  234. i2c-digital-filter-width-ns = <35>;
  235. i2c-sda-hold-time-ns = <1500>;
  236. status = "okay";
  237. };
  238. &mdio0 {
  239. pinctrl-0 = <&mdio_pins>, <&mdio_irq_pins>;
  240. pinctrl-names = "default";
  241. reset-gpios = <&gpio 62 GPIO_ACTIVE_LOW>;
  242. status = "okay";
  243. phy3: phy@3 {
  244. compatible = "ethernet-phy-ieee802.3-c22";
  245. reg = <3>;
  246. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  247. interrupt-parent = <&gpio>;
  248. };
  249. phy4: phy@4 {
  250. compatible = "ethernet-phy-ieee802.3-c22";
  251. reg = <4>;
  252. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  253. interrupt-parent = <&gpio>;
  254. };
  255. phy5: phy@5 {
  256. compatible = "ethernet-phy-ieee802.3-c22";
  257. reg = <5>;
  258. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  259. interrupt-parent = <&gpio>;
  260. };
  261. phy6: phy@6 {
  262. compatible = "ethernet-phy-ieee802.3-c22";
  263. reg = <6>;
  264. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  265. interrupt-parent = <&gpio>;
  266. };
  267. phy7: phy@7 {
  268. compatible = "ethernet-phy-ieee802.3-c22";
  269. reg = <7>;
  270. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  271. interrupt-parent = <&gpio>;
  272. };
  273. phy8: phy@8 {
  274. compatible = "ethernet-phy-ieee802.3-c22";
  275. reg = <8>;
  276. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  277. interrupt-parent = <&gpio>;
  278. };
  279. phy9: phy@9 {
  280. compatible = "ethernet-phy-ieee802.3-c22";
  281. reg = <9>;
  282. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  283. interrupt-parent = <&gpio>;
  284. };
  285. phy10: phy@10 {
  286. compatible = "ethernet-phy-ieee802.3-c22";
  287. reg = <10>;
  288. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  289. interrupt-parent = <&gpio>;
  290. };
  291. phy11: phy@11 {
  292. compatible = "ethernet-phy-ieee802.3-c22";
  293. reg = <11>;
  294. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  295. interrupt-parent = <&gpio>;
  296. };
  297. phy12: phy@12 {
  298. compatible = "ethernet-phy-ieee802.3-c22";
  299. reg = <12>;
  300. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  301. interrupt-parent = <&gpio>;
  302. };
  303. phy13: phy@13 {
  304. compatible = "ethernet-phy-ieee802.3-c22";
  305. reg = <13>;
  306. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  307. interrupt-parent = <&gpio>;
  308. };
  309. phy14: phy@14 {
  310. compatible = "ethernet-phy-ieee802.3-c22";
  311. reg = <14>;
  312. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  313. interrupt-parent = <&gpio>;
  314. };
  315. phy15: phy@15 {
  316. compatible = "ethernet-phy-ieee802.3-c22";
  317. reg = <15>;
  318. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  319. interrupt-parent = <&gpio>;
  320. };
  321. phy16: phy@16 {
  322. compatible = "ethernet-phy-ieee802.3-c22";
  323. reg = <16>;
  324. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  325. interrupt-parent = <&gpio>;
  326. };
  327. phy17: phy@17 {
  328. compatible = "ethernet-phy-ieee802.3-c22";
  329. reg = <17>;
  330. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  331. interrupt-parent = <&gpio>;
  332. };
  333. phy18: phy@18 {
  334. compatible = "ethernet-phy-ieee802.3-c22";
  335. reg = <18>;
  336. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  337. interrupt-parent = <&gpio>;
  338. };
  339. phy19: phy@19 {
  340. compatible = "ethernet-phy-ieee802.3-c22";
  341. reg = <19>;
  342. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  343. interrupt-parent = <&gpio>;
  344. };
  345. phy20: phy@20 {
  346. compatible = "ethernet-phy-ieee802.3-c22";
  347. reg = <20>;
  348. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  349. interrupt-parent = <&gpio>;
  350. };
  351. phy21: phy@21 {
  352. compatible = "ethernet-phy-ieee802.3-c22";
  353. reg = <21>;
  354. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  355. interrupt-parent = <&gpio>;
  356. };
  357. phy22: phy@22 {
  358. compatible = "ethernet-phy-ieee802.3-c22";
  359. reg = <22>;
  360. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  361. interrupt-parent = <&gpio>;
  362. };
  363. phy23: phy@23 {
  364. compatible = "ethernet-phy-ieee802.3-c22";
  365. reg = <23>;
  366. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  367. interrupt-parent = <&gpio>;
  368. };
  369. phy24: phy@24 {
  370. compatible = "ethernet-phy-ieee802.3-c22";
  371. reg = <24>;
  372. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  373. interrupt-parent = <&gpio>;
  374. };
  375. phy25: phy@25 {
  376. compatible = "ethernet-phy-ieee802.3-c22";
  377. reg = <25>;
  378. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  379. interrupt-parent = <&gpio>;
  380. };
  381. phy26: phy@26 {
  382. compatible = "ethernet-phy-ieee802.3-c22";
  383. reg = <26>;
  384. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  385. interrupt-parent = <&gpio>;
  386. };
  387. phy27: phy@27 {
  388. compatible = "ethernet-phy-ieee802.3-c22";
  389. reg = <27>;
  390. interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  391. interrupt-parent = <&gpio>;
  392. };
  393. };
  394. &otp {
  395. nvmem-layout {
  396. compatible = "microchip,otp-layout";
  397. base_mac_address: base-mac-address {
  398. #nvmem-cell-cells = <1>;
  399. };
  400. };
  401. };
  402. &qspi0 {
  403. status = "okay";
  404. flash@0 {
  405. compatible = "jedec,spi-nor";
  406. reg = <0>;
  407. spi-max-frequency = <100000000>;
  408. #address-cells = <1>;
  409. #size-cells = <1>;
  410. spi-tx-bus-width = <1>;
  411. spi-rx-bus-width = <4>;
  412. m25p,fast-read;
  413. };
  414. };
  415. &sdmmc0 {
  416. pinctrl-0 = <&emmc_sd_pins>;
  417. pinctrl-names = "default";
  418. max-frequency = <100000000>;
  419. bus-width = <8>;
  420. mmc-ddr-1_8v;
  421. mmc-hs200-1_8v;
  422. non-removable;
  423. disable-wp;
  424. status = "okay";
  425. };
  426. &serdes {
  427. status = "okay";
  428. };
  429. &sgpio {
  430. pinctrl-0 = <&sgpio_pins>;
  431. pinctrl-names = "default";
  432. microchip,sgpio-port-ranges = <0 1>, <6 9>;
  433. status = "okay";
  434. gpio@0 {
  435. ngpios = <128>;
  436. };
  437. gpio@1 {
  438. ngpios = <128>;
  439. };
  440. };
  441. &spi2 {
  442. pinctrl-0 = <&fc2_pins>;
  443. pinctrl-names = "default";
  444. cs-gpios = <&gpio 63 GPIO_ACTIVE_LOW>;
  445. status = "okay";
  446. };
  447. &switch {
  448. pinctrl-0 = <&ptp_out_pins>, <&ptp_ext_pins>;
  449. pinctrl-names = "default";
  450. nvmem-cells = <&base_mac_address 0>;
  451. nvmem-cell-names = "mac-address";
  452. status = "okay";
  453. ethernet-ports {
  454. #address-cells = <1>;
  455. #size-cells = <0>;
  456. port0: port@0 {
  457. reg = <0>;
  458. phy-handle = <&phy4>;
  459. phy-mode = "qsgmii";
  460. phys = <&serdes 0>;
  461. microchip,bandwidth = <1000>;
  462. };
  463. port1: port@1 {
  464. reg = <1>;
  465. phy-handle = <&phy5>;
  466. phy-mode = "qsgmii";
  467. phys = <&serdes 0>;
  468. microchip,bandwidth = <1000>;
  469. };
  470. port2: port@2 {
  471. reg = <2>;
  472. phy-handle = <&phy6>;
  473. phy-mode = "qsgmii";
  474. phys = <&serdes 0>;
  475. microchip,bandwidth = <1000>;
  476. };
  477. port3: port@3 {
  478. reg = <3>;
  479. phy-handle = <&phy7>;
  480. phy-mode = "qsgmii";
  481. phys = <&serdes 0>;
  482. microchip,bandwidth = <1000>;
  483. };
  484. port4: port@4 {
  485. reg = <4>;
  486. phy-handle = <&phy8>;
  487. phy-mode = "qsgmii";
  488. phys = <&serdes 1>;
  489. microchip,bandwidth = <1000>;
  490. };
  491. port5: port@5 {
  492. reg = <5>;
  493. phy-handle = <&phy9>;
  494. phy-mode = "qsgmii";
  495. phys = <&serdes 1>;
  496. microchip,bandwidth = <1000>;
  497. };
  498. port6: port@6 {
  499. reg = <6>;
  500. phy-handle = <&phy10>;
  501. phy-mode = "qsgmii";
  502. phys = <&serdes 1>;
  503. microchip,bandwidth = <1000>;
  504. };
  505. port7: port@7 {
  506. reg = <7>;
  507. phy-handle = <&phy11>;
  508. phy-mode = "qsgmii";
  509. phys = <&serdes 1>;
  510. microchip,bandwidth = <1000>;
  511. };
  512. port8: port@8 {
  513. reg = <8>;
  514. phy-handle = <&phy12>;
  515. phy-mode = "qsgmii";
  516. phys = <&serdes 2>;
  517. microchip,bandwidth = <1000>;
  518. };
  519. port9: port@9 {
  520. reg = <9>;
  521. phy-handle = <&phy13>;
  522. phy-mode = "qsgmii";
  523. phys = <&serdes 2>;
  524. microchip,bandwidth = <1000>;
  525. };
  526. port10: port@10 {
  527. reg = <10>;
  528. phy-handle = <&phy14>;
  529. phy-mode = "qsgmii";
  530. phys = <&serdes 2>;
  531. microchip,bandwidth = <1000>;
  532. };
  533. port11: port@11 {
  534. reg = <11>;
  535. phy-handle = <&phy15>;
  536. phy-mode = "qsgmii";
  537. phys = <&serdes 2>;
  538. microchip,bandwidth = <1000>;
  539. };
  540. port12: port@12 {
  541. reg = <12>;
  542. phy-handle = <&phy16>;
  543. phy-mode = "qsgmii";
  544. phys = <&serdes 3>;
  545. microchip,bandwidth = <1000>;
  546. };
  547. port13: port@13 {
  548. reg = <13>;
  549. phy-handle = <&phy17>;
  550. phy-mode = "qsgmii";
  551. phys = <&serdes 3>;
  552. microchip,bandwidth = <1000>;
  553. };
  554. port14: port@14 {
  555. reg = <14>;
  556. phy-handle = <&phy18>;
  557. phy-mode = "qsgmii";
  558. phys = <&serdes 3>;
  559. microchip,bandwidth = <1000>;
  560. };
  561. port15: port@15 {
  562. reg = <15>;
  563. phy-handle = <&phy19>;
  564. phy-mode = "qsgmii";
  565. phys = <&serdes 3>;
  566. microchip,bandwidth = <1000>;
  567. };
  568. port16: port@16 {
  569. reg = <16>;
  570. phy-handle = <&phy20>;
  571. phy-mode = "qsgmii";
  572. phys = <&serdes 4>;
  573. microchip,bandwidth = <1000>;
  574. };
  575. port17: port@17 {
  576. reg = <17>;
  577. phy-handle = <&phy21>;
  578. phy-mode = "qsgmii";
  579. phys = <&serdes 4>;
  580. microchip,bandwidth = <1000>;
  581. };
  582. port18: port@18 {
  583. reg = <18>;
  584. phy-handle = <&phy22>;
  585. phy-mode = "qsgmii";
  586. phys = <&serdes 4>;
  587. microchip,bandwidth = <1000>;
  588. };
  589. port19: port@19 {
  590. reg = <19>;
  591. phy-handle = <&phy23>;
  592. phy-mode = "qsgmii";
  593. phys = <&serdes 4>;
  594. microchip,bandwidth = <1000>;
  595. };
  596. port20: port@20 {
  597. reg = <20>;
  598. phy-handle = <&phy24>;
  599. phy-mode = "qsgmii";
  600. phys = <&serdes 5>;
  601. microchip,bandwidth = <1000>;
  602. };
  603. port21: port@21 {
  604. reg = <21>;
  605. phy-handle = <&phy25>;
  606. phy-mode = "qsgmii";
  607. phys = <&serdes 5>;
  608. microchip,bandwidth = <1000>;
  609. };
  610. port22: port@22 {
  611. reg = <22>;
  612. phy-handle = <&phy26>;
  613. phy-mode = "qsgmii";
  614. phys = <&serdes 5>;
  615. microchip,bandwidth = <1000>;
  616. };
  617. port23: port@23 {
  618. reg = <23>;
  619. phy-handle = <&phy27>;
  620. phy-mode = "qsgmii";
  621. phys = <&serdes 5>;
  622. microchip,bandwidth = <1000>;
  623. };
  624. port24: port@24 {
  625. reg = <24>;
  626. phys = <&serdes 6>;
  627. phy-mode = "10gbase-r";
  628. sfp = <&sfp0>;
  629. managed = "in-band-status";
  630. microchip,bandwidth = <10000>;
  631. microchip,sd-sgpio = <24>;
  632. };
  633. port25: port@25 {
  634. reg = <25>;
  635. phys = <&serdes 7>;
  636. phy-mode = "10gbase-r";
  637. sfp = <&sfp1>;
  638. managed = "in-band-status";
  639. microchip,bandwidth = <10000>;
  640. microchip,sd-sgpio = <28>;
  641. };
  642. port26: port@26 {
  643. reg = <26>;
  644. phys = <&serdes 8>;
  645. phy-mode = "10gbase-r";
  646. sfp = <&sfp2>;
  647. managed = "in-band-status";
  648. microchip,bandwidth = <10000>;
  649. microchip,sd-sgpio = <32>;
  650. };
  651. port27: port@27 {
  652. reg = <27>;
  653. phys = <&serdes 9>;
  654. phy-mode = "10gbase-r";
  655. sfp = <&sfp3>;
  656. managed = "in-band-status";
  657. microchip,bandwidth = <10000>;
  658. microchip,sd-sgpio = <36>;
  659. };
  660. port29: port@29 {
  661. reg = <29>;
  662. phys = <&serdes 11>;
  663. phy-handle = <&phy3>;
  664. phy-mode = "rgmii-id";
  665. microchip,bandwidth = <1000>;
  666. };
  667. };
  668. };
  669. &tmon {
  670. pinctrl-0 = <&fan_pins>;
  671. pinctrl-names = "default";
  672. };
  673. &usart0 {
  674. pinctrl-0 = <&fc0_pins>;
  675. pinctrl-names = "default";
  676. status = "okay";
  677. };
  678. &usb {
  679. pinctrl-0 = <&usb_ulpi_pins>, <&usb_rst_pins>, <&usb_over_pins>, <&usb_power_pins>;
  680. pinctrl-names = "default";
  681. status = "okay";
  682. };