diff options
author | Andrew F. Davis <afd@ti.com> | 2016-08-31 16:29:59 -0400 |
---|---|---|
committer | Santosh Shilimkar <ssantosh@kernel.org> | 2016-08-31 16:29:59 -0400 |
commit | e0f0b54c026c9665cbb88303481a0f984190e056 (patch) | |
tree | 68dc1b4c6202c50df5d4933911c48079e9f2b060 /arch/arm/boot/dts/keystone-k2g.dtsi | |
parent | 0884b1b3382ffe1fd5b639192c9272a82cbe2349 (diff) |
ARM: dts: keystone-k2g: Add DSP GPIO controller node
Add the DSP GPIO controller node on K2G SoC.
This is used to send interrupts to the only DSP processor
subsystem present on the SoC. The IP is identical to that
of the equivalent nodes on existing K2 SoCs.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/keystone-k2g.dtsi')
-rw-r--r-- | arch/arm/boot/dts/keystone-k2g.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi index eccda9cf06dc..025ad12bd086 100644 --- a/arch/arm/boot/dts/keystone-k2g.dtsi +++ b/arch/arm/boot/dts/keystone-k2g.dtsi @@ -106,5 +106,12 @@ #interrupt-cells = <1>; ti,syscon-dev = <&devctrl 0x2a0>; }; + + dspgpio0: keystone_dsp_gpio@02620240 { + compatible = "ti,keystone-dsp-gpio"; + gpio-controller; + #gpio-cells = <2>; + gpio,syscon-dev = <&devctrl 0x240>; + }; }; }; |