berlin-usb-phy.txt 389 B

1234567891011121314151617
  1. * Marvell Berlin USB PHY
  2. Required properties:
  3. - compatible: "marvell,berlin2-usb-phy" or "marvell,berlin2cd-usb-phy"
  4. - reg: base address and length of the registers
  5. - #phys-cells: should be 0
  6. - resets: reference to the reset controller
  7. Example:
  8. usb-phy@f774000 {
  9. compatible = "marvell,berlin2-usb-phy";
  10. reg = <0xf774000 0x128>;
  11. #phy-cells = <0>;
  12. resets = <&chip 0x104 14>;
  13. };