Advertisement
Guest User

Untitled

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