Advertisement
Guest User

Untitled

a guest
Feb 26th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. /*
  2. * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. /dts-v1/;
  9. /plugin/;
  10.  
  11. / {
  12. compatible = "ti,beaglebone", "ti,beaglebone-black";
  13.  
  14. /* identification */
  15. part-number = "pinctrl-test-0";
  16.  
  17. fragment@0 {
  18. target = <&am33xx_pinmux>;
  19. __overlay__ {
  20. test: pinctrl_test_0_pins {
  21. pinctrl-single,pins = <
  22. 0x164 0x00 /* P9_42 muxRegOffset, OUTPUT | MODE0 */
  23. >;
  24. };
  25. };
  26. };
  27.  
  28. fragment@1 {
  29. __overlay__ {
  30. test_helper: helper {
  31. compatible = "bone-pinmux-helper";
  32. pinctrl-names = "default";
  33. pinctrl-0 = <&pinctrl_test_0_pins>;
  34. status = "okay";
  35. };
  36. };
  37. };
  38. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement