]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/rpmsg.git/commitdiff
ARM: dts: dra74x: Add DSP2 processor device node
authorSuman Anna <s-anna@ti.com>
Wed, 16 Mar 2016 19:47:28 +0000 (14:47 -0500)
committerSuman Anna <s-anna@ti.com>
Mon, 4 Mar 2019 16:02:37 +0000 (10:02 -0600)
The DRA7xx family of SoCs can contain upto two identical DSP
processor subsystems. The second DSP processor subsystem is
present only on the DRA74x/DRA76x variants. The processor
device DT node has therefore been added in disabled state for
this processor subsystem in the DRA74x specific DTS file.

NOTE:
1. The node does not have any mailboxes, timers or CMA region
   assigned, they should be added in the respective board dts
   files.
2. The node should also be enabled as per the individual product
   configuration in the corresponding board dts files.

Signed-off-by: Suman Anna <s-anna@ti.com>
arch/arm/boot/dts/dra74x.dtsi

index f1a759e6ef3dc92ca5dece22695ee508f5392a21..07f309461fd449bc678997523e24832e33f44d93 100644 (file)
                        #iommu-cells = <0>;
                        ti,syscon-mmuconfig = <&dsp2_system 0x1>;
                };
+
+               dsp2: dsp@41000000 {
+                       compatible = "ti,dra7-dsp";
+                       reg = <0x41000000 0x48000>,
+                             <0x41600000 0x8000>,
+                             <0x41700000 0x8000>;
+                       reg-names = "l2ram", "l1pram", "l1dram";
+                       ti,hwmods = "dsp2";
+                       syscon-bootreg = <&scm_conf 0x560>;
+                       iommus = <&mmu0_dsp2>, <&mmu1_dsp2>;
+                       status = "disabled";
+               };
        };
 };