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-ath79-usb.txt (362B)


      1* Atheros AR71XX/9XXX USB PHY
      2
      3Required properties:
      4- compatible: "qca,ar7100-usb-phy"
      5- #phys-cells: should be 0
      6- reset-names: "phy"[, "suspend-override"]
      7- resets: references to the reset controllers
      8
      9Example:
     10
     11	usb-phy {
     12		compatible = "qca,ar7100-usb-phy";
     13
     14		reset-names = "phy", "suspend-override";
     15		resets = <&rst 4>, <&rst 3>;
     16
     17		#phy-cells = <0>;
     18	};