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

ulpi.txt (401B)


      1ULPI bus binding
      2----------------
      3
      4Phys that are behind a ULPI connection can be described with the following
      5binding. The host controller shall have a "ulpi" named node as a child, and
      6that node shall have one enabled node underneath it representing the ulpi
      7device on the bus.
      8
      9EXAMPLE
     10-------
     11
     12usb {
     13	compatible = "vendor,usb-controller";
     14
     15	ulpi {
     16		phy {
     17			compatible = "vendor,phy";
     18		};
     19	};
     20};