mmc: sdhci-of-arasan: Add the support for sdhci-5.1
[linux/fpc-iii.git] / Documentation / devicetree / bindings / net / cavium-mdio.txt
blob04cb7491d23253555949bbcf7e48bf546cb118d0
1 * System Management Interface (SMI) / MDIO
3 Properties:
4 - compatible: "cavium,octeon-3860-mdio"
6   Compatibility with all cn3XXX, cn5XXX and cn6XXX SOCs.
8 - reg: The base address of the MDIO bus controller register bank.
10 - #address-cells: Must be <1>.
12 - #size-cells: Must be <0>.  MDIO addresses have no size component.
14 Typically an MDIO bus might have several children.
16 Example:
17         mdio@1180000001800 {
18                 compatible = "cavium,octeon-3860-mdio";
19                 #address-cells = <1>;
20                 #size-cells = <0>;
21                 reg = <0x11800 0x00001800 0x0 0x40>;
23                 ethernet-phy@0 {
24                         ...
25                         reg = <0>;
26                 };
27         };