mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-08 07:16:26 +00:00
dt-bindings: PCI: qcom-ep: Add support for SM8450 SoC
Add devicetree bindings support for SM8450 SoC. Only the clocks are different on this platform, rest is same as SDX55. Link: https://lore.kernel.org/r/20220914075350.7992-12-manivannan.sadhasivam@linaro.org Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
8dffa879ac
commit
63e445b746
@ -11,7 +11,9 @@ maintainers:
|
|||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
const: qcom,sdx55-pcie-ep
|
enum:
|
||||||
|
- qcom,sdx55-pcie-ep
|
||||||
|
- qcom,sm8450-pcie-ep
|
||||||
|
|
||||||
reg:
|
reg:
|
||||||
items:
|
items:
|
||||||
@ -32,10 +34,12 @@ properties:
|
|||||||
- const: mmio
|
- const: mmio
|
||||||
|
|
||||||
clocks:
|
clocks:
|
||||||
maxItems: 7
|
minItems: 7
|
||||||
|
maxItems: 8
|
||||||
|
|
||||||
clock-names:
|
clock-names:
|
||||||
maxItems: 7
|
minItems: 7
|
||||||
|
maxItems: 8
|
||||||
|
|
||||||
qcom,perst-regs:
|
qcom,perst-regs:
|
||||||
description: Reference to a syscon representing TCSR followed by the two
|
description: Reference to a syscon representing TCSR followed by the two
|
||||||
@ -124,6 +128,35 @@ allOf:
|
|||||||
- const: sleep
|
- const: sleep
|
||||||
- const: ref
|
- const: ref
|
||||||
|
|
||||||
|
- if:
|
||||||
|
properties:
|
||||||
|
compatible:
|
||||||
|
contains:
|
||||||
|
enum:
|
||||||
|
- qcom,sm8450-pcie-ep
|
||||||
|
then:
|
||||||
|
properties:
|
||||||
|
clocks:
|
||||||
|
items:
|
||||||
|
- description: PCIe Auxiliary clock
|
||||||
|
- description: PCIe CFG AHB clock
|
||||||
|
- description: PCIe Master AXI clock
|
||||||
|
- description: PCIe Slave AXI clock
|
||||||
|
- description: PCIe Slave Q2A AXI clock
|
||||||
|
- description: PCIe Reference clock
|
||||||
|
- description: PCIe DDRSS SF TBU clock
|
||||||
|
- description: PCIe AGGRE NOC AXI clock
|
||||||
|
clock-names:
|
||||||
|
items:
|
||||||
|
- const: aux
|
||||||
|
- const: cfg
|
||||||
|
- const: bus_master
|
||||||
|
- const: bus_slave
|
||||||
|
- const: slave_q2a
|
||||||
|
- const: ref
|
||||||
|
- const: ddrss_sf_tbu
|
||||||
|
- const: aggre_noc_axi
|
||||||
|
|
||||||
unevaluatedProperties: false
|
unevaluatedProperties: false
|
||||||
|
|
||||||
examples:
|
examples:
|
||||||
|
Loading…
Reference in New Issue
Block a user