ARM: dts: da850: Add DSP node
authorSuman Anna <s-anna@ti.com>
Tue, 19 Sep 2017 00:28:31 +0000 (19:28 -0500)
committerSekhar Nori <nsekhar@ti.com>
Wed, 20 Sep 2017 09:27:56 +0000 (14:57 +0530)
The TI Davinci DA8xx family of SoCs have a single DSP subsystem
that is comprised of TI's standard TMS320C674x megamodule and
several blocks of internal memory (L1P, L1D and L2 RAMs). Add
the DT node for this DSP processor sub-system. The processor
does not have an MMU, and uses a chip-level signalling register
and shared memory for inter-processor communication with the
ARM core.

The node has been added in disabled state, and can be enabled
in the respective board dts file with an associated reserved
memory block.

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

index af68ef7..c66cf78 100644 (file)
                        reg = <0xfffee000 0x2000>;
                };
        };
+       dsp: dsp@11800000 {
+               compatible = "ti,da850-dsp";
+               reg = <0x11800000 0x40000>,
+                     <0x11e00000 0x8000>,
+                     <0x11f00000 0x8000>,
+                     <0x01c14044 0x4>,
+                     <0x01c14174 0x8>;
+               reg-names = "l2sram", "l1pram", "l1dram", "host1cfg", "chipsig";
+               interrupt-parent = <&intc>;
+               interrupts = <28>;
+               status = "disabled";
+       };
        soc@1c00000 {
                compatible = "simple-bus";
                model = "da850";