Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 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", "ti,beaglebone-green";
  13.  
  14. // identification
  15. part-number = "AM335X-PRU-UIO";
  16. version = "00A0";
  17.  
  18. fragment@0 {
  19. target-path="/";
  20. __overlay__ {
  21.  
  22. ocp {
  23. #address-cells = <1>;
  24. #size-cells = <1>;
  25.  
  26. pruss: pruss@4a300000 {
  27. status = "okay";
  28. compatible = "ti,pruss-v2";
  29. ti,hwmods = "pruss";
  30. ti,deassert-hard-reset = "pruss", "pruss";
  31. reg = <0x4a300000 0x080000>;
  32. ti,pintc-offset = <0x20000>;
  33. interrupt-parent = <&intc>;
  34. interrupts = <20 21 22 23 24 25 26 27>;
  35. pinctrl-names = "default";
  36. pinctrl-0 = < 0x1ac 0x15 >;
  37. };
  38. };
  39. };
  40. };
  41. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement