board: ti: am62x/am62ax: Update MCU GPIO interrupt allocation in board config

Share the MCU GPIO interrupts between A53 core and DM R5 core. Allocating
2 instances each to A53 and DM R5.

Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
This commit is contained in:
Vishal Mahaveer 2023-11-29 22:52:38 -06:00 committed by Praneeth Bajjuri
parent 87830ba3dc
commit c1c2bdf272
2 changed files with 28 additions and 4 deletions

View File

@ -244,7 +244,7 @@ rm-cfg:
subhdr: subhdr:
magic: 0x7B25 magic: 0x7B25
size: 8 size: 8
resasg_entries_size: 1048 resasg_entries_size: 1064
reserved: 0 reserved: 0
resasg_entries: resasg_entries:
- -
@ -285,10 +285,22 @@ rm-cfg:
reserved: 0 reserved: 0
- -
start_resource: 0 start_resource: 0
num_resource: 4 num_resource: 2
type: 320 type: 320
host_id: 12 host_id: 12
reserved: 0 reserved: 0
-
start_resource: 2
num_resource: 2
type: 320
host_id: 35
reserved: 0
-
start_resource: 2
num_resource: 2
type: 320
host_id: 36
reserved: 0
- -
start_resource: 4 start_resource: 4
num_resource: 4 num_resource: 4

View File

@ -244,7 +244,7 @@ rm-cfg:
subhdr: subhdr:
magic: 0x7B25 magic: 0x7B25
size: 8 size: 8
resasg_entries_size: 960 resasg_entries_size: 976
reserved: 0 reserved: 0
resasg_entries: resasg_entries:
- -
@ -285,10 +285,22 @@ rm-cfg:
reserved: 0 reserved: 0
- -
start_resource: 0 start_resource: 0
num_resource: 4 num_resource: 2
type: 320 type: 320
host_id: 12 host_id: 12
reserved: 0 reserved: 0
-
start_resource: 2
num_resource: 2
type: 320
host_id: 35
reserved: 0
-
start_resource: 2
num_resource: 2
type: 320
host_id: 36
reserved: 0
- -
start_resource: 4 start_resource: 4
num_resource: 4 num_resource: 4