Advertisement
Guest User

PRU GPIO2_1 input test

a guest
Jun 9th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. /*
  2. * pru dts file cape-bone-mytest-00A0.dts
  3. */
  4. /dts-v1/;
  5. /plugin/;
  6.  
  7. / {
  8. compatible = "ti,beaglebone", "ti,beaglebone-black";
  9.  
  10. /* identification */
  11. part-number = "BB-BONE-MYTEST";
  12. version = "00A0";
  13.  
  14. fragment@0 {
  15. target = <&am33xx_pinmux>;
  16. __overlay__ {
  17. mygpio: pinmux_mygpio{
  18. pinctrl-single,pins = <
  19. 0x8c 0x2f
  20. >;
  21. };
  22.  
  23. };
  24.  
  25. };
  26.  
  27. fragment@2{
  28. target = <&pruss>;
  29. __overlay__ {
  30. status = "okay";
  31. };
  32. };
  33. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement