Advertisement
Guest User

Untitled

a guest
May 19th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. &i2c3 {
  2. status = "okay";
  3. pinctrl-names = "default";
  4. pinctrl-0 = <&i2c3_pins_a>;
  5.  
  6. edt: edt-ft5x06@38 {
  7. status = "okay";
  8. compatible = "edt,edt-ft5x06";
  9. reg = <0x38>;
  10. interrupt-parent = <&pio>;
  11. interrupts = <3 24>; /*GPIO_ACTIVE_HIGH>; */
  12.  
  13. wake-gpios = <&pio 7 8 GPIO_ACTIVE_HIGH>;
  14. };
  15. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement