summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2015-11-24 16:19:51 -0500
committerAngela Stegmaier <angelabaker@ti.com>2015-11-25 11:05:50 -0600
commita349c5a91041a3c3b9c939674bf2bcadd3a382c0 (patch)
tree3f9b503016ed8b6c56cc27986764b9ae89fc9263 /packages
parent5a5c429273bccaf259fe7f6e60df9907055fec75 (diff)
downloadipc-a349c5a91041a3c3b9c939674bf2bcadd3a382c0.tar.gz
Interrupt: tci663x: Update Interrupt numbers for 66AK2G3.41.00.04_eng
- 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 <sam.nelson@ti.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/ti/sdo/ipc/family/tci663x/Interrupt.xs11
1 files changed, 11 insertions, 0 deletions
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');