summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-08-10 14:45:15 +0530
committerStefan Agner <stefan.agner@toradex.com>2016-09-29 13:56:41 -0700
commitf5fcfa3d821335ab718630a92e40d534b35d079b (patch)
tree01b831d8f406940b847ea667089e16744cd80130
parent8b08f5f2b35ff1ae55c31b671ce77e334a3e2cd3 (diff)
ARM: dts: vf610: Add device tree node for Vybrid remoteproc driver
Add device tree node for Vybrid remoteproc driver. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--arch/arm/boot/dts/vf610.dtsi16
-rw-r--r--arch/arm/boot/dts/vfxxx.dtsi26
2 files changed, 16 insertions, 26 deletions
diff --git a/arch/arm/boot/dts/vf610.dtsi b/arch/arm/boot/dts/vf610.dtsi
index 58bc6e448be5..f82dbe781d09 100644
--- a/arch/arm/boot/dts/vf610.dtsi
+++ b/arch/arm/boot/dts/vf610.dtsi
@@ -22,4 +22,20 @@
arm,data-latency = <3 3 3>;
arm,tag-latency = <2 2 2>;
};
+
+ CM4: cortexm4 {
+ compatible = "simple-bus";
+ ranges = <0x1f000000 0x3f000000 0x80000
+ 0x3f000000 0x3f000000 0x80000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ cortexm4core {
+ compatible = "fsl,vf610-m4";
+ reg = <0x1f000000 0x80000>,
+ <0x3f000000 0x80000>;
+ reg-names = "pc_ocram", "ps_ocram";
+ fsl,firmware = "freertos-rpmsg.elf";
+ };
+ };
};
diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
index c802d1044ac2..084828a2ad2e 100644
--- a/arch/arm/boot/dts/vfxxx.dtsi
+++ b/arch/arm/boot/dts/vfxxx.dtsi
@@ -69,32 +69,6 @@
reg = <0x00000000 0x18000>;
};
- ocram0: sram@3f000000 {
- compatible = "mmio-sram";
- reg = <0x3f000000 0x40000>;
-
- #address-cells = <1>;
- #size-cells = <1>;
- ranges = <0 0x3f000000 0x40000>;
-
- stbyram1@0 {
- reg = <0x0 0x4000>;
- label = "stbyram1";
- pool;
- };
-
- stbyram2@4000 {
- reg = <0x4000 0xc000>;
- label = "stbyram2";
- pool;
- };
- };
-
- ocram1: sram@3f040000 {
- compatible = "mmio-sram";
- reg = <0x3f040000 0x40000>;
- };
-
gfxram0: sram@3f400000 {
compatible = "mmio-sram";
reg = <0x3f400000 0x80000>;