1 Broadcom Cygnus PCIe PHY
4 - compatible: must be "brcm,cygnus-pcie-phy"
5 - reg: base address and length of the PCIe PHY block
6 - #address-cells: must be 1
7 - #size-cells: must be 0
9 Each PCIe PHY should be represented by a child node
11 Required properties For the child node:
15 - #phy-cells: must be 0
18 pcie_phy: phy@0301d0a0 {
19 compatible = "brcm,cygnus-pcie-phy";
20 reg = <0x0301d0a0 0x14>;
33 /* users of the PCIe phy */
35 pcie0: pcie@18012000 {
39 phy-names = "pcie-phy";
42 pcie1: pcie@18013000 {
46 phy-names = "pcie-phy";