Commit adc14d44 authored by Matt Ranostay's avatar Matt Ranostay Committed by Krzysztof Wilczyński

dt-bindings: PCI: ti,j721e-pci-*: Add j784s4-pci-* compatible strings

Add definition for j784s4-pci-ep and j784s4-pci-host devices along with
schema checks for num-lanes.

Link: https://lore.kernel.org/linux-pci/20231128054402.2155183-3-s-vadapalli@ti.comSigned-off-by: default avatarMatt Ranostay <mranostay@ti.com>
Signed-off-by: default avatarAchal Verma <a-verma1@ti.com>
Signed-off-by: default avatarSiddharth Vadapalli <s-vadapalli@ti.com>
Signed-off-by: default avatarKrzysztof Wilczyński <kwilczynski@kernel.org>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent b3ba0f6e
...@@ -14,6 +14,7 @@ properties: ...@@ -14,6 +14,7 @@ properties:
compatible: compatible:
oneOf: oneOf:
- const: ti,j721e-pcie-ep - const: ti,j721e-pcie-ep
- const: ti,j784s4-pcie-ep
- description: PCIe EP controller in AM64 - description: PCIe EP controller in AM64
items: items:
- const: ti,am64-pcie-ep - const: ti,am64-pcie-ep
...@@ -86,6 +87,17 @@ allOf: ...@@ -86,6 +87,17 @@ allOf:
minimum: 1 minimum: 1
maximum: 2 maximum: 2
- if:
properties:
compatible:
enum:
- ti,j784s4-pcie-ep
then:
properties:
num-lanes:
minimum: 1
maximum: 4
required: required:
- compatible - compatible
- reg - reg
......
...@@ -14,6 +14,7 @@ properties: ...@@ -14,6 +14,7 @@ properties:
compatible: compatible:
oneOf: oneOf:
- const: ti,j721e-pcie-host - const: ti,j721e-pcie-host
- const: ti,j784s4-pcie-host
- description: PCIe controller in AM64 - description: PCIe controller in AM64
items: items:
- const: ti,am64-pcie-host - const: ti,am64-pcie-host
...@@ -115,6 +116,17 @@ allOf: ...@@ -115,6 +116,17 @@ allOf:
minimum: 1 minimum: 1
maximum: 2 maximum: 2
- if:
properties:
compatible:
enum:
- ti,j784s4-pcie-host
then:
properties:
num-lanes:
minimum: 1
maximum: 4
required: required:
- compatible - compatible
- reg - reg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment