cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

phy-pxa-usb.txt (471B)


      1Marvell PXA USB PHY
      2-------------------
      3
      4Required properties:
      5- compatible: one of: "marvell,mmp2-usb-phy", "marvell,pxa910-usb-phy",
      6	"marvell,pxa168-usb-phy",
      7- #phy-cells: must be 0
      8
      9Example:
     10	usb-phy: usbphy@d4207000 {
     11		compatible = "marvell,mmp2-usb-phy";
     12		reg = <0xd4207000 0x40>;
     13		#phy-cells = <0>;
     14		status = "okay";
     15	};
     16
     17This document explains the device tree binding. For general
     18information about PHY subsystem refer to Documentation/driver-api/phy/phy.rst