Skip to content

Commit 0978e95

Browse files
superna9999Lorenzo Pieralisi
authored andcommitted
dt-bindings: pci: amlogic, meson-pcie: Add G12A bindings
Add PCIE bindings for the Amlogic G12A SoC, the support is the same but the PHY is shared with USB3 to control the differential lines. Thus this adds a phy phandle to control the PHY, and only requires the MIPI clock for the Amlogic AXG SoC Family. Signed-off-by: Neil Armstrong <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Reviewed-by: Rob Herring <[email protected]> Reviewed-by: Andrew Murray <[email protected]>
1 parent 4d3186a commit 0978e95

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Documentation/devicetree/bindings/pci/amlogic,meson-pcie.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,30 @@ Additional properties are described here:
99

1010
Required properties:
1111
- compatible:
12-
should contain "amlogic,axg-pcie" to identify the core.
12+
should contain :
13+
- "amlogic,axg-pcie" for AXG SoC Family
14+
- "amlogic,g12a-pcie" for G12A SoC Family
15+
to identify the core.
1316
- reg:
1417
should contain the configuration address space.
1518
- reg-names: Must be
1619
- "elbi" External local bus interface registers
1720
- "cfg" Meson specific registers
18-
- "phy" Meson PCIE PHY registers
21+
- "phy" Meson PCIE PHY registers for AXG SoC Family
1922
- "config" PCIe configuration space
2023
- reset-gpios: The GPIO to generate PCIe PERST# assert and deassert signal.
2124
- clocks: Must contain an entry for each entry in clock-names.
2225
- clock-names: Must include the following entries:
2326
- "pclk" PCIe GEN 100M PLL clock
2427
- "port" PCIe_x(A or B) RC clock gate
2528
- "general" PCIe Phy clock
26-
- "mipi" PCIe_x(A or B) 100M ref clock gate
29+
- "mipi" PCIe_x(A or B) 100M ref clock gate for AXG SoC Family
2730
- resets: phandle to the reset lines.
2831
- reset-names: must contain "phy" "port" and "apb"
29-
- "phy" Share PHY reset
32+
- "phy" Share PHY reset for AXG SoC Family
3033
- "port" Port A or B reset
3134
- "apb" Share APB reset
35+
- phys: should contain a phandle to the shared phy for G12A SoC Family
3236
- device_type:
3337
should be "pci". As specified in designware-pcie.txt
3438

0 commit comments

Comments
 (0)