summaryrefslogtreecommitdiff
path: root/dts/upstream/Bindings/pci/cdns,cdns-pcie-ep.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/upstream/Bindings/pci/cdns,cdns-pcie-ep.yaml')
-rw-r--r--dts/upstream/Bindings/pci/cdns,cdns-pcie-ep.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/dts/upstream/Bindings/pci/cdns,cdns-pcie-ep.yaml b/dts/upstream/Bindings/pci/cdns,cdns-pcie-ep.yaml
index 98651ab2210..8735293962e 100644
--- a/dts/upstream/Bindings/pci/cdns,cdns-pcie-ep.yaml
+++ b/dts/upstream/Bindings/pci/cdns,cdns-pcie-ep.yaml
@@ -37,14 +37,14 @@ examples:
#size-cells = <2>;
pcie-ep@fc000000 {
- compatible = "cdns,cdns-pcie-ep";
- reg = <0x0 0xfc000000 0x0 0x01000000>,
- <0x0 0x80000000 0x0 0x40000000>;
- reg-names = "reg", "mem";
- cdns,max-outbound-regions = <16>;
- max-functions = /bits/ 8 <8>;
- phys = <&pcie_phy0>;
- phy-names = "pcie-phy";
+ compatible = "cdns,cdns-pcie-ep";
+ reg = <0x0 0xfc000000 0x0 0x01000000>,
+ <0x0 0x80000000 0x0 0x40000000>;
+ reg-names = "reg", "mem";
+ cdns,max-outbound-regions = <16>;
+ max-functions = /bits/ 8 <8>;
+ phys = <&pcie_phy0>;
+ phy-names = "pcie-phy";
};
};
...