|
230 | 230 | interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>; |
231 | 231 | interrupt-names = "hc_irq", "pwr_irq"; |
232 | 232 | bus-width = <8>; |
233 | | - clocks = <&gcc GCC_SDCC1_AHB_CLK>, <&gcc GCC_SDCC1_APPS_CLK>, |
234 | | - <&gcc GCC_DCD_XO_CLK>; |
235 | | - clock-names = "iface", "core", "xo"; |
| 233 | + clocks = <&gcc GCC_SDCC1_AHB_CLK>, |
| 234 | + <&gcc GCC_SDCC1_APPS_CLK>, |
| 235 | + <&xo>; |
| 236 | + clock-names = "iface", |
| 237 | + "core", |
| 238 | + "xo"; |
236 | 239 | status = "disabled"; |
237 | 240 | }; |
238 | 241 |
|
|
416 | 419 |
|
417 | 420 | pcie0: pci@40000000 { |
418 | 421 | compatible = "qcom,pcie-ipq4019"; |
419 | | - reg = <0x40000000 0xf1d |
420 | | - 0x40000f20 0xa8 |
421 | | - 0x80000 0x2000 |
422 | | - 0x40100000 0x1000>; |
| 422 | + reg = <0x40000000 0xf1d>, |
| 423 | + <0x40000f20 0xa8>, |
| 424 | + <0x80000 0x2000>, |
| 425 | + <0x40100000 0x1000>; |
423 | 426 | reg-names = "dbi", "elbi", "parf", "config"; |
424 | 427 | device_type = "pci"; |
425 | 428 | linux,pci-domain = <0>; |
|
543 | 546 | <GIC_SPI 46 IRQ_TYPE_EDGE_RISING>, |
544 | 547 | <GIC_SPI 47 IRQ_TYPE_EDGE_RISING>, |
545 | 548 | <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>; |
546 | | - interrupt-names = "msi0", "msi1", "msi2", "msi3", |
547 | | - "msi4", "msi5", "msi6", "msi7", |
548 | | - "msi8", "msi9", "msi10", "msi11", |
| 549 | + interrupt-names = "msi0", "msi1", "msi2", "msi3", |
| 550 | + "msi4", "msi5", "msi6", "msi7", |
| 551 | + "msi8", "msi9", "msi10", "msi11", |
549 | 552 | "msi12", "msi13", "msi14", "msi15", |
550 | 553 | "legacy"; |
551 | 554 | status = "disabled"; |
|
585 | 588 | <GIC_SPI 62 IRQ_TYPE_EDGE_RISING>, |
586 | 589 | <GIC_SPI 63 IRQ_TYPE_EDGE_RISING>, |
587 | 590 | <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>; |
588 | | - interrupt-names = "msi0", "msi1", "msi2", "msi3", |
589 | | - "msi4", "msi5", "msi6", "msi7", |
590 | | - "msi8", "msi9", "msi10", "msi11", |
| 591 | + interrupt-names = "msi0", "msi1", "msi2", "msi3", |
| 592 | + "msi4", "msi5", "msi6", "msi7", |
| 593 | + "msi8", "msi9", "msi10", "msi11", |
591 | 594 | "msi12", "msi13", "msi14", "msi15", |
592 | 595 | "legacy"; |
593 | 596 | status = "disabled"; |
|
621 | 624 | }; |
622 | 625 | }; |
623 | 626 |
|
624 | | - usb3_ss_phy: ssphy@9a000 { |
| 627 | + usb3_ss_phy: usb-phy@9a000 { |
625 | 628 | compatible = "qcom,usb-ss-ipq4019-phy"; |
626 | 629 | #phy-cells = <0>; |
627 | 630 | reg = <0x9a000 0x800>; |
|
631 | 634 | status = "disabled"; |
632 | 635 | }; |
633 | 636 |
|
634 | | - usb3_hs_phy: hsphy@a6000 { |
| 637 | + usb3_hs_phy: usb-phy@a6000 { |
635 | 638 | compatible = "qcom,usb-hs-ipq4019-phy"; |
636 | 639 | #phy-cells = <0>; |
637 | 640 | reg = <0xa6000 0x40>; |
|
641 | 644 | status = "disabled"; |
642 | 645 | }; |
643 | 646 |
|
644 | | - usb3: usb3@8af8800 { |
| 647 | + usb3: usb@8af8800 { |
645 | 648 | compatible = "qcom,ipq4019-dwc3", "qcom,dwc3"; |
646 | 649 | reg = <0x8af8800 0x100>; |
647 | 650 | #address-cells = <1>; |
|
653 | 656 | ranges; |
654 | 657 | status = "disabled"; |
655 | 658 |
|
656 | | - dwc3@8a00000 { |
| 659 | + usb3_dwc: usb@8a00000 { |
657 | 660 | compatible = "snps,dwc3"; |
658 | 661 | reg = <0x8a00000 0xf8000>; |
659 | 662 | interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>; |
|
663 | 666 | }; |
664 | 667 | }; |
665 | 668 |
|
666 | | - usb2_hs_phy: hsphy@a8000 { |
| 669 | + usb2_hs_phy: usb-phy@a8000 { |
667 | 670 | compatible = "qcom,usb-hs-ipq4019-phy"; |
668 | 671 | #phy-cells = <0>; |
669 | 672 | reg = <0xa8000 0x40>; |
|
673 | 676 | status = "disabled"; |
674 | 677 | }; |
675 | 678 |
|
676 | | - usb2: usb2@60f8800 { |
| 679 | + usb2: usb@60f8800 { |
677 | 680 | compatible = "qcom,ipq4019-dwc3", "qcom,dwc3"; |
678 | 681 | reg = <0x60f8800 0x100>; |
679 | 682 | #address-cells = <1>; |
|
685 | 688 | ranges; |
686 | 689 | status = "disabled"; |
687 | 690 |
|
688 | | - dwc3@6000000 { |
| 691 | + usb@6000000 { |
689 | 692 | compatible = "snps,dwc3"; |
690 | 693 | reg = <0x6000000 0xf8000>; |
691 | 694 | interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>; |
|
0 commit comments