Skip to content

Commit e0f0b54

Browse files
glneoSantoshShilimkar
authored andcommitted
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>
1 parent 0884b1b commit e0f0b54

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm/boot/dts/keystone-k2g.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,12 @@
106106
#interrupt-cells = <1>;
107107
ti,syscon-dev = <&devctrl 0x2a0>;
108108
};
109+
110+
dspgpio0: keystone_dsp_gpio@02620240 {
111+
compatible = "ti,keystone-dsp-gpio";
112+
gpio-controller;
113+
#gpio-cells = <2>;
114+
gpio,syscon-dev = <&devctrl 0x240>;
115+
};
109116
};
110117
};

0 commit comments

Comments
 (0)