aboutsummaryrefslogtreecommitdiff
path: root/remoteproc/remoteproc.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'remoteproc/remoteproc.dtsi')
-rw-r--r--remoteproc/remoteproc.dtsi15
1 files changed, 15 insertions, 0 deletions
diff --git a/remoteproc/remoteproc.dtsi b/remoteproc/remoteproc.dtsi
index 9f1a21c..2e38e17 100644
--- a/remoteproc/remoteproc.dtsi
+++ b/remoteproc/remoteproc.dtsi
@@ -27,5 +27,20 @@
reg = <0x0 0x500f0000 0x0 0x00001000>;
};
+ /* configuration for the remote proc driver. */
+ ethosu_cpu {
+ #address-cells = <2>;
+ #size-cells = <2>;
+ range;
+ compatible ="arm,ethosu-sgm775-rproc";
+ reg = <0x0 0x50100000 0x0 0x00100000>,
+ <0x0 0x84000000 0x0 0x00100000>;
+ reg-names = "rom", "shared";
+ resets = <&ethosu_reset 0>;
+ #ethosu,rproc-address-cells = <1>;
+ ethosu,rproc-ranges = <0x0 0x50100000 0x00000000 0x0 0x00100000
+ 0x0 0x84000000 0x64000000 0x0 0x00100000>;
+ ethosu,rproc-names = "rom", "shared";
+ };
};