]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/phy/calxeda-combophy.txt
compiler.h: cast away attributes in WRITE_ONCE magic
[karo-tx-linux.git] / Documentation / devicetree / bindings / phy / calxeda-combophy.txt
1 Calxeda Highbank Combination Phys for SATA
2
3 Properties:
4 - compatible : Should be "calxeda,hb-combophy"
5 - #phy-cells: Should be 1.
6 - reg : Address and size for Combination Phy registers.
7 - phydev: device ID for programming the combophy.
8
9 Example:
10
11         combophy5: combo-phy@fff5d000 {
12                 compatible = "calxeda,hb-combophy";
13                 #phy-cells = <1>;
14                 reg = <0xfff5d000 0x1000>;
15                 phydev = <31>;
16         };
17