Commit 1352f58d authored by Richard Zhu's avatar Richard Zhu Committed by Manivannan Sadhasivam
Browse files

dt-bindings: PCI: pci-imx6: Add external reference clock input



i.MX95 PCIes have two reference clock inputs: one from internal PLL.
It's wired inside chip and present as "ref" clock. It's not an optional
clock. The other from off chip crystal oscillator. The "extref" clock
refers to a reference clock from an external crystal oscillator through
the CLKIN_N/P pair PADs. It is an optional clock, relied on the board
design.

Add additional optional external reference clock input for i.MX95 PCIes.

Signed-off-by: default avatarRichard Zhu <hongxing.zhu@nxp.com>
Signed-off-by: default avatarManivannan Sadhasivam <mani@kernel.org>
Reviewed-by: default avatarFrank Li <Frank.Li@nxp.com>
Reviewed-by: default avatarRob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20251211064821.2707001-3-hongxing.zhu@nxp.com
parent 41897098
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ properties:

  clock-names:
    minItems: 3
    maxItems: 5
    maxItems: 6

  interrupts:
    minItems: 1
@@ -212,14 +212,17 @@ allOf:
    then:
      properties:
        clocks:
          maxItems: 5
          minItems: 5
          maxItems: 6
        clock-names:
          minItems: 5
          items:
            - const: pcie
            - const: pcie_bus
            - const: pcie_phy
            - const: pcie_aux
            - const: ref
            - const: extref  # Optional

unevaluatedProperties: false