18c2ecf20Sopenharmony_ci* Broadcom NS2 PCIe PHY binding document
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired bus properties:
48c2ecf20Sopenharmony_ci- reg: MDIO Bus number for the MDIO interface
58c2ecf20Sopenharmony_ci- #address-cells: must be 1
68c2ecf20Sopenharmony_ci- #size-cells: must be 0
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciRequired PHY properties:
98c2ecf20Sopenharmony_ci- compatible: should be "brcm,ns2-pcie-phy"
108c2ecf20Sopenharmony_ci- reg: MDIO Phy ID for the MDIO interface
118c2ecf20Sopenharmony_ci- #phy-cells: must be 0
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciThis is a child bus node of "brcm,mdio-mux-iproc" node.
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciExample:
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_cimdio@0 {
188c2ecf20Sopenharmony_ci	reg = <0x0>;
198c2ecf20Sopenharmony_ci	#address-cells = <1>;
208c2ecf20Sopenharmony_ci	#size-cells = <0>;
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci	pci_phy0: pci-phy@0 {
238c2ecf20Sopenharmony_ci		compatible = "brcm,ns2-pcie-phy";
248c2ecf20Sopenharmony_ci		reg = <0x0>;
258c2ecf20Sopenharmony_ci		#phy-cells = <0>;
268c2ecf20Sopenharmony_ci	};
278c2ecf20Sopenharmony_ci};
28