| * Solomon SSD1307 Framebuffer Driver |
| - compatible: Should be "solomon,ssd1307fb-<bus>". The only supported bus for |
| - reg: Should contain address of the controller on the I2C bus. Most likely |
| - pwm: Should contain the pwm to use according to the OF device tree PWM |
| - reset-gpios: Should contain the GPIO used to reset the OLED display |
| - reset-active-low: Is the reset gpio is active on physical low? |
| [0]: Documentation/devicetree/bindings/pwm/pwm.txt |
| compatible = "solomon,ssd1307fb-i2c"; |
| reset-gpios = <&gpio2 7>; |