From a349c5a91041a3c3b9c939674bf2bcadd3a382c0 Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Tue, 24 Nov 2015 16:19:51 -0500 Subject: Interrupt: tci663x: Update Interrupt numbers for 66AK2G - The DSP interrupt number and host interrupt numbers are different for K2G compared to other Keystone devices. - Seperate entry need created to capture the K2G settings. Signed-off-by: Sam Nelson --- packages/ti/sdo/ipc/family/tci663x/Interrupt.xs | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'packages') diff --git a/packages/ti/sdo/ipc/family/tci663x/Interrupt.xs b/packages/ti/sdo/ipc/family/tci663x/Interrupt.xs index 75672ac..5bee898 100644 --- a/packages/ti/sdo/ipc/family/tci663x/Interrupt.xs +++ b/packages/ti/sdo/ipc/family/tci663x/Interrupt.xs @@ -46,7 +46,18 @@ var deviceSettings = { KICK1: 0x0262003C, INTERDSPINT: 105, IPCHOSTINT: 4 + }, + 'TMS320C66AK2H12' : { + IPCGR0: 0x02620240, + IPCAR0: 0x02620280, + IPCGRH: 0x02620260, + IPCARH: 0x026202A0, + KICK0: 0x02620038, + KICK1: 0x0262003C, + INTERDSPINT: 8, + IPCHOSTINT: 1 } + }; var Settings = xdc.loadCapsule('ti/sdo/ipc/family/Settings.xs'); -- cgit v1.2.3