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

usbmisc-imx.txt (506B)


      1* Freescale i.MX non-core registers
      2
      3Required properties:
      4- #index-cells: Cells used to describe usb controller index. Should be <1>
      5- compatible: Should be one of below:
      6	"fsl,imx6q-usbmisc" for imx6q
      7	"fsl,vf610-usbmisc" for Vybrid vf610
      8	"fsl,imx6sx-usbmisc" for imx6sx
      9	"fsl,imx7d-usbmisc" for imx7d
     10	"fsl,imx7ulp-usbmisc" for imx7ulp
     11- reg: Should contain registers location and length
     12
     13Examples:
     14usbmisc@2184800 {
     15	#index-cells = <1>;
     16	compatible = "fsl,imx6q-usbmisc";
     17	reg = <0x02184800 0x200>;
     18};