Commit 3f1f870c authored by Kishon Vijay Abraham I's avatar Kishon Vijay Abraham I Committed by Lorenzo Pieralisi
Browse files

dt-bindings: PCI: Add host mode dt-bindings for TI's J7200 SoC

parent b6c81be9
Loading
Loading
Loading
Loading
+13 −3
Original line number Diff line number Diff line
@@ -15,8 +15,14 @@ allOf:

properties:
  compatible:
    enum:
      - ti,j721e-pcie-host
    oneOf:
      - description: PCIe controller in J7200
        items:
          - const: ti,j7200-pcie-host
          - const: ti,j721e-pcie-host
      - description: PCIe controller in J721E
        items:
          - const: ti,j721e-pcie-host

  reg:
    maxItems: 4
@@ -51,7 +57,11 @@ properties:
    const: 0x104c

  device-id:
    const: 0xb00d
    oneOf:
      - items:
          - const: 0xb00d
      - items:
          - const: 0xb00f

  msi-map: true