blob: d5a14f5dad46cc5937031045cc0bd698610130f4 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001SPEAr13XX PCIe DT detail:
2================================
3
4SPEAr13XX uses the Synopsys DesignWare PCIe controller and ST MiPHY as PHY
5controller.
6
7Required properties:
8- compatible : should be "st,spear1340-pcie", "snps,dw-pcie".
9- phys : phandle to PHY node associated with PCIe controller
10- phy-names : must be "pcie-phy"
11- All other definitions as per generic PCI bindings
12
13 Optional properties:
14- st,pcie-is-gen1 indicates that forced gen1 initialization is needed.