Loading...
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
7/ {
8 model = "Witherspoon BMC";
9 compatible = "ibm,witherspoon-bmc", "aspeed,ast2500";
10
11 chosen {
12 stdout-path = &uart5;
13 bootargs = "console=ttyS4,115200 earlyprintk";
14 };
15
16 memory@80000000 {
17 reg = <0x80000000 0x20000000>;
18 };
19
20 reserved-memory {
21 #address-cells = <1>;
22 #size-cells = <1>;
23 ranges;
24
25 flash_memory: region@98000000 {
26 no-map;
27 reg = <0x98000000 0x04000000>; /* 64M */
28 };
29
30 gfx_memory: framebuffer {
31 size = <0x01000000>;
32 alignment = <0x01000000>;
33 compatible = "shared-dma-pool";
34 reusable;
35 };
36
37 video_engine_memory: jpegbuffer {
38 size = <0x02000000>; /* 32MM */
39 alignment = <0x01000000>;
40 compatible = "shared-dma-pool";
41 reusable;
42 };
43 };
44
45 gpio-keys {
46 compatible = "gpio-keys";
47
48 air-water {
49 label = "air-water";
50 gpios = <&gpio ASPEED_GPIO(B, 5) GPIO_ACTIVE_LOW>;
51 linux,code = <ASPEED_GPIO(B, 5)>;
52 };
53
54 checkstop {
55 label = "checkstop";
56 gpios = <&gpio ASPEED_GPIO(J, 2) GPIO_ACTIVE_LOW>;
57 linux,code = <ASPEED_GPIO(J, 2)>;
58 };
59
60 ps0-presence {
61 label = "ps0-presence";
62 gpios = <&gpio ASPEED_GPIO(P, 7) GPIO_ACTIVE_LOW>;
63 linux,code = <ASPEED_GPIO(P, 7)>;
64 };
65
66 ps1-presence {
67 label = "ps1-presence";
68 gpios = <&gpio ASPEED_GPIO(N, 0) GPIO_ACTIVE_LOW>;
69 linux,code = <ASPEED_GPIO(N, 0)>;
70 };
71 };
72
73 iio-hwmon-battery {
74 compatible = "iio-hwmon";
75 io-channels = <&adc 12>;
76 };
77
78 gpio-keys-polled {
79 compatible = "gpio-keys-polled";
80 #address-cells = <1>;
81 #size-cells = <0>;
82 poll-interval = <1000>;
83
84 fan0-presence {
85 label = "fan0-presence";
86 gpios = <&pca0 4 GPIO_ACTIVE_LOW>;
87 linux,code = <4>;
88 };
89
90 fan1-presence {
91 label = "fan1-presence";
92 gpios = <&pca0 5 GPIO_ACTIVE_LOW>;
93 linux,code = <5>;
94 };
95
96 fan2-presence {
97 label = "fan2-presence";
98 gpios = <&pca0 6 GPIO_ACTIVE_LOW>;
99 linux,code = <6>;
100 };
101
102 fan3-presence {
103 label = "fan3-presence";
104 gpios = <&pca0 7 GPIO_ACTIVE_LOW>;
105 linux,code = <7>;
106 };
107 };
108
109 leds {
110 compatible = "gpio-leds";
111
112 fan0 {
113 retain-state-shutdown;
114 default-state = "keep";
115 gpios = <&pca0 0 GPIO_ACTIVE_LOW>;
116 };
117
118 fan1 {
119 retain-state-shutdown;
120 default-state = "keep";
121 gpios = <&pca0 1 GPIO_ACTIVE_LOW>;
122 };
123
124 fan2 {
125 retain-state-shutdown;
126 default-state = "keep";
127 gpios = <&pca0 2 GPIO_ACTIVE_LOW>;
128 };
129
130 fan3 {
131 retain-state-shutdown;
132 default-state = "keep";
133 gpios = <&pca0 3 GPIO_ACTIVE_LOW>;
134 };
135
136 front-fault {
137 retain-state-shutdown;
138 default-state = "keep";
139 gpios = <&pca0 13 GPIO_ACTIVE_LOW>;
140 };
141
142 front-power {
143 retain-state-shutdown;
144 default-state = "keep";
145 gpios = <&pca0 14 GPIO_ACTIVE_LOW>;
146 };
147
148 front-id {
149 retain-state-shutdown;
150 default-state = "keep";
151 gpios = <&pca0 15 GPIO_ACTIVE_LOW>;
152 };
153
154 rear-fault {
155 gpios = <&gpio ASPEED_GPIO(N, 2) GPIO_ACTIVE_LOW>;
156 };
157
158 rear-id {
159 gpios = <&gpio ASPEED_GPIO(N, 4) GPIO_ACTIVE_LOW>;
160 };
161
162 rear-power {
163 gpios = <&gpio ASPEED_GPIO(N, 3) GPIO_ACTIVE_LOW>;
164 };
165
166 power-button {
167 gpios = <&gpio ASPEED_GPIO(R, 5) GPIO_ACTIVE_LOW>;
168 };
169 };
170
171 fsi: gpio-fsi {
172 compatible = "fsi-master-gpio", "fsi-master";
173 #address-cells = <2>;
174 #size-cells = <0>;
175 no-gpio-delays;
176
177 clock-gpios = <&gpio ASPEED_GPIO(AA, 0) GPIO_ACTIVE_HIGH>;
178 data-gpios = <&gpio ASPEED_GPIO(E, 0) GPIO_ACTIVE_HIGH>;
179 mux-gpios = <&gpio ASPEED_GPIO(A, 6) GPIO_ACTIVE_HIGH>;
180 enable-gpios = <&gpio ASPEED_GPIO(D, 0) GPIO_ACTIVE_HIGH>;
181 trans-gpios = <&gpio ASPEED_GPIO(R, 2) GPIO_ACTIVE_HIGH>;
182 };
183
184 iio-hwmon-dps310 {
185 compatible = "iio-hwmon";
186 io-channels = <&dps 0>;
187 };
188
189 iio-hwmon-bmp280 {
190 compatible = "iio-hwmon";
191 io-channels = <&bmp 1>;
192 };
193
194};
195
196&fmc {
197 status = "okay";
198
199 flash@0 {
200 status = "okay";
201 label = "bmc";
202 m25p,fast-read;
203
204 partitions {
205 #address-cells = < 1 >;
206 #size-cells = < 1 >;
207 compatible = "fixed-partitions";
208 u-boot@0 {
209 reg = < 0 0x60000 >;
210 label = "u-boot";
211 };
212 u-boot-env@60000 {
213 reg = < 0x60000 0x20000 >;
214 label = "u-boot-env";
215 };
216 obmc-ubi@80000 {
217 reg = < 0x80000 0x1F80000 >;
218 label = "obmc-ubi";
219 };
220 };
221 };
222
223 flash@1 {
224 status = "okay";
225 label = "alt-bmc";
226 m25p,fast-read;
227
228 partitions {
229 #address-cells = < 1 >;
230 #size-cells = < 1 >;
231 compatible = "fixed-partitions";
232 u-boot@0 {
233 reg = < 0 0x60000 >;
234 label = "alt-u-boot";
235 };
236 u-boot-env@60000 {
237 reg = < 0x60000 0x20000 >;
238 label = "alt-u-boot-env";
239 };
240 obmc-ubi@80000 {
241 reg = < 0x80000 0x1F80000 >;
242 label = "alt-obmc-ubi";
243 };
244 };
245
246 };
247};
248
249&spi1 {
250 status = "okay";
251 pinctrl-names = "default";
252 pinctrl-0 = <&pinctrl_spi1_default>;
253
254 flash@0 {
255 status = "okay";
256 label = "pnor";
257 m25p,fast-read;
258 };
259};
260
261&uart1 {
262 /* Rear RS-232 connector */
263 status = "okay";
264 pinctrl-names = "default";
265 pinctrl-0 = <&pinctrl_txd1_default
266 &pinctrl_rxd1_default
267 &pinctrl_nrts1_default
268 &pinctrl_ndtr1_default
269 &pinctrl_ndsr1_default
270 &pinctrl_ncts1_default
271 &pinctrl_ndcd1_default
272 &pinctrl_nri1_default>;
273};
274
275&uart2 {
276 /* APSS */
277 status = "okay";
278 pinctrl-names = "default";
279 pinctrl-0 = <&pinctrl_txd2_default &pinctrl_rxd2_default>;
280};
281
282&uart5 {
283 status = "okay";
284};
285
286&lpc_ctrl {
287 status = "okay";
288 memory-region = <&flash_memory>;
289 flash = <&spi1>;
290};
291
292&mac0 {
293 status = "okay";
294 pinctrl-names = "default";
295 pinctrl-0 = <&pinctrl_rmii1_default>;
296 use-ncsi;
297};
298
299&i2c2 {
300 status = "okay";
301
302 /* MUX ->
303 * Samtec 1
304 * Samtec 2
305 */
306};
307
308&i2c3 {
309 status = "okay";
310
311 bmp: bmp280@77 {
312 compatible = "bosch,bmp280";
313 reg = <0x77>;
314 #io-channel-cells = <1>;
315 };
316
317 max31785@52 {
318 compatible = "maxim,max31785a";
319 reg = <0x52>;
320 #address-cells = <1>;
321 #size-cells = <0>;
322 };
323
324 dps: dps310@76 {
325 compatible = "infineon,dps310";
326 reg = <0x76>;
327 #io-channel-cells = <0>;
328 };
329
330 pca0: pca9552@60 {
331 compatible = "nxp,pca9552";
332 reg = <0x60>;
333 #address-cells = <1>;
334 #size-cells = <0>;
335
336 gpio-controller;
337 #gpio-cells = <2>;
338
339 gpio@0 {
340 reg = <0>;
341 type = <PCA955X_TYPE_GPIO>;
342 };
343
344 gpio@1 {
345 reg = <1>;
346 type = <PCA955X_TYPE_GPIO>;
347 };
348
349 gpio@2 {
350 reg = <2>;
351 type = <PCA955X_TYPE_GPIO>;
352 };
353
354 gpio@3 {
355 reg = <3>;
356 type = <PCA955X_TYPE_GPIO>;
357 };
358
359 gpio@4 {
360 reg = <4>;
361 type = <PCA955X_TYPE_GPIO>;
362 };
363
364 gpio@5 {
365 reg = <5>;
366 type = <PCA955X_TYPE_GPIO>;
367 };
368
369 gpio@6 {
370 reg = <6>;
371 type = <PCA955X_TYPE_GPIO>;
372 };
373
374 gpio@7 {
375 reg = <7>;
376 type = <PCA955X_TYPE_GPIO>;
377 };
378
379 gpio@8 {
380 reg = <8>;
381 type = <PCA955X_TYPE_GPIO>;
382 };
383
384 gpio@9 {
385 reg = <9>;
386 type = <PCA955X_TYPE_GPIO>;
387 };
388
389 gpio@10 {
390 reg = <10>;
391 type = <PCA955X_TYPE_GPIO>;
392 };
393
394 gpio@11 {
395 reg = <11>;
396 type = <PCA955X_TYPE_GPIO>;
397 };
398
399 gpio@12 {
400 reg = <12>;
401 type = <PCA955X_TYPE_GPIO>;
402 };
403
404 gpio@13 {
405 reg = <13>;
406 type = <PCA955X_TYPE_GPIO>;
407 };
408
409 gpio@14 {
410 reg = <14>;
411 type = <PCA955X_TYPE_GPIO>;
412 };
413
414 gpio@15 {
415 reg = <15>;
416 type = <PCA955X_TYPE_GPIO>;
417 };
418 };
419
420 power-supply@68 {
421 compatible = "ibm,cffps1";
422 reg = <0x68>;
423 };
424
425 power-supply@69 {
426 compatible = "ibm,cffps1";
427 reg = <0x69>;
428 };
429};
430
431&i2c4 {
432 status = "okay";
433
434 tmp423a@4c {
435 compatible = "ti,tmp423";
436 reg = <0x4c>;
437 };
438
439 ir35221@70 {
440 compatible = "infineon,ir35221";
441 reg = <0x70>;
442 };
443
444 ir35221@71 {
445 compatible = "infineon,ir35221";
446 reg = <0x71>;
447 };
448};
449
450
451&i2c5 {
452 status = "okay";
453
454 tmp423a@4c {
455 compatible = "ti,tmp423";
456 reg = <0x4c>;
457 };
458
459 ir35221@70 {
460 compatible = "infineon,ir35221";
461 reg = <0x70>;
462 };
463
464 ir35221@71 {
465 compatible = "infineon,ir35221";
466 reg = <0x71>;
467 };
468};
469
470&i2c9 {
471 status = "okay";
472
473 tmp275@4a {
474 compatible = "ti,tmp275";
475 reg = <0x4a>;
476 };
477};
478
479&i2c10 {
480 /* MUX
481 * -> PCIe Slot 3
482 * -> PCIe Slot 4
483 */
484 status = "okay";
485};
486
487&i2c11 {
488 status = "okay";
489
490 pca9552: pca9552@60 {
491 compatible = "nxp,pca9552";
492 reg = <0x60>;
493 #address-cells = <1>;
494 #size-cells = <0>;
495 gpio-controller;
496 #gpio-cells = <2>;
497
498 gpio-line-names = "PS_SMBUS_RESET_N", "APSS_RESET_N",
499 "GPU0_TH_OVERT_N_BUFF", "GPU1_TH_OVERT_N_BUFF",
500 "GPU2_TH_OVERT_N_BUFF", "GPU3_TH_OVERT_N_BUFF",
501 "GPU4_TH_OVERT_N_BUFF", "GPU5_TH_OVERT_N_BUFF",
502 "GPU0_PWR_GOOD_BUFF", "GPU1_PWR_GOOD_BUFF",
503 "GPU2_PWR_GOOD_BUFF", "GPU3_PWR_GOOD_BUFF",
504 "GPU4_PWR_GOOD_BUFF", "GPU5_PWR_GOOD_BUFF",
505 "12V_BREAKER_FLT_N", "THROTTLE_UNLATCHED_N";
506
507 gpio@0 {
508 reg = <0>;
509 type = <PCA955X_TYPE_GPIO>;
510 };
511
512 gpio@1 {
513 reg = <1>;
514 type = <PCA955X_TYPE_GPIO>;
515 };
516
517 gpio@2 {
518 reg = <2>;
519 type = <PCA955X_TYPE_GPIO>;
520 };
521
522 gpio@3 {
523 reg = <3>;
524 type = <PCA955X_TYPE_GPIO>;
525 };
526
527 gpio@4 {
528 reg = <4>;
529 type = <PCA955X_TYPE_GPIO>;
530 };
531
532 gpio@5 {
533 reg = <5>;
534 type = <PCA955X_TYPE_GPIO>;
535 };
536
537 gpio@6 {
538 reg = <6>;
539 type = <PCA955X_TYPE_GPIO>;
540 };
541
542 gpio@7 {
543 reg = <7>;
544 type = <PCA955X_TYPE_GPIO>;
545 };
546
547 gpio@8 {
548 reg = <8>;
549 type = <PCA955X_TYPE_GPIO>;
550 };
551
552 gpio@9 {
553 reg = <9>;
554 type = <PCA955X_TYPE_GPIO>;
555 };
556
557 gpio@10 {
558 reg = <10>;
559 type = <PCA955X_TYPE_GPIO>;
560 };
561
562 gpio@11 {
563 reg = <11>;
564 type = <PCA955X_TYPE_GPIO>;
565 };
566
567 gpio@12 {
568 reg = <12>;
569 type = <PCA955X_TYPE_GPIO>;
570 };
571
572 gpio@13 {
573 reg = <13>;
574 type = <PCA955X_TYPE_GPIO>;
575 };
576
577 gpio@14 {
578 reg = <14>;
579 type = <PCA955X_TYPE_GPIO>;
580 };
581
582 gpio@15 {
583 reg = <15>;
584 type = <PCA955X_TYPE_GPIO>;
585 };
586 };
587
588 rtc@32 {
589 compatible = "epson,rx8900";
590 reg = <0x32>;
591 };
592
593 eeprom@51 {
594 compatible = "atmel,24c64";
595 reg = <0x51>;
596 };
597
598 ucd90160@64 {
599 compatible = "ti,ucd90160";
600 reg = <0x64>;
601 };
602};
603
604&i2c12 {
605 status = "okay";
606};
607
608&i2c13 {
609 status = "okay";
610};
611
612&vuart {
613 status = "okay";
614};
615
616&gfx {
617 status = "okay";
618 memory-region = <&gfx_memory>;
619};
620
621&pinctrl {
622 aspeed,external-nodes = <&gfx &lhc>;
623};
624
625&wdt1 {
626 aspeed,reset-type = "none";
627 aspeed,external-signal;
628 aspeed,ext-push-pull;
629 aspeed,ext-active-high;
630
631 pinctrl-names = "default";
632 pinctrl-0 = <&pinctrl_wdtrst1_default>;
633};
634
635&wdt2 {
636 aspeed,alt-boot;
637};
638
639&ibt {
640 status = "okay";
641};
642
643&adc {
644 status = "okay";
645};
646
647&vhub {
648 status = "okay";
649};
650
651&video {
652 status = "okay";
653 memory-region = <&video_engine_memory>;
654};
655
656#include "ibm-power9-dual.dtsi"
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
7/ {
8 model = "Witherspoon BMC";
9 compatible = "ibm,witherspoon-bmc", "aspeed,ast2500";
10
11 chosen {
12 stdout-path = &uart5;
13 bootargs = "console=ttyS4,115200 earlyprintk";
14 };
15
16 memory@80000000 {
17 reg = <0x80000000 0x20000000>;
18 };
19
20 reserved-memory {
21 #address-cells = <1>;
22 #size-cells = <1>;
23 ranges;
24
25 flash_memory: region@98000000 {
26 no-map;
27 reg = <0x98000000 0x04000000>; /* 64M */
28 };
29 };
30
31 gpio-keys-polled {
32 compatible = "gpio-keys-polled";
33 #address-cells = <1>;
34 #size-cells = <0>;
35 poll-interval = <1000>;
36
37 fan0-presence {
38 label = "fan0-presence";
39 gpios = <&pca0 4 GPIO_ACTIVE_LOW>;
40 linux,code = <4>;
41 };
42
43 fan1-presence {
44 label = "fan1-presence";
45 gpios = <&pca0 5 GPIO_ACTIVE_LOW>;
46 linux,code = <5>;
47 };
48
49 fan2-presence {
50 label = "fan2-presence";
51 gpios = <&pca0 6 GPIO_ACTIVE_LOW>;
52 linux,code = <6>;
53 };
54
55 fan3-presence {
56 label = "fan3-presence";
57 gpios = <&pca0 7 GPIO_ACTIVE_LOW>;
58 linux,code = <7>;
59 };
60 };
61
62 leds {
63 compatible = "gpio-leds";
64
65 fan0 {
66 retain-state-shutdown;
67 default-state = "keep";
68 gpios = <&pca0 0 GPIO_ACTIVE_LOW>;
69 };
70
71 fan1 {
72 retain-state-shutdown;
73 default-state = "keep";
74 gpios = <&pca0 1 GPIO_ACTIVE_LOW>;
75 };
76
77 fan2 {
78 retain-state-shutdown;
79 default-state = "keep";
80 gpios = <&pca0 2 GPIO_ACTIVE_LOW>;
81 };
82
83 fan3 {
84 retain-state-shutdown;
85 default-state = "keep";
86 gpios = <&pca0 3 GPIO_ACTIVE_LOW>;
87 };
88
89 front-fault {
90 retain-state-shutdown;
91 default-state = "keep";
92 gpios = <&pca0 13 GPIO_ACTIVE_LOW>;
93 };
94
95 front-power {
96 retain-state-shutdown;
97 default-state = "keep";
98 gpios = <&pca0 14 GPIO_ACTIVE_LOW>;
99 };
100
101 front-id {
102 retain-state-shutdown;
103 default-state = "keep";
104 gpios = <&pca0 15 GPIO_ACTIVE_LOW>;
105 };
106
107 rear-fault {
108 gpios = <&gpio ASPEED_GPIO(N, 2) GPIO_ACTIVE_LOW>;
109 };
110
111 rear-id {
112 gpios = <&gpio ASPEED_GPIO(N, 4) GPIO_ACTIVE_LOW>;
113 };
114
115 rear-power {
116 gpios = <&gpio ASPEED_GPIO(N, 3) GPIO_ACTIVE_LOW>;
117 };
118
119 power-button {
120 gpios = <&gpio ASPEED_GPIO(R, 5) GPIO_ACTIVE_LOW>;
121 };
122 };
123
124 fsi: gpio-fsi {
125 compatible = "fsi-master-gpio", "fsi-master";
126 #address-cells = <2>;
127 #size-cells = <0>;
128
129 clock-gpios = <&gpio ASPEED_GPIO(AA, 0) GPIO_ACTIVE_HIGH>;
130 data-gpios = <&gpio ASPEED_GPIO(E, 0) GPIO_ACTIVE_HIGH>;
131 mux-gpios = <&gpio ASPEED_GPIO(A, 6) GPIO_ACTIVE_HIGH>;
132 enable-gpios = <&gpio ASPEED_GPIO(D, 0) GPIO_ACTIVE_HIGH>;
133 trans-gpios = <&gpio ASPEED_GPIO(R, 2) GPIO_ACTIVE_HIGH>;
134 };
135
136 iio-hwmon-dps310 {
137 compatible = "iio-hwmon";
138 io-channels = <&dps 0>;
139 };
140
141 iio-hwmon-bmp280 {
142 compatible = "iio-hwmon";
143 io-channels = <&bmp 1>;
144 };
145
146};
147
148&fmc {
149 status = "okay";
150
151 flash@0 {
152 status = "okay";
153 label = "bmc";
154 m25p,fast-read;
155#include "openbmc-flash-layout.dtsi"
156 };
157
158 flash@1 {
159 status = "okay";
160 label = "alt";
161 m25p,fast-read;
162 };
163};
164
165&spi1 {
166 status = "okay";
167 pinctrl-names = "default";
168 pinctrl-0 = <&pinctrl_spi1_default>;
169
170 flash@0 {
171 status = "okay";
172 label = "pnor";
173 m25p,fast-read;
174 };
175};
176
177&uart1 {
178 /* Rear RS-232 connector */
179 status = "okay";
180 pinctrl-names = "default";
181 pinctrl-0 = <&pinctrl_txd1_default
182 &pinctrl_rxd1_default
183 &pinctrl_nrts1_default
184 &pinctrl_ndtr1_default
185 &pinctrl_ndsr1_default
186 &pinctrl_ncts1_default
187 &pinctrl_ndcd1_default
188 &pinctrl_nri1_default>;
189};
190
191&uart2 {
192 /* APSS */
193 status = "okay";
194 pinctrl-names = "default";
195 pinctrl-0 = <&pinctrl_txd2_default &pinctrl_rxd2_default>;
196};
197
198&uart5 {
199 status = "okay";
200};
201
202&lpc_ctrl {
203 status = "okay";
204 memory-region = <&flash_memory>;
205 flash = <&spi1>;
206};
207
208&mac0 {
209 status = "okay";
210 pinctrl-names = "default";
211 pinctrl-0 = <&pinctrl_rmii1_default>;
212 use-ncsi;
213};
214
215&i2c2 {
216 status = "okay";
217
218 /* MUX ->
219 * Samtec 1
220 * Samtec 2
221 */
222};
223
224&i2c3 {
225 status = "okay";
226
227 bmp: bmp280@77 {
228 compatible = "bosch,bmp280";
229 reg = <0x77>;
230 #io-channel-cells = <1>;
231 };
232
233 max31785@52 {
234 compatible = "maxim,max31785a";
235 reg = <0x52>;
236 #address-cells = <1>;
237 #size-cells = <0>;
238 };
239
240 dps: dps310@76 {
241 compatible = "infineon,dps310";
242 reg = <0x76>;
243 #io-channel-cells = <0>;
244 };
245
246 pca0: pca9552@60 {
247 compatible = "nxp,pca9552";
248 reg = <0x60>;
249 #address-cells = <1>;
250 #size-cells = <0>;
251
252 gpio-controller;
253 #gpio-cells = <2>;
254
255 gpio@0 {
256 reg = <0>;
257 type = <PCA955X_TYPE_GPIO>;
258 };
259
260 gpio@1 {
261 reg = <1>;
262 type = <PCA955X_TYPE_GPIO>;
263 };
264
265 gpio@2 {
266 reg = <2>;
267 type = <PCA955X_TYPE_GPIO>;
268 };
269
270 gpio@3 {
271 reg = <3>;
272 type = <PCA955X_TYPE_GPIO>;
273 };
274
275 gpio@4 {
276 reg = <4>;
277 type = <PCA955X_TYPE_GPIO>;
278 };
279
280 gpio@5 {
281 reg = <5>;
282 type = <PCA955X_TYPE_GPIO>;
283 };
284
285 gpio@6 {
286 reg = <6>;
287 type = <PCA955X_TYPE_GPIO>;
288 };
289
290 gpio@7 {
291 reg = <7>;
292 type = <PCA955X_TYPE_GPIO>;
293 };
294
295 gpio@8 {
296 reg = <8>;
297 type = <PCA955X_TYPE_GPIO>;
298 };
299
300 gpio@9 {
301 reg = <9>;
302 type = <PCA955X_TYPE_GPIO>;
303 };
304
305 gpio@10 {
306 reg = <10>;
307 type = <PCA955X_TYPE_GPIO>;
308 };
309
310 gpio@11 {
311 reg = <11>;
312 type = <PCA955X_TYPE_GPIO>;
313 };
314
315 gpio@12 {
316 reg = <12>;
317 type = <PCA955X_TYPE_GPIO>;
318 };
319
320 gpio@13 {
321 reg = <13>;
322 type = <PCA955X_TYPE_GPIO>;
323 };
324
325 gpio@14 {
326 reg = <14>;
327 type = <PCA955X_TYPE_GPIO>;
328 };
329
330 gpio@15 {
331 reg = <15>;
332 type = <PCA955X_TYPE_GPIO>;
333 };
334 };
335
336 power-supply@68 {
337 compatible = "ibm,cffps1";
338 reg = <0x68>;
339 };
340
341 power-supply@69 {
342 compatible = "ibm,cffps1";
343 reg = <0x69>;
344 };
345};
346
347&i2c4 {
348 status = "okay";
349
350 tmp423a@4c {
351 compatible = "ti,tmp423";
352 reg = <0x4c>;
353 };
354
355 ir35221@70 {
356 compatible = "infineon,ir35221";
357 reg = <0x70>;
358 };
359
360 ir35221@71 {
361 compatible = "infineon,ir35221";
362 reg = <0x71>;
363 };
364};
365
366
367&i2c5 {
368 status = "okay";
369
370 tmp423a@4c {
371 compatible = "ti,tmp423";
372 reg = <0x4c>;
373 };
374
375 ir35221@70 {
376 compatible = "infineon,ir35221";
377 reg = <0x70>;
378 };
379
380 ir35221@71 {
381 compatible = "infineon,ir35221";
382 reg = <0x71>;
383 };
384};
385
386&i2c9 {
387 status = "okay";
388
389 tmp275@4a {
390 compatible = "ti,tmp275";
391 reg = <0x4a>;
392 };
393};
394
395&i2c10 {
396 /* MUX
397 * -> PCIe Slot 3
398 * -> PCIe Slot 4
399 */
400 status = "okay";
401};
402
403&i2c11 {
404 status = "okay";
405
406 pca9552: pca9552@60 {
407 compatible = "nxp,pca9552";
408 reg = <0x60>;
409 #address-cells = <1>;
410 #size-cells = <0>;
411 gpio-controller;
412 #gpio-cells = <2>;
413
414 gpio-line-names = "PS_SMBUS_RESET_N", "APSS_RESET_N",
415 "GPU0_TH_OVERT_N_BUFF", "GPU1_TH_OVERT_N_BUFF",
416 "GPU2_TH_OVERT_N_BUFF", "GPU3_TH_OVERT_N_BUFF",
417 "GPU4_TH_OVERT_N_BUFF", "GPU5_TH_OVERT_N_BUFF",
418 "GPU0_PWR_GOOD_BUFF", "GPU1_PWR_GOOD_BUFF",
419 "GPU2_PWR_GOOD_BUFF", "GPU3_PWR_GOOD_BUFF",
420 "GPU4_PWR_GOOD_BUFF", "GPU5_PWR_GOOD_BUFF",
421 "12V_BREAKER_FLT_N", "THROTTLE_UNLATCHED_N";
422
423 gpio@0 {
424 reg = <0>;
425 type = <PCA955X_TYPE_GPIO>;
426 };
427
428 gpio@1 {
429 reg = <1>;
430 type = <PCA955X_TYPE_GPIO>;
431 };
432
433 gpio@2 {
434 reg = <2>;
435 type = <PCA955X_TYPE_GPIO>;
436 };
437
438 gpio@3 {
439 reg = <3>;
440 type = <PCA955X_TYPE_GPIO>;
441 };
442
443 gpio@4 {
444 reg = <4>;
445 type = <PCA955X_TYPE_GPIO>;
446 };
447
448 gpio@5 {
449 reg = <5>;
450 type = <PCA955X_TYPE_GPIO>;
451 };
452
453 gpio@6 {
454 reg = <6>;
455 type = <PCA955X_TYPE_GPIO>;
456 };
457
458 gpio@7 {
459 reg = <7>;
460 type = <PCA955X_TYPE_GPIO>;
461 };
462
463 gpio@8 {
464 reg = <8>;
465 type = <PCA955X_TYPE_GPIO>;
466 };
467
468 gpio@9 {
469 reg = <9>;
470 type = <PCA955X_TYPE_GPIO>;
471 };
472
473 gpio@10 {
474 reg = <10>;
475 type = <PCA955X_TYPE_GPIO>;
476 };
477
478 gpio@11 {
479 reg = <11>;
480 type = <PCA955X_TYPE_GPIO>;
481 };
482
483 gpio@12 {
484 reg = <12>;
485 type = <PCA955X_TYPE_GPIO>;
486 };
487
488 gpio@13 {
489 reg = <13>;
490 type = <PCA955X_TYPE_GPIO>;
491 };
492
493 gpio@14 {
494 reg = <14>;
495 type = <PCA955X_TYPE_GPIO>;
496 };
497
498 gpio@15 {
499 reg = <15>;
500 type = <PCA955X_TYPE_GPIO>;
501 };
502 };
503
504 rtc@32 {
505 compatible = "epson,rx8900";
506 reg = <0x32>;
507 };
508
509 eeprom@51 {
510 compatible = "atmel,24c64";
511 reg = <0x51>;
512 };
513
514 ucd90160@64 {
515 compatible = "ti,ucd90160";
516 reg = <0x64>;
517 };
518};
519
520&i2c12 {
521 status = "okay";
522};
523
524&i2c13 {
525 status = "okay";
526};
527
528&vuart {
529 status = "okay";
530};
531
532&gfx {
533 status = "okay";
534};
535
536&pinctrl {
537 aspeed,external-nodes = <&gfx &lhc>;
538};
539
540&wdt1 {
541 aspeed,reset-type = "none";
542 aspeed,external-signal;
543 aspeed,ext-push-pull;
544 aspeed,ext-active-high;
545
546 pinctrl-names = "default";
547 pinctrl-0 = <&pinctrl_wdtrst1_default>;
548};
549
550&ibt {
551 status = "okay";
552};