Advertisement
Guest User

Untitled

a guest
May 6th, 2015
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. i2c0: i2c@01c2ac00 {
  2. pinctrl-names = "default";
  3. pinctrl-0 = <&i2c0_pins_a>;
  4. status = "okay";
  5.  
  6. gsl1680@40 {
  7. compatible = "silead,gsl168x";
  8. reg = <0x40>;
  9. interrupt-parent = <&pio>;
  10. interrupts = <1 5 IRQ_TYPE_LEVEL_HIGH>; /* EINT5 (PB5) */
  11. pinctrl-0 = <&ts_wake_pin_p66>;
  12. wake-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */
  13. touchscreen-size-x = <800>;
  14. touchscreen-size-y = <480>;
  15. touchscreen-inverted-x;
  16. touchscreen-swapped-x-y;
  17. };
  18. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement