calxeda-combophy.txt 389 B

1234567891011121314151617
  1. Calxeda Highbank Combination Phys for SATA
  2. Properties:
  3. - compatible : Should be "calxeda,hb-combophy"
  4. - #phy-cells: Should be 1.
  5. - reg : Address and size for Combination Phy registers.
  6. - phydev: device ID for programming the combophy.
  7. Example:
  8. combophy5: combo-phy@fff5d000 {
  9. compatible = "calxeda,hb-combophy";
  10. #phy-cells = <1>;
  11. reg = <0xfff5d000 0x1000>;
  12. phydev = <31>;
  13. };