boards: beagley_ai_j722s_main_r5f0_0: Add IPC support
Add IPC memory and mailbox chosen properties. The mailbox channels used are as expected by Linux. Signed-off-by: Andrew Davis <afd@ti.com>
This commit is contained in:
parent
27f4cbd55f
commit
b3e29bdd16
1 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
|||
zephyr,sram = &atcm;
|
||||
zephyr,console = &uart1;
|
||||
zephyr,shell-uart = &uart1;
|
||||
zephyr,ipc = &ipc0;
|
||||
zephyr,ipc_shm = &ddr0;
|
||||
};
|
||||
|
||||
cpus {
|
||||
|
@ -43,6 +45,12 @@
|
|||
reg = <0xa2200000 DT_SIZE_M(14)>;
|
||||
zephyr,memory-region = "DRAM";
|
||||
};
|
||||
|
||||
ipc0: ipc {
|
||||
compatible = "zephyr,mbox-ipm";
|
||||
mboxes = <&mbox3 0>, <&mbox3 1>;
|
||||
mbox-names = "tx", "rx";
|
||||
};
|
||||
};
|
||||
|
||||
&uart1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue