aspeed-bmc-inspur-fp5280g2.dts 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. #include "aspeed-g5.dtsi"
  4. #include <dt-bindings/gpio/aspeed-gpio.h>
  5. #include <dt-bindings/leds/leds-pca955x.h>
  6. #include <dt-bindings/interrupt-controller/irq.h>
  7. / {
  8. model = "FP5280G2 BMC";
  9. compatible = "inspur,fp5280g2-bmc", "aspeed,ast2500";
  10. chosen {
  11. stdout-path = &uart5;
  12. bootargs = "console=ttyS4,115200 earlycon";
  13. };
  14. memory@80000000 {
  15. reg = <0x80000000 0x20000000>;
  16. };
  17. reserved-memory {
  18. #address-cells = <1>;
  19. #size-cells = <1>;
  20. ranges;
  21. vga_memory: framebuffer@9f000000 {
  22. no-map;
  23. reg = <0x9f000000 0x01000000>; /* 16M */
  24. };
  25. flash_memory: region@98000000 {
  26. no-map;
  27. reg = <0x98000000 0x04000000>; /* 64M */
  28. };
  29. coldfire_memory: codefire_memory@9ef00000 {
  30. reg = <0x9ef00000 0x00100000>;
  31. no-map;
  32. };
  33. gfx_memory: framebuffer {
  34. size = <0x01000000>;
  35. alignment = <0x01000000>;
  36. compatible = "shared-dma-pool";
  37. reusable;
  38. };
  39. video_engine_memory: jpegbuffer {
  40. size = <0x02000000>; /* 32M */
  41. alignment = <0x01000000>;
  42. compatible = "shared-dma-pool";
  43. reusable;
  44. };
  45. };
  46. fsi: gpio-fsi {
  47. compatible = "aspeed,ast2500-cf-fsi-master", "fsi-master";
  48. #address-cells = <2>;
  49. #size-cells = <0>;
  50. no-gpio-delays;
  51. memory-region = <&coldfire_memory>;
  52. aspeed,sram = <&sram>;
  53. aspeed,cvic = <&cvic>;
  54. clock-gpios = <&gpio ASPEED_GPIO(AA, 0) GPIO_ACTIVE_HIGH>;
  55. data-gpios = <&gpio ASPEED_GPIO(AA, 2) GPIO_ACTIVE_HIGH>;
  56. mux-gpios = <&gpio ASPEED_GPIO(I, 2) GPIO_ACTIVE_HIGH>;
  57. enable-gpios = <&gpio ASPEED_GPIO(I, 3) GPIO_ACTIVE_HIGH>;
  58. trans-gpios = <&gpio ASPEED_GPIO(R, 2) GPIO_ACTIVE_HIGH>;
  59. };
  60. gpio-keys {
  61. compatible = "gpio-keys";
  62. event-checkstop {
  63. label = "checkstop";
  64. gpios = <&gpio ASPEED_GPIO(B, 3) GPIO_ACTIVE_LOW>;
  65. linux,code = <ASPEED_GPIO(B, 3)>;
  66. };
  67. event-ps0-presence {
  68. label = "ps0-presence";
  69. gpios = <&gpio ASPEED_GPIO(F, 0) GPIO_ACTIVE_LOW>;
  70. linux,code = <ASPEED_GPIO(F, 0)>;
  71. };
  72. event-ps1-presence {
  73. label = "ps1-presence";
  74. gpios = <&gpio ASPEED_GPIO(F, 1) GPIO_ACTIVE_LOW>;
  75. linux,code = <ASPEED_GPIO(F, 1)>;
  76. };
  77. };
  78. gpio-keys-polled {
  79. compatible = "gpio-keys-polled";
  80. poll-interval = <1000>;
  81. event-fan0-presence {
  82. label = "fan0-presence";
  83. gpios = <&pca1 0 GPIO_ACTIVE_LOW>;
  84. linux,code = <1>;
  85. };
  86. event-fan1-presence {
  87. label = "fan1-presence";
  88. gpios = <&pca1 1 GPIO_ACTIVE_LOW>;
  89. linux,code = <2>;
  90. };
  91. event-fan2-presence {
  92. label = "fan2-presence";
  93. gpios = <&pca1 2 GPIO_ACTIVE_LOW>;
  94. linux,code = <3>;
  95. };
  96. event-fan3-presence {
  97. label = "fan3-presence";
  98. gpios = <&pca1 3 GPIO_ACTIVE_LOW>;
  99. linux,code = <4>;
  100. };
  101. event-fan4-presence {
  102. label = "fan4-presence";
  103. gpios = <&pca1 4 GPIO_ACTIVE_LOW>;
  104. linux,code = <5>;
  105. };
  106. event-fan5-presence {
  107. label = "fan5-presence";
  108. gpios = <&pca1 5 GPIO_ACTIVE_LOW>;
  109. linux,code = <6>;
  110. };
  111. event-fan6-presence {
  112. label = "fan6-presence";
  113. gpios = <&pca1 6 GPIO_ACTIVE_LOW>;
  114. linux,code = <7>;
  115. };
  116. event-fan7-presence {
  117. label = "fan7-presence";
  118. gpios = <&pca1 7 GPIO_ACTIVE_LOW>;
  119. linux,code = <8>;
  120. };
  121. };
  122. leds {
  123. compatible = "gpio-leds";
  124. power {
  125. label = "power";
  126. /* TODO: dummy gpio */
  127. gpios = <&gpio ASPEED_GPIO(R, 1) GPIO_ACTIVE_LOW>;
  128. };
  129. init-ok {
  130. label = "init-ok";
  131. gpios = <&gpio ASPEED_GPIO(B, 7) GPIO_ACTIVE_LOW>;
  132. };
  133. front-memory {
  134. label = "front-memory";
  135. gpios = <&gpio ASPEED_GPIO(F, 4) GPIO_ACTIVE_LOW>;
  136. };
  137. front-syshot {
  138. label = "front-syshot";
  139. gpios = <&gpio ASPEED_GPIO(I, 1) GPIO_ACTIVE_LOW>;
  140. };
  141. front-syshealth {
  142. label = "front-syshealth";
  143. gpios = <&gpio ASPEED_GPIO(I, 0) GPIO_ACTIVE_LOW>;
  144. };
  145. front-fan {
  146. label = "front-fan";
  147. gpios = <&gpio ASPEED_GPIO(H, 4) GPIO_ACTIVE_LOW>;
  148. };
  149. front-psu {
  150. label = "front-psu";
  151. gpios = <&gpio ASPEED_GPIO(B, 2) GPIO_ACTIVE_LOW>;
  152. };
  153. identify {
  154. label = "identify";
  155. gpios = <&gpio ASPEED_GPIO(Z, 7) GPIO_ACTIVE_LOW>;
  156. };
  157. };
  158. iio-hwmon-battery {
  159. compatible = "iio-hwmon";
  160. io-channels = <&adc 15>;
  161. };
  162. iio-hwmon {
  163. compatible = "iio-hwmon";
  164. io-channels = <&adc 0>, <&adc 1>, <&adc 2>, <&adc 3>, <&adc 4>,
  165. <&adc 5>, <&adc 6>, <&adc 7>, <&adc 8>, <&adc 9>,
  166. <&adc 10>, <&adc 11>, <&adc 12>, <&adc 13>, <&adc 14>;
  167. };
  168. };
  169. &gpio {
  170. gpio-line-names =
  171. /*A0-A7*/ "","","","","","","","",
  172. /*B0-B7*/ "","","front-psu","checkstop","cfam-reset","","","init-ok",
  173. /*C0-C7*/ "","","","","","","","",
  174. /*D0-D7*/ "","","","","","","","",
  175. /*E0-E7*/ "","","","","","","","",
  176. /*F0-F7*/ "ps0-presence","ps1-presence","","","front-memory","","","",
  177. /*G0-G7*/ "","","","","","","","",
  178. /*H0-H7*/ "","","","","front-fan","","","",
  179. /*I0-I7*/ "front-syshealth","front-syshot","mux-gpios","enable-gpios","","","","",
  180. /*J0-J7*/ "","","","","","","","",
  181. /*K0-K7*/ "","","","","","","","",
  182. /*L0-L7*/ "","","","","","","","",
  183. /*M0-M7*/ "","","","","","","","",
  184. /*N0-N7*/ "","","","","","","","",
  185. /*O0-O7*/ "","","","","","","","",
  186. /*P0-P7*/ "","","","","","","","",
  187. /*Q0-Q7*/ "","","","","","","","",
  188. /*R0-R7*/ "","power","trans-gpios","","","","","",
  189. /*S0-S7*/ "","","","","","","","",
  190. /*T0-T7*/ "","","","","","","","",
  191. /*U0-U7*/ "","","","","","","","",
  192. /*V0-V7*/ "","","","","","","","",
  193. /*W0-W7*/ "","","","","","","","",
  194. /*X0-X7*/ "","","","","","","","",
  195. /*Y0-Y7*/ "","","","","","","","",
  196. /*Z0-Z7*/ "","","","","","","","identify",
  197. /*AA0-AA7*/ "clock-gpios","","data-gpios","","","","","",
  198. /*AB0-AB7*/ "","","","","","","","",
  199. /*AC0-AC7*/ "","","","","","","","";
  200. };
  201. &fmc {
  202. status = "okay";
  203. flash@0 {
  204. status = "okay";
  205. label = "bmc";
  206. m25p,fast-read;
  207. spi-max-frequency = <50000000>;
  208. #include "openbmc-flash-layout-64.dtsi"
  209. };
  210. };
  211. &spi1 {
  212. status = "okay";
  213. pinctrl-names = "default";
  214. pinctrl-0 = <&pinctrl_spi1_default>;
  215. flash@0 {
  216. status = "okay";
  217. label = "pnor";
  218. m25p,fast-read;
  219. spi-max-frequency = <100000000>;
  220. };
  221. };
  222. &uart1 {
  223. /* Rear RS-232 connector */
  224. status = "okay";
  225. pinctrl-names = "default";
  226. pinctrl-0 = <&pinctrl_txd1_default
  227. &pinctrl_rxd1_default
  228. &pinctrl_nrts1_default
  229. &pinctrl_ndtr1_default
  230. &pinctrl_ndsr1_default
  231. &pinctrl_ncts1_default
  232. &pinctrl_ndcd1_default
  233. &pinctrl_nri1_default>;
  234. };
  235. &uart2 {
  236. /* Test Point */
  237. status = "okay";
  238. pinctrl-names = "default";
  239. pinctrl-0 = <&pinctrl_txd2_default &pinctrl_rxd2_default>;
  240. };
  241. &uart3 {
  242. /* APSS */
  243. status = "okay";
  244. pinctrl-names = "default";
  245. pinctrl-0 = <&pinctrl_txd3_default &pinctrl_rxd3_default>;
  246. };
  247. &uart5 {
  248. status = "okay";
  249. };
  250. &lpc_ctrl {
  251. status = "okay";
  252. memory-region = <&flash_memory>;
  253. flash = <&spi1>;
  254. };
  255. &mac0 {
  256. status = "okay";
  257. pinctrl-names = "default";
  258. pinctrl-0 = <&pinctrl_rmii1_default>;
  259. clocks = <&syscon ASPEED_CLK_GATE_MAC1CLK>,
  260. <&syscon ASPEED_CLK_MAC1RCLK>;
  261. clock-names = "MACCLK", "RCLK";
  262. use-ncsi;
  263. };
  264. &mac1 {
  265. status = "okay";
  266. pinctrl-names = "default";
  267. pinctrl-0 = <&pinctrl_rgmii2_default &pinctrl_mdio2_default>;
  268. };
  269. &i2c0 {
  270. /* LCD */
  271. status = "okay";
  272. };
  273. &i2c1 {
  274. status = "okay";
  275. eeprom@50 {
  276. compatible = "atmel,24c256";
  277. reg = <0x50>;
  278. label = "fru";
  279. };
  280. };
  281. &i2c2 {
  282. status = "okay";
  283. tmp112@48 {
  284. compatible = "ti,tmp112";
  285. reg = <0x48>;
  286. label = "inlet";
  287. };
  288. tmp112@49 {
  289. compatible = "ti,tmp112";
  290. reg = <0x49>;
  291. label = "outlet";
  292. };
  293. i2c-switch@70 {
  294. compatible = "nxp,pca9546";
  295. reg = <0x70>;
  296. #address-cells = <1>;
  297. #size-cells = <0>;
  298. i2c@0 {
  299. #address-cells = <1>;
  300. #size-cells = <0>;
  301. reg = <0>;
  302. tmp112@4a {
  303. compatible = "ti,tmp112";
  304. reg = <0x4a>;
  305. label = "psu_inlet";
  306. };
  307. };
  308. i2c@1 {
  309. #address-cells = <1>;
  310. #size-cells = <0>;
  311. reg = <1>;
  312. tmp112@4a {
  313. compatible = "ti,tmp112";
  314. reg = <0x4a>;
  315. label = "ocp_zone";
  316. };
  317. };
  318. i2c@2 {
  319. #address-cells = <1>;
  320. #size-cells = <0>;
  321. reg = <2>;
  322. tmp112@4a {
  323. compatible = "ti,tmp112";
  324. reg = <0x4a>;
  325. label = "bmc_zone";
  326. };
  327. };
  328. i2c@3 {
  329. #address-cells = <1>;
  330. #size-cells = <0>;
  331. reg = <3>;
  332. tmp112@7c {
  333. compatible = "microchip,emc1413";
  334. reg = <0x7c>;
  335. };
  336. };
  337. };
  338. };
  339. &i2c3 {
  340. /* Riser Card */
  341. status = "okay";
  342. };
  343. &i2c4 {
  344. status = "okay";
  345. rtc@68 {
  346. compatible = "dallas,ds3232";
  347. reg = <0x68>;
  348. };
  349. };
  350. &i2c5 {
  351. /* vr */
  352. status = "okay";
  353. };
  354. &i2c6 {
  355. /* bp card */
  356. status = "okay";
  357. };
  358. &i2c7 {
  359. status = "okay";
  360. i2c-switch@70 {
  361. compatible = "nxp,pca9546";
  362. reg = <0x70>;
  363. #address-cells = <1>;
  364. #size-cells = <0>;
  365. i2c@0 {
  366. #address-cells = <1>;
  367. #size-cells = <0>;
  368. reg = <0>;
  369. adm1278@10 {
  370. compatible = "adi,adm1278";
  371. reg = <0x10>;
  372. };
  373. adm1278@13 {
  374. compatible = "adi,adm1278";
  375. reg = <0x13>;
  376. };
  377. adm1278@50 {
  378. compatible = "adi,adm1278";
  379. reg = <0x50>;
  380. };
  381. adm1278@53 {
  382. compatible = "adi,adm1278";
  383. reg = <0x53>;
  384. };
  385. };
  386. /*pcie riser*/
  387. };
  388. };
  389. &i2c8 {
  390. status = "okay";
  391. pca0: pca9555@20 {
  392. compatible = "nxp,pca9555";
  393. reg = <0x20>;
  394. #address-cells = <1>;
  395. #size-cells = <0>;
  396. gpio-controller;
  397. #gpio-cells = <2>;
  398. gpio@0 {
  399. reg = <0>;
  400. type = <PCA955X_TYPE_GPIO>;
  401. };
  402. gpio@1 {
  403. reg = <1>;
  404. type = <PCA955X_TYPE_GPIO>;
  405. };
  406. gpio@2 {
  407. reg = <2>;
  408. type = <PCA955X_TYPE_GPIO>;
  409. };
  410. gpio@3 {
  411. reg = <3>;
  412. type = <PCA955X_TYPE_GPIO>;
  413. };
  414. gpio@4 {
  415. reg = <4>;
  416. type = <PCA955X_TYPE_GPIO>;
  417. };
  418. gpio@5 {
  419. reg = <5>;
  420. type = <PCA955X_TYPE_GPIO>;
  421. };
  422. gpio@6 {
  423. reg = <6>;
  424. type = <PCA955X_TYPE_GPIO>;
  425. };
  426. gpio@7 {
  427. reg = <7>;
  428. type = <PCA955X_TYPE_GPIO>;
  429. };
  430. };
  431. pca1: pca9555@21 {
  432. compatible = "nxp,pca9555";
  433. reg = <0x21>;
  434. #address-cells = <1>;
  435. #size-cells = <0>;
  436. gpio-controller;
  437. #gpio-cells = <2>;
  438. gpio@0 {
  439. reg = <0>;
  440. type = <PCA955X_TYPE_GPIO>;
  441. };
  442. gpio@1 {
  443. reg = <1>;
  444. type = <PCA955X_TYPE_GPIO>;
  445. };
  446. gpio@2 {
  447. reg = <2>;
  448. type = <PCA955X_TYPE_GPIO>;
  449. };
  450. gpio@3 {
  451. reg = <3>;
  452. type = <PCA955X_TYPE_GPIO>;
  453. };
  454. gpio@4 {
  455. reg = <4>;
  456. type = <PCA955X_TYPE_GPIO>;
  457. };
  458. gpio@5 {
  459. reg = <5>;
  460. type = <PCA955X_TYPE_GPIO>;
  461. };
  462. gpio@6 {
  463. reg = <6>;
  464. type = <PCA955X_TYPE_GPIO>;
  465. };
  466. gpio@7 {
  467. reg = <7>;
  468. type = <PCA955X_TYPE_GPIO>;
  469. };
  470. };
  471. pca2: pca9555@22 {
  472. compatible = "nxp,pca9555";
  473. reg = <0x22>;
  474. #address-cells = <1>;
  475. #size-cells = <0>;
  476. gpio-controller;
  477. #gpio-cells = <2>;
  478. gpio@0 {
  479. reg = <0>;
  480. type = <PCA955X_TYPE_GPIO>;
  481. };
  482. gpio@1 {
  483. reg = <1>;
  484. type = <PCA955X_TYPE_GPIO>;
  485. };
  486. gpio@2 {
  487. reg = <2>;
  488. type = <PCA955X_TYPE_GPIO>;
  489. };
  490. gpio@3 {
  491. reg = <3>;
  492. type = <PCA955X_TYPE_GPIO>;
  493. };
  494. gpio@4 {
  495. reg = <4>;
  496. type = <PCA955X_TYPE_GPIO>;
  497. };
  498. gpio@5 {
  499. reg = <5>;
  500. type = <PCA955X_TYPE_GPIO>;
  501. };
  502. gpio@6 {
  503. reg = <6>;
  504. type = <PCA955X_TYPE_GPIO>;
  505. };
  506. gpio@7 {
  507. reg = <7>;
  508. type = <PCA955X_TYPE_GPIO>;
  509. };
  510. };
  511. pca3: pca9555@23 {
  512. compatible = "nxp,pca9555";
  513. reg = <0x23>;
  514. #address-cells = <1>;
  515. #size-cells = <0>;
  516. gpio-controller;
  517. #gpio-cells = <2>;
  518. gpio@0 {
  519. reg = <0>;
  520. type = <PCA955X_TYPE_GPIO>;
  521. };
  522. gpio@1 {
  523. reg = <1>;
  524. type = <PCA955X_TYPE_GPIO>;
  525. };
  526. gpio@2 {
  527. reg = <2>;
  528. type = <PCA955X_TYPE_GPIO>;
  529. };
  530. gpio@3 {
  531. reg = <3>;
  532. type = <PCA955X_TYPE_GPIO>;
  533. };
  534. gpio@4 {
  535. reg = <4>;
  536. type = <PCA955X_TYPE_GPIO>;
  537. };
  538. gpio@5 {
  539. reg = <5>;
  540. type = <PCA955X_TYPE_GPIO>;
  541. };
  542. gpio@6 {
  543. reg = <6>;
  544. type = <PCA955X_TYPE_GPIO>;
  545. };
  546. gpio@7 {
  547. reg = <7>;
  548. type = <PCA955X_TYPE_GPIO>;
  549. };
  550. };
  551. pca4: pca9555@24 {
  552. compatible = "nxp,pca9555";
  553. reg = <0x24>;
  554. #address-cells = <1>;
  555. #size-cells = <0>;
  556. gpio-controller;
  557. #gpio-cells = <2>;
  558. gpio@0 {
  559. reg = <0>;
  560. type = <PCA955X_TYPE_GPIO>;
  561. };
  562. gpio@1 {
  563. reg = <1>;
  564. type = <PCA955X_TYPE_GPIO>;
  565. };
  566. gpio@2 {
  567. reg = <2>;
  568. type = <PCA955X_TYPE_GPIO>;
  569. };
  570. gpio@3 {
  571. reg = <3>;
  572. type = <PCA955X_TYPE_GPIO>;
  573. };
  574. gpio@4 {
  575. reg = <4>;
  576. type = <PCA955X_TYPE_GPIO>;
  577. };
  578. gpio@5 {
  579. reg = <5>;
  580. type = <PCA955X_TYPE_GPIO>;
  581. };
  582. gpio@6 {
  583. reg = <6>;
  584. type = <PCA955X_TYPE_GPIO>;
  585. };
  586. gpio@7 {
  587. reg = <7>;
  588. type = <PCA955X_TYPE_GPIO>;
  589. };
  590. };
  591. pca5: pca9555@25 {
  592. compatible = "nxp,pca9555";
  593. reg = <0x25>;
  594. #address-cells = <1>;
  595. #size-cells = <0>;
  596. gpio-controller;
  597. #gpio-cells = <2>;
  598. gpio@0 {
  599. reg = <0>;
  600. type = <PCA955X_TYPE_GPIO>;
  601. };
  602. gpio@1 {
  603. reg = <1>;
  604. type = <PCA955X_TYPE_GPIO>;
  605. };
  606. gpio@2 {
  607. reg = <2>;
  608. type = <PCA955X_TYPE_GPIO>;
  609. };
  610. gpio@3 {
  611. reg = <3>;
  612. type = <PCA955X_TYPE_GPIO>;
  613. };
  614. gpio@4 {
  615. reg = <4>;
  616. type = <PCA955X_TYPE_GPIO>;
  617. };
  618. gpio@5 {
  619. reg = <5>;
  620. type = <PCA955X_TYPE_GPIO>;
  621. };
  622. gpio@6 {
  623. reg = <6>;
  624. type = <PCA955X_TYPE_GPIO>;
  625. };
  626. gpio@7 {
  627. reg = <7>;
  628. type = <PCA955X_TYPE_GPIO>;
  629. };
  630. };
  631. };
  632. &i2c9 {
  633. /* cpld */
  634. status = "okay";
  635. };
  636. &i2c10 {
  637. /* hdd bp */
  638. status = "okay";
  639. };
  640. &i2c11 {
  641. status = "okay";
  642. power-supply@58 {
  643. compatible = "inspur,ipsps1";
  644. reg = <0x58>;
  645. };
  646. power-supply@59 {
  647. compatible = "inspur,ipsps1";
  648. reg = <0x59>;
  649. };
  650. };
  651. &i2c12 {
  652. /* odcc */
  653. status = "okay";
  654. };
  655. &vuart {
  656. status = "okay";
  657. };
  658. &gfx {
  659. status = "okay";
  660. memory-region = <&gfx_memory>;
  661. };
  662. &pinctrl {
  663. aspeed,external-nodes = <&gfx &lhc>;
  664. };
  665. &wdt1 {
  666. aspeed,reset-type = "none";
  667. aspeed,external-signal;
  668. aspeed,ext-push-pull;
  669. aspeed,ext-active-high;
  670. pinctrl-names = "default";
  671. pinctrl-0 = <&pinctrl_wdtrst1_default>;
  672. };
  673. &ibt {
  674. status = "okay";
  675. };
  676. &adc {
  677. status = "okay";
  678. pinctrl-names = "default";
  679. pinctrl-0 = <&pinctrl_adc0_default &pinctrl_adc1_default
  680. &pinctrl_adc2_default &pinctrl_adc3_default &pinctrl_adc4_default
  681. &pinctrl_adc5_default &pinctrl_adc6_default &pinctrl_adc7_default
  682. &pinctrl_adc8_default &pinctrl_adc9_default &pinctrl_adc10_default
  683. &pinctrl_adc11_default &pinctrl_adc12_default &pinctrl_adc13_default
  684. &pinctrl_adc14_default &pinctrl_adc15_default>;
  685. };
  686. &vhub {
  687. status = "okay";
  688. };
  689. &video {
  690. status = "okay";
  691. memory-region = <&video_engine_memory>;
  692. };
  693. &pwm_tacho {
  694. status = "okay";
  695. pinctrl-names = "default";
  696. pinctrl-0 = <&pinctrl_pwm0_default &pinctrl_pwm1_default
  697. &pinctrl_pwm2_default &pinctrl_pwm3_default
  698. &pinctrl_pwm4_default &pinctrl_pwm5_default
  699. &pinctrl_pwm6_default &pinctrl_pwm7_default>;
  700. fan@0 {
  701. reg = <0x00>;
  702. aspeed,fan-tach-ch = /bits/ 8 <0x00 0x01>;
  703. };
  704. fan@1 {
  705. reg = <0x01>;
  706. aspeed,fan-tach-ch = /bits/ 8 <0x02 0x03>;
  707. };
  708. fan@2 {
  709. reg = <0x02>;
  710. aspeed,fan-tach-ch = /bits/ 8 <0x04 0x05>;
  711. };
  712. fan@3 {
  713. reg = <0x03>;
  714. aspeed,fan-tach-ch = /bits/ 8 <0x06 0x07>;
  715. };
  716. fan@4 {
  717. reg = <0x04>;
  718. aspeed,fan-tach-ch = /bits/ 8 <0x08 0x09>;
  719. };
  720. fan@5 {
  721. reg = <0x05>;
  722. aspeed,fan-tach-ch = /bits/ 8 <0x0a 0x0b>;
  723. };
  724. fan@6 {
  725. reg = <0x06>;
  726. aspeed,fan-tach-ch = /bits/ 8 <0x0c 0x0d>;
  727. };
  728. fan@7 {
  729. reg = <0x07>;
  730. aspeed,fan-tach-ch = /bits/ 8 <0x0e 0x0f>;
  731. };
  732. };
  733. &kcs3 {
  734. status = "okay";
  735. aspeed,lpc-io-reg = <0xca2>;
  736. aspeed,lpc-interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
  737. };
  738. #include "ibm-power9-dual.dtsi"