Advertisement
zmatt

am335x-uio-pruss.dtsi

Jun 26th, 2020
1,581
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.49 KB | None | 0 0
  1. #pragma once
  2.  
  3. // compatible with kernel series 4.14-ti and 4.19-ti
  4.  
  5. &pruss_soc_bus {
  6.     status = "okay";
  7.     compatible = "simple-pm-bus", "ti,am3356-pruss-soc-bus";
  8.     ti,deassert-hard-reset = "pruss", "pruss";
  9. };
  10.  
  11. &pruss {
  12.     status = "okay";
  13.     compatible = "ti,pruss-v2";
  14.     ti,pintc-offset = <0x20000>;
  15.     // if you add these lines it'll be compatible with 4.9-ti and 4.19-ti
  16.     // but it would no longer be compatible with 4.14-ti:
  17.     //  reg = <0x4a300000 0x80000>;
  18.     //  reg-names = "pruss";
  19. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement