|
531 | 531 | };
|
532 | 532 |
|
533 | 533 | eccmgr {
|
534 |
| - compatible = "altr,socfpga-a10-ecc-manager"; |
| 534 | + compatible = "altr,socfpga-s10-ecc-manager", |
| 535 | + "altr,socfpga-a10-ecc-manager"; |
535 | 536 | altr,sysmgr-syscon = <&sysmgr>;
|
536 | 537 | #address-cells = <1>;
|
537 | 538 | #size-cells = <1>;
|
538 |
| - interrupts = <0 15 4>, <0 95 4>; |
| 539 | + interrupts = <0 15 4>; |
539 | 540 | interrupt-controller;
|
540 | 541 | #interrupt-cells = <2>;
|
541 | 542 | ranges;
|
542 | 543 |
|
543 | 544 | sdramedac {
|
544 | 545 | compatible = "altr,sdram-edac-s10";
|
545 | 546 | altr,sdr-syscon = <&sdr>;
|
546 |
| - interrupts = <16 4>, <48 4>; |
| 547 | + interrupts = <16 4>; |
547 | 548 | };
|
548 | 549 |
|
549 | 550 | usb0-ecc@ff8c4000 {
|
550 |
| - compatible = "altr,socfpga-usb-ecc"; |
| 551 | + compatible = "altr,socfpga-s10-usb-ecc", |
| 552 | + "altr,socfpga-usb-ecc"; |
551 | 553 | reg = <0xff8c4000 0x100>;
|
552 | 554 | altr,ecc-parent = <&usb0>;
|
553 |
| - interrupts = <2 4>, |
554 |
| - <34 4>; |
| 555 | + interrupts = <2 4>; |
555 | 556 | };
|
556 | 557 |
|
557 | 558 | emac0-rx-ecc@ff8c0000 {
|
558 |
| - compatible = "altr,socfpga-eth-mac-ecc"; |
| 559 | + compatible = "altr,socfpga-s10-eth-mac-ecc", |
| 560 | + "altr,socfpga-eth-mac-ecc"; |
559 | 561 | reg = <0xff8c0000 0x100>;
|
560 | 562 | altr,ecc-parent = <&gmac0>;
|
561 |
| - interrupts = <4 4>, |
562 |
| - <36 4>; |
| 563 | + interrupts = <4 4>; |
563 | 564 | };
|
564 | 565 |
|
565 | 566 | emac0-tx-ecc@ff8c0400 {
|
566 |
| - compatible = "altr,socfpga-eth-mac-ecc"; |
| 567 | + compatible = "altr,socfpga-s10-eth-mac-ecc", |
| 568 | + "altr,socfpga-eth-mac-ecc"; |
567 | 569 | reg = <0xff8c0400 0x100>;
|
568 | 570 | altr,ecc-parent = <&gmac0>;
|
569 |
| - interrupts = <5 4>, |
570 |
| - <37 4>; |
| 571 | + interrupts = <5 4>; |
571 | 572 | };
|
572 | 573 |
|
573 | 574 | };
|
|
0 commit comments