Skip to content

Instantly share code, notes, and snippets.

@nilhoel1
Last active May 15, 2019 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nilhoel1/90bad502dbe94eeb6dbb816f7e61e9e4 to your computer and use it in GitHub Desktop.
Save nilhoel1/90bad502dbe94eeb6dbb816f7e61e9e4 to your computer and use it in GitHub Desktop.
/*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
/dts-v1/;
/plugin/;
/ {
compatible = "ti,beaglebone", "ti,beaglebone-black", "ti,beaglebone-green";
// identification
part-number = "AM335X-PRU-UIO";
version = "00A0";
fragment@0 {
target-path="/";
__overlay__ {
ocp {
#address-cells = <1>;
#size-cells = <1>;
pruss: pruss@4a300000 {
status = "okay";
compatible = "ti,pruss-v2";
ti,hwmods = "pruss";
ti,deassert-hard-reset = "pruss", "pruss";
reg = <0x4a300000 0x080000>;
ti,pintc-offset = <0x20000>;
interrupt-parent = <&intc>;
interrupts = <20 21 22 23 24 25 26 27>;
};
};
};
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment