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

st,stmpe-pwm.txt (431B)


      1== ST STMPE PWM controller ==
      2
      3This is a PWM block embedded in the ST Microelectronics STMPE
      4(ST Multi-Purpose Expander) chips. The PWM is registered as a
      5subdevices of the STMPE MFD device.
      6
      7Required properties:
      8- compatible: should be:
      9  - "st,stmpe-pwm"
     10- #pwm-cells: should be 2. See pwm.yaml in this directory for a description of
     11  the cells format.
     12
     13Example:
     14
     15pwm0: pwm {
     16	compatible = "st,stmpe-pwm";
     17	#pwm-cells = <2>;
     18};