-
Notifications
You must be signed in to change notification settings - Fork 8.3k
boards: nordic: nrf54h20dk: add mbox for event report #100432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,18 @@ | |
|
|
||
| / { | ||
| ipc { | ||
| cpusec_cpuapp_event_report: event-report-1-2 { | ||
| compatible = "vnd,mbox-consumer"; | ||
| mboxes = <&cpuapp_bellboard 1>; | ||
| mbox-names = "event_channel"; | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Have you considered placing this under the
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That sounds like a good idea, I'll make a suggestion for it and update the PR. |
||
| }; | ||
|
|
||
| cpusec_cpurad_event_report: event-report-1-3 { | ||
| compatible = "vnd,mbox-consumer"; | ||
| mboxes = <&cpurad_bellboard 1>; | ||
| mbox-names = "event_channel"; | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| }; | ||
|
|
||
| cpusec_cpuapp_ipc: ipc-1-2 { | ||
| compatible = "nordic,ironside-call"; | ||
| status = "disabled"; | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think
vnd,mbox-consumerwas introduced for tests, not boards.