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

gpio-tpic2810.txt (380B)


      1TPIC2810 GPIO controller bindings
      2
      3Required properties:
      4 - compatible		: Should be "ti,tpic2810".
      5 - reg			: The I2C address of the device
      6 - gpio-controller	: Marks the device node as a GPIO controller.
      7 - #gpio-cells		: Should be two. For consumer use see gpio.txt.
      8
      9Example:
     10
     11	gpio@60 {
     12		compatible = "ti,tpic2810";
     13		reg = <0x60>;
     14		gpio-controller;
     15		#gpio-cells = <2>;
     16	};